Skip to content

Releases: bartvbl/pixeltoy

1.4.3 with test Java API

29 May 11:51
Compare
Choose a tag to compare
Pre-release

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

21 May 08:57
Compare
Choose a tag to compare

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

10 May 23:27
Compare
Choose a tag to compare

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

25 Apr 14:05
Compare
Choose a tag to compare

Bug fix: it was not possible to import modules located in the same folder as the JAR file.

New features

11 Dec 23:47
Compare
Choose a tag to compare
  • Added the ability to rotate images
  • Added support for the right mouse button
  • Added support for the mouse wheel

New features

07 Oct 20:16
Compare
Choose a tag to compare

Added the ability to draw images.