acklavidian / js_minimal_godot

A minimal setup for using godot's JS bindings without using the editor by default.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js_minimal_godot

A minimal setup for typescript using GodotExplorer's JS bindings without using the editor by default.

Usage

  • Open a terminal and run npm i
  • then run npm run watch
  • Open another terminal and run npm run start
  • Edit Main.tsx
  • Restart npm run start process to see changes.

About

A minimal setup for using godot's JS bindings without using the editor by default.


Languages

Language:JavaScript 93.2%Language:TypeScript 6.8%