Skip to content

godot-nim/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot-nim/demo

List of demo projects using godot-nim

How can I run a demo?

Recommended

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.

Another way

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!

Contribute

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.

About

List of demo projects using godot-nim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages