Skip to content

0.0.13 - now support video background!

Pre-release
Pre-release
Compare
Choose a tag to compare
@RodrigoDornelles RodrigoDornelles released this 26 Nov 16:41
· 7 commits to main since this release
af0f0c3
  • new API's for text in native core
  • new npm package @gamely/gly-engine-lite
  • added API std.media to engine
  • moved API std.game to std.app
  • moved API std.draw.fps to std.app.fps_show
  • moved API std.draw.text to std.text.print
  • moved API std.draw.text_tui to std.text.put
  • moved API std.draw.font to std.text.font_name and std.text.font_size
  • moved examples/ dir to samples/ in source code
  • removed API native_draw_text_tui from native core
  • changed gly.init to accept custom canvas in core-native-html5
  • changed gly.resize to accept custom width and height in core-native-html5
  • fixed bug in bootstrapping cli
  • fixed leaks in gly-ide and tool-img-gen