https://github.com/d3cod3/ofxjava
a java scripting interface for openFrameworks
https://github.com/d3cod3/ofxjava
Last synced: 3 months ago
JSON representation
a java scripting interface for openFrameworks
- Host: GitHub
- URL: https://github.com/d3cod3/ofxjava
- Owner: d3cod3
- License: mit
- Created: 2018-08-21T10:52:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T10:36:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T22:35:15.671Z (5 months ago)
- Language: C++
- Homepage:
- Size: 5.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ofxJava
a java scripting interface for openFrameworks### OSX
openJDK 8 needed! Processing core not working with newest jdk releases.
```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
```