An open API service indexing awesome lists of open source software.

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

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
```