Skip to content

Releases: skaupper/BKEngine

SettingsInterface and minor improvements

02 Mar 11:28
Compare
Choose a tag to compare
v1.3

add implicit conversions to std::string and const char *

Basic EventInterface with Keyboard-, Mouse-, Motion- and Wheelevents

27 Feb 08:56
Compare
Choose a tag to compare
v1.2

add implicit conversions to std::string and const char *

Collision detection and movement

21 Feb 19:43
Compare
Choose a tag to compare
v1.1

comment out test cases during development

First stable release

20 Feb 18:15
Compare
Choose a tag to compare

This release includes:

  • Image rendering
  • Font rendering (dynamic font size, different rendering qualities, aliasing fonts)
  • basic game loop (onEvent, onLoop, onRender)
  • a movable entity (collision detection isn't implemented yet)