Skip to content

Releases: bernhardfritz/p8g

v0.5.0

29 Jul 14:34
Compare
Choose a tag to compare
Release 0.5.0

* add functions to load and display images
* add random number functions
* add function for millis since start
* fix colorMode bug
* add flappy bird example
* improve docs

v0.4.0

11 Jul 20:17
Compare
Choose a tag to compare
Release 0.4.0

* add support for C++
* update docs
* add A* example written in C++
* CI adaptions

v0.3.0

20 Jun 21:36
Compare
Choose a tag to compare
Release 0.3.0

* add mouse and keyboard events
* add deltaTime
* fix bug related to use of static variables in p8g.h
* fix bug in scale function
* minor ci adaptions
* add more examples to the docs

v0.2.0

23 May 18:55
Compare
Choose a tag to compare
Release 0.2.0

* add support for compilation to WebAssembly
* fix color macros
* add code examples to the docs
* promote discord server more prominently

v0.1.1

21 Apr 17:31
Compare
Choose a tag to compare
Release 0.1.1:

* add p8g.h to p8g.zip
* add logo to documentation
* change documentation color theme
* fix typo in HelloRectangle.java
* update readme

v0.1.0

10 Apr 10:44
Compare
Choose a tag to compare
add ci