Category:DOME: Difference between revisions

m
Updated version number
(Added page for 'DOME' game framework for Wren.)
 
m (Updated version number)
 
(6 intermediate revisions by the same user not shown)
Line 2:
'''[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.
It's usage is subject to the [https://github.com/avivbeeri/dome/blob/master/LICENSE MIT License].
 
It'sIts usage is subject to the [https://github.com/avivbeeri/dome/blob/master/LICENSE MIT License].
 
The best and safest way to see DOME examples running is to download the [https://github.com/domeengine/dome/releases/tag/v1.8.3 pre-built executable]. After unzipping, the Linux executable (v1.8.3 at the time of writing) is about 11 MB in size but includes the Wren VM and SDL2 libraries needed. If any other resources are needed to run a particular example, this is noted in the example itself.
9,490

edits