Key To Library Types
- Builtin pure ruby eg boids
- Builtin wrapping java eg video_event
- Custom pure ruby
- Custom java (see also pbox2d gem)
- Regular processing libraries (see also gems for toxiclibs etc)
Since JRubyArt-2.0 you do not need to install vanilla processing. However you can if you wish use it to install contributed libraries (and load_library will find the library int the `library_path:` in `config.yml`). Otherwise you should put your libraries in the `~/.jruby_art/libraries` folder. The `sound` and `video` libraries can be installed as follows:-
```bash
k9 -i sound
k9 -i video
```
Other libraries will require a manual install.