github pmgl/microstudio 22.04.19
microStudio 22.04.19 - microScript 2.0, offscreen images and sounds

latest releases: 24.01.29, 23.05.25, 22.11.10...
2 years ago

This release of microStudio standalone app introduces the following new features:

  • microScript 2.0: the new language is 100% backwards compatible with microScript 1.0. It comes with a new threading / coroutine system, preemptive by default, allowing to schedule tasks ahead of time, create periodic tasks or do heavy computations in the background without affecting the rendering flow. All this with a very easy syntax. It also brings new binary operators, prototypes for the core types, operator overloading (both for user-defined classes and core types).
  • offscreen images: load, create and modify offscreen images. Generate animated sprites or change sprites programmatically.
  • sounds: create sounds with code from scratch and play them.
  • save images, sounds or JSON objects to the user's PC
  • the documentation has been completed with 2 new cheatsheets and 3 new advanced sections.

Don't miss a new microstudio release

NewReleases is sending notifications on new releases.