https://github.com/ruby-processing/toxicgem
Experimental gem wrapper for some toxiclibs jars
https://github.com/ruby-processing/toxicgem
art gem library ruby toxiclibs
Last synced: 6 months ago
JSON representation
Experimental gem wrapper for some toxiclibs jars
- Host: GitHub
- URL: https://github.com/ruby-processing/toxicgem
- Owner: ruby-processing
- License: gpl-3.0
- Created: 2014-10-28T19:42:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T14:24:26.000Z (over 4 years ago)
- Last Synced: 2025-05-31T12:47:51.521Z (7 months ago)
- Topics: art, gem, library, ruby, toxiclibs
- Language: Java
- Homepage: http://ruby-processing.github.io/toxicgem
- Size: 985 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.md
Awesome Lists containing this project
README
## Toxiclibs for JRubyArt

[](https://badge.fury.io/rb/toxiclibs)
### Installing
```bash
gem install toxiclibs
```
### NB: Use version 0.4 for ruby-processing, and 2.1.0+ for propane, PiCrate and JRubyArt
NB: Build is only failing because current version of processing is not available at maven central.
This gem provides Karsten Schmidts (aka toxi, @postspectacular) toxiclibs jars for JRubyArt. To compile the gem follow the instructions for [JRubyArt][]. Most parts of toxiclibs API is exposed in the latest version, (but only a few examples are included) in principle it should be possible to make all available!!! For this demonstration I have used up to date source code for version 21, since [toxis final release][] has not yet been released (although [Dan Shiffman][] has released a version for processing-3.0+). There are reported to be number of outstanding bugs with toxiclibs, if they affect you report it [here][] (or better fix them yourself and submit a pull request).

### Web Links
[Post Spectacular Home][]
[Toxiclibs Bitbucket][]
[Toxiclibs Documentation][]
[Example Usage][]
### Licensing
It should be clear that the original toxiclibs is the work of Karsten Schmidt see [Copyright][]
This demo & library is free software you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation either
version 2.1 of the License, or (at your option) any later version.
[toxis final release]:http://hg.postspectacular.com/toxiclibs/issue/54/update-toxiclibs-for-processing-21
[JRubyArt]:https://github.com/ruby-processing/JRubyArt
[Post Spectacular Home]:http://postspectacular.com/
[Toxiclibs Bitbucket]:http://hg.postspectacular.com/
[Toxiclibs Documentation]:http://toxiclibs.org/
[Example Usage]:https://github.com/ruby-processing/toxicgem/tree/master/examples
[here]:https://github.com/ruby-processing/toxiclibs/issues
[Copyright]:https://github.com/ruby-processing/toxiclibs/COPYING.md
[Dan Shiffman]:https://github.com/shiffman/toxiclibs/tree/p3-update