Category:DOME: Difference between revisions

Content added Content deleted
(Typo.)
(Added a note about creating static images.)
Line 1: Line 1:
{{library}}
{{library}}
'''[https://domeengine.com/ DOME]''' is a framework for making 2D games using the Wren programming language which can be played across platforms.
'''[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].
Its usage is subject to the [https://github.com/avivbeeri/dome/blob/master/LICENSE MIT License].