|
| 1 | +**v3.4.0** Experimental refactoring of ThinkDifferent, and some other processing classes |
| 2 | + |
1 | 3 | **v3.3.1** Reflection makes refactoring a nightmare DesktopHandler => ThinkDifferent
|
2 | 4 |
|
3 |
| -**v3.3.0** Compile with jdk12. Changed AppRender to GfxRender (PGraphics instead of PApplet). Attempt fix for macOS icons |
| 5 | +**v3.3.0** Compile with jdk12\. Changed AppRender to GfxRender (PGraphics instead of PApplet). Attempt fix for macOS icons |
4 | 6 |
|
5 |
| -**v3.2.0** Now is the time for some serious refactoring for jdk11. Might even work on MacOS and Windows, ahead of vanilla processing. |
| 7 | +**v3.2.0** Now is the time for some serious refactoring for jdk11\. Might even work on MacOS and Windows, ahead of vanilla processing. |
6 | 8 |
|
7 | 9 | **v2.9.1** Attempt to bring 64 bit Windows users to party. Use non versioned jogl/opengl jars from processing distro, including processing.org apple.jar in case it's needed, MacOS users are being very opaque on this.
|
8 | 10 |
|
|
26 | 28 |
|
27 | 29 | **v2.6.1** Bump processing version, bump recommended jruby version.
|
28 | 30 |
|
29 |
| -**v2.6.0** Refactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist. Currently has ability to load `GLVideo` library, that will eventually become the new video libary (supports gstreamer-1.0 instead of gstreamer-0.1.0 that has already been dropped by some linux distros). |
| 31 | +**v2.6.0** Refactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist. Currently has ability to load `GLVideo` library, that will eventually become the new video libary (supports gstreamer-1.0 instead of gstreamer-0.1.0 that has already been dropped by some linux distros). |
30 | 32 |
|
31 | 33 | **v2.5.5** Intermediate `refactored_library` loader, can be release if required but still not there as regards refactor goals.
|
32 | 34 |
|
|
64 | 66 |
|
65 | 67 | **v2.0.0** Refactored to work with processing-3.0, `--install samples` and/or vanilla processing `sound` and `video` libraries
|
66 | 68 |
|
67 |
| -**v0.9.0** Implements `data_path` in ruby, you should use this method to return the absolute path to the `data` folder (read and write). Prefer JRubyArt methods, in the main. |
| 69 | +**v0.9.0** Implements `data_path` in ruby, you should use this method to return the absolute path to the `data` folder (read and write). Prefer JRubyArt methods, in the main. |
68 | 70 |
|
69 | 71 | **v0.8.0** Complete samples refactored to `data_path` folder, no longer require jruby-complete to run because we provide an absolute path to `data` folder, but it still probably requires that you run the sketch from the directory. Future direction might be to create a `~/.propane` folder, which would support additionalvanilla processing libraries, also integration with `atom` editor.
|
70 | 72 |
|
71 | 73 | **v0.7.0** Update to JRuby-Complete-9.1.2.0.
|
72 | 74 |
|
73 |
| -**v0.6.0** Includes a sketch creator utility 3D still only for linux64 and macosx, any Windows developers are welcome to extend to windows (should be easy), includes slider in sketch library, change to requiring jdk8. Update to JRuby-Complete-9.1.0.0, request updated arcball (to run samples). |
| 75 | +**v0.6.0** Includes a sketch creator utility 3D still only for linux64 and macosx, any Windows developers are welcome to extend to windows (should be easy), includes slider in sketch library, change to requiring jdk8\. Update to JRuby-Complete-9.1.0.0, request updated arcball (to run samples). |
74 | 76 |
|
75 | 77 | **v0.5.0** Includes a sketch creator utility 3D still only for linux64 and macosx, any Windows developers are welcome to extend to windows (should be easy).
|
76 | 78 |
|
|
0 commit comments