Skip to content

Releases: scratchcpp/scratchcpp-render

ScratchCPP Render 0.2.1

27 Jan 14:32
Compare
Choose a tag to compare
Pre-release

Change log:

Full Changelog: v0.2.0...v0.2.1

ScratchCPP Render 0.2.0

18 Jan 11:31
fa5135c
Compare
Choose a tag to compare
Pre-release

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

ScratchCPP GUI 0.1.2

23 Dec 10:05
Compare
Choose a tag to compare
ScratchCPP GUI 0.1.2 Pre-release
Pre-release

Change log:

ScratchCPP GUI 0.1.1

16 Dec 15:22
Compare
Choose a tag to compare
ScratchCPP GUI 0.1.1 Pre-release
Pre-release

Change log:

ScratchCPP GUI 0.1.0

12 Dec 11:52
531fd9b
Compare
Choose a tag to compare
ScratchCPP GUI 0.1.0 Pre-release
Pre-release

Initial release of ScratchCPP GUI.

NOTE: There might be incompatible API changes in any minor release before 1.0.0!