This is a demo project for fre-godot. A fre fork for the Godot engine with javascript bindings.
Start by installing the packages:
npm install
Then build root.
npm run watch
Actual godot project is in project folder.
Because the javascript vm used, in the Godot engine with javascript bindings, is QuickJS.
Important: if you want to use the demo project and start changing the folder structure.
See more details at the javascript bindings repository.
-
Project is build using esbuild.
-
Have a look at
/src/fre-godot
-
Its designmated for bundling in
scripts.json
. -
Which is used in
/build.js
- I did my own hack for injecting jsx imports from
/src/fre-godot
. SeeinjectFre
plugin in/build.js