Soda

From MiniScript Wiki
Revision as of 16:28, 30 July 2026 by JoeStrout (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Soda logo

Soda is an open-source cross-platform game engine built atop raylib-miniscript. It shares many APIs with Mini Micro, enabling some code to be easily transported between the two environments.

In contrast with Mini Micro, Soda does not emulate a full virtual machine; instead it creates a window (or full-screen) game directly in the host environment, has direct access to host files, etc. This makes Soda somewhat more work to get started, but enables you to create native games that look and feel no different from other games. The Soda APIs are written in MiniScript, making it easier for developers to alter the way the standard classes/modules work when necessary.

Use the Category:Soda link to find APIs and other pages which apply specifically to Soda.


This article is a stub. You can help the MiniScript Wiki by expanding it.