Simple2d Versions Save

:video_game: Simple, open-source 2D graphics for everyone

v0.4.1

7 years ago

Bug fixes, namely resolves an issue preventing textures from being rendered in OpenGL ES. Also other internal improvements.

See all changes. View the documentation for this release.

Download the Windows installers below for either Visual C++ or MinGW. Note, Simple 2D only supports 64-bit Windows development.

v0.4.0

7 years ago
  • Now supports Windows! :tada:
  • Adds on_key_up input callback function for when a key is released
  • Updates on_controller callback to distinguish which controller or joystick was used
  • Adds brew install --HEAD simple2d to install the very latest changes from the master development branch
  • Better support for all ARM platforms (not just Raspberry Pi), including proper configuring and compiling SDL from source when using the install script

See all changes. View the documentation for this release.

Download the Windows installers below for either Visual C++ or MinGW. Note, Simple 2D only supports 64-bit Windows development.

v0.3.0

7 years ago
  • Adds sprites! Now it's easy to draw a sprite sheet and clip to a single image.
  • Adds ability to set the viewport size.
  • And many internal improvements.

See all changes. View the documentation for this release.

v0.2.1

8 years ago

Minor update to add automated unit tests and fix failures reported by them. Public interface is now much more resilient and friendly when handling bad inputs.

See all changes here.

v0.2.0

8 years ago

Major updates with this release include:

  • Full support for the Raspberry Pi using OpenGL ES
  • Smart viewport resizing in the window
  • Many improvements to the simple2d command-line tool
  • A cleaner API overall
  • Lots of random fixes everywhere

See all changes here.

v0.1.0

8 years ago

v0.0.4

8 years ago

v0.0.3

8 years ago

v0.0.2

9 years ago

v0.0.1

9 years ago

The first alpha release of Simple 2D.