Category:DOME: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Typo.
PureFox (talk | contribs)
Added a note about creating static images.
Line 1:
{{library}}
'''[https://domeengine.com/ DOME]''' is a framework for making 2D games using the Wren programming language which can be played across platforms.
 
It can also be used to create static 2D images by doing all the drawing in (or in methods called from) the Game.init() method.
 
Its usage is subject to the [https://github.com/avivbeeri/dome/blob/master/LICENSE MIT License].