| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| microstudio-24.01.29-windows.zip | 2024-01-29 | 162.9 MB | |
| microStudio-24.01.29-macos.zip | 2024-01-29 | 155.8 MB | |
| microstudio-24.01.29-raspberrypi.deb | 2024-01-29 | 99.3 MB | |
| microstudio-24.01.29-linux.deb | 2024-01-29 | 115.1 MB | |
| microstudio-24.01.29-linux.rpm | 2024-01-29 | 129.8 MB | |
| microStudio 24.01.29 source code.tar.gz | 2024-01-29 | 5.7 MB | |
| microStudio 24.01.29 source code.zip | 2024-01-29 | 6.1 MB | |
| README.md | 2024-01-29 | 2.3 kB | |
| Totals: 8 Items | 674.6 MB | 8 | |
This new release brings all recent updates to the standalone / offline app: especially new drawing functions, support for multiple versions of Babylon, Pixi and Matter.js, support for new asset types and formats and bug fixes. Here is the full list of changes:
Update 2024-01-29
- Assets (sounds, music, other assets) max size is now 30 Mb
- Added support for Ogg and FLAC encoded files in the sounds tab and music tab (Both formats solve the looping problems we have with mp3 ; be aware that Ogg is not supported on Safari and iOS)
Update 2023-12-05
- Project export now includes date and time in file name (thx HomineLudens!)
Update 2023-11-20
- Text assets (TXT, CSV, OBJ, JSON, MD) can be edited in microStudio
- Support for markdown (.MD) asset files
- Added types Example and Template to create project dialog box
- Fixed Python not working since last update (incompatibility with Brython 3.12.0 to be investigated later)
- Removed old documentation files from the project
Update 2023-11-13
- New help section: "Examples"
- Available under Tutorials / Examples https://microstudio.dev/tutorials/examples/
- Search and find simple examples
- Run and modify the examples within the help page, no need to clone the projects
- Guidelines for producing your own examples: https://microstudio.dev/documentation/Creating-Examples/
- New function
sprite.setFPS()(doesn't break the animation phase) - Fixed [#206], draw map on Image
Update 2023-09-25
- added missing keyword "global" to syntax highlighter (contributed by @HomineLudens :-) )
- added drawing functions, thanks a lot to @TinkerSmith for providing the initial experiment
- screen.drawArc()
- screen.fillArc()
- screen.drawQuadCurve()
- screen.drawBezierCurve() (functions work on the Image class as well)
Update 2023-07-04
- You can now choose Babylon.js versions 4, 5 or 6
- You can now choose Pixi.js versions 6 or 7
- You can now choose Matter.js versions 0.17, 0.18 or 0.19
- Fixed time machine
Update 2023-06-13
- Fixed race condition bug when launching tutorials
- Fixed confirm dialog not showing when deleting a file with project in fullscreen mode
- Fixed problems caused by text selection being enabled in fullscreen mode