processing-docker

Processing | Docker

https://github.com/blob-cc/processing-docker

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.8%) to scientific vocabulary

Keywords

blob devcontainer docker processing

Keywords from Contributors

packager earthobservation observer favicon sitemap variable-font interactive profiles distribution sequences
Last synced: 6 months ago · JSON representation ·

Repository

Processing | Docker

Basic Info
  • Host: GitHub
  • Owner: blob-cc
  • License: cc-by-sa-4.0
  • Language: Dockerfile
  • Default Branch: main
  • Homepage: https://www.blob.cc
  • Size: 671 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
blob devcontainer docker processing
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security Authors

README.md

Processing devContainer

This project provides a Processing development environment within a Docker container, fully equipped with popular Processing libraries. This setup ensures a consistent development environment for all users and simplifies the setup process.

Features

  • Consistent Development Environment: Everything runs inside a Docker container, ensuring that all developers have the same setup and dependencies.
  • Pre-installed Libraries: Includes popular Processing libraries such as Sound, Video, ControlP5, and ToxicLibs for advanced functionalities.
  • Example Sketch: A simple example sketch is included to demonstrate how to start creating Processing sketches immediately.

Structure

lua /YourProject |-- .devcontainer | |-- devcontainer.json | |-- Dockerfile |-- examples | |-- ExampleSketch | |-- ExampleSketch.pde |-- README.md

Prerequisites

  • Docker: You must have Docker installed and running on your machine. Get Docker
  • Visual Studio Code: VS Code with the Remote - Containers extension installed. Download VS Code
  • X Server: For GUI applications, an X Server is required:
    • Linux: X11 should already be installed.
    • Windows: Install VcXsrv or Xming.
    • macOS: Install XQuartz.

Getting Started

  1. Clone the Repository

bash git clone <repository-url> cd <project-directory>

  1. Open with VS Code Open the project folder in VS Code. When prompted, click on Reopen in Container to start building the container. This may take a few minutes the first time.

  2. Run the Example Sketch Once the container is ready, the example sketch located in examples/ExampleSketch/ExampleSketch.pde will automatically run, displaying a moving ball across the screen.

Using the Environment

  • Developing Your Sketches: You can add new sketches or modify existing ones in the /workspace directory.
  • Running Sketches: Use the command below to run your Processing sketches:

bash processing-java --sketch=/workspace/your-sketch-folder --run

Included Libraries

Here are the libraries included in this DevContainer setup:

  • Sound: For audio processing.
  • Video: For video capturing and rendering.
  • ControlP5: For creating interactive GUI elements.
  • ToxicLibs: Comprehensive toolkit for graphics, physics, and more.

Refer to the respective library documentation for detailed usage instructions.

Troubleshooting

  • GUI not Displaying: Ensure your X Server is configured to allow connections from localhost.
  • Library Errors: If a library fails to load, verify that it's correctly installed in the /opt/processing/modes/java/libraries directory.

Colophon

Made with ❤️ by Scape Agency

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT license. See the LICENSE file for details.


Resources

  • https://github.com/processing/processing
  • https://github.com/processing/processing-library-template

Plugins

  • https://github.com/yconst/ReactP5
  • https://github.com/atduskgreg/opencv-processing

Owner

  • Name: blob.cc
  • Login: blob-cc
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: Scape Agency - Docker Images - Processing devContainer
version: 0.0.1
date-released: 2024-07-01
url: "https://github.com/scape-agency/docker-processing-devcontainer"
message: >-
  If you use this software, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@scape.agency
    affiliation: Scape Agency
    orcid: 'https://orcid.org/0000-0002-8790-8630'

GitHub Events

Total
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Create event: 1
Last Year
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 47
  • Total Committers: 2
  • Avg Commits per committer: 23.5
  • Development Distribution Score (DDS): 0.149
Past Year
  • Commits: 15
  • Committers: 2
  • Avg Commits per committer: 7.5
  • Development Distribution Score (DDS): 0.4
Top Committers
Name Email Commits
Lars van Vianen l****s@v****m 40
dependabot[bot] 4****] 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.86
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels
dependencies (8)

Dependencies

.github/workflows/docker_publish.yml actions
  • actions/checkout v3 composite
  • docker/bake-action v2 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
.devcontainer/Dockerfile docker
  • ubuntu 24.04 build
.devcontainer/docker-compose.yml docker
bin/docker-compose.yml docker
src/.devcontainer/Dockerfile docker
  • scapeagency/processing-devcontainer latest build
src/.devcontainer/docker-compose.yml docker
src/processing/Dockerfile docker
  • ubuntu 24.04 build
src/processing/etc/requirements.txt pypi