guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] Chickadee 0.4.0 released


From: Thompson, David
Subject: [ANN] Chickadee 0.4.0 released
Date: Tue, 4 Jun 2019 20:56:12 -0400

I'm happy to announce that Chickadee 0.4.0 has been released!

Chickadee is a game development toolkit for Guile that is built on top
of SDL2 and OpenGL.  Chickadee aims to provide all the features that
parenthetically inclined game developers need to make 2D (and
eventually 3D) games in Scheme.

Changes in the 0.4.0 release include:

* The `(chickadee sdl)` module has been replaced with the
  `(chickadee)` module and the SDL2 details have been hidden from the
  user.

* A default font is now built-in to Chickadee and used for all
  `draw-text` calls where a font isn't specified, making it easier to
  get started with text rendering.

* The sprite batch API has been rewritten.  See the `Sprites` section
  in the manual for details.

* Preliminary particle system rendering support has been added via the
  new `(chickadee render particles)` module.

* Sprites can be colored via the new `#:tint` keyword argument in the
  `draw-sprite` procedure.

* Improved API documentation.

* Plus lots of other minor tweaks and bug fixes!

tarball: <https://files.dthompson.us/chickadee/chickadee-0.4.0.tar.gz>

signature: <https://files.dthompson.us/chickadee/chickadee-0.4.0.tar.gz.asc>

Chickadee is alpha software and thus the API is not yet stable. You've
been warned! :)

See <https://dthompson.us/projects/chickadee.html> for more
information about the project.

- Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]