Skip to main content

One min read
  • fix linux issue related to libglfw.so
  • prevent keyCode and mouseButton from being updated during keyReleased and mouseReleased respectively
  • update keyboard event example screenshot

One min read
  • 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

One min read
  • add support for C++
  • update docs
  • add A* example written in C++
  • CI adaptions

One min read
  • 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

One min read
  • add support for compilation to WebAssembly
  • fix color macros
  • add code examples to the docs
  • promote discord server more prominently

One min read
  • add p8g.h to p8g.zip
  • add logo to documentation
  • change documentation color theme
  • fix typo in HelloRectangle.java
  • update readme