Releases: bernhardfritz/p8g
Releases · bernhardfritz/p8g
v0.5.0
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
Release 0.4.0 * add support for C++ * update docs * add A* example written in C++ * CI adaptions
v0.3.0
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
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
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
add ci