Releases: bartvbl/pixeltoy
Releases · bartvbl/pixeltoy
1.4.3 with test Java API
Import this jar in a java project and use the PixelToy class to give commands similar to the python API. The JAR can still execute regular .py scripts.
PixelToy 1.4.3 for OpenGL 1.1
A special build of PixelToy 1.4.3 that works slightly differently in order to allow it to run on machines that do not support OpenGL 3.0. This version requires OpenGL 1.1 or higher.
PixelToy 1.4.3
Changelog:
- Added function to exit program instantly
- Added animated textures
- Use solid colour for useColour() if alpha is unspecified
- Added setting to disable texture smoothing
PixelToy 1.4.2
Bug fix: it was not possible to import modules located in the same folder as the JAR file.
New features
- Added the ability to rotate images
- Added support for the right mouse button
- Added support for the mouse wheel
New features
Added the ability to draw images.