Category:DOME: Difference between revisions

From Rosetta Code
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].

Revision as of 10:26, 11 September 2020

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

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 MIT License.

Pages in category "DOME"

The following 107 pages are in this category, out of 107 total.