List of demo projects using godot-nim
- [0.10.1] FlanGrande/ChipNim-8: Chip-8 Emulator
If you installed gdext-nim
using nimble, gdextwiz
(a CLI tool) should have been installed with it.
For example, if you want to run demo/dodge_the_creep_2d
:
USER:godot-nim/demo$ gdextwiz run dodge_the_creep_2d
wizard build-all* Info: using /***/demo/dodge_the_creeps_2d/project.godot
wizard build-all* Info: build /***/demo/dodge_the_creeps_2d/nim/bootstrap.nim
wizard run* Info: godot executable found. launching...
run
command is clever and will start the editor at the first time; after the second time, the game will be run directly.
For more details about gdextwiz
, see the document.
USER:godot-nim/demo$ nim c dodge_the_creeps_2d/nim/bootstrap.nim
USER:godot-nim/demo$ godot --editor --path dodge_the_creeps_2d
That's it. Have a fun!
godot-nim is currently seeking contributions of demo projects to help users learn how to use the library more specifically and to ensure that the library is working properly. If you have examples of ported demos using GDScript or other languages, or applications that are small enough to consist of a few classes, please consider contributing.
See CONTRIBUTING.md for more details.
This repository is made possible by the contributions of many people who have contributed projects. Therefore, licensing and copyright holders vary for each demo project.