Skip to content

ScratchCPP Render 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adazem009 adazem009 released this 18 Jan 11:31
· 348 commits to master since this release
fa5135c

Breaking changes:

  • Renamed the library to ScratchCPP Render (scratchcpp-render in CMake).
  • Added stage scaling support (the player now automatically scales based on the size) (#48).
  • Projects now run in the main thread (requires basic scene graph render loop for rendering) (#61).

Non-breaking changes:

  • Enabled antialiasing in the SVG renderer (#47).
  • Improved mouse event support (all mouse buttons are now supported).
  • Implemented sprite dragging (#11).
  • Implemented sprite and stage clicking (doesn't actually work yet, but will work when the event blocks are implemented in libscratchcpp) (#9).
  • Implemented stage monitors (#14).
  • Updated libscratchcpp to v0.7.0 (https://github.com/scratchcpp/libscratchcpp/releases/tag/v0.7.0).

Full Changelog: v0.1.0...v0.2.0