https://github.com/morisil/processing-shaders
Processing + maven + shaders + GLSL + Kinect - pieces of general code which might be also useful for someone else
https://github.com/morisil/processing-shaders
glsl java kinect opengl processing shaders shadertoy
Last synced: about 1 month ago
JSON representation
Processing + maven + shaders + GLSL + Kinect - pieces of general code which might be also useful for someone else
- Host: GitHub
- URL: https://github.com/morisil/processing-shaders
- Owner: morisil
- License: gpl-3.0
- Created: 2019-03-29T18:45:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T21:11:46.000Z (about 7 years ago)
- Last Synced: 2025-03-27T08:11:31.501Z (about 1 year ago)
- Topics: glsl, java, kinect, opengl, processing, shaders, shadertoy
- Language: Java
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# processing-shaders
Processing + maven + shaders + GLSL + Kinect - pieces of general code which might be also useful
for someone else
# on using processing with maven
Actually it's less about using Processing with maven and more about using it
with Java IDE like IntelliJ IDEA which I find more convenient. Unfortunately
many libraries that processing is dependant on, including processing core itself, are
not uploaded to maven central repository. Fortunately it is possible to install them
easily in local maven repository with this project:
https://github.com/josephtaylor/processing-deps