Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

JSGDBridge

Utility package to embed Godot games into your react website and communicate back and forth. Intentionally kept as pure js files (with jsdoc) to keep it simple and not require any further background processes for testing.

JSGDHost

The react component to embed a godot game.

Development

Run npm run start:example in one terminal and npm run start:bridge in another.