-
Notifications
You must be signed in to change notification settings - Fork 0
Run demo projects
la.panon. edited this page Aug 31, 2024
·
7 revisions
Make sure the library is installed according to the Setup library.
Here is a list of demo projects provided by godot-nim. Once you have cloned repo or unzipped, cd to the project you are interested in.
All demonstrations can be executed in the following three steps.
This will create a dynamic library at same-dir-of-bootstrap/lib/
( ! ) Required for first time
run
godot --editor
atres://.
to create the project data (.godot/).At this point, an error message stating that initialization of the extension has failed will be output. This is a bug, but not a problem. Reloading or closing the project will resolve it.