Julien Valverdé 8bffd29ee7
Publish / publish (push) Successful in 15s
Lint / lint (push) Successful in 12s
Publish initial version
2026-09-14 15:33:40 +02:00
2026-09-14 15:33:40 +02:00
2026-09-14 15:33:40 +02:00
2026-09-14 15:33:40 +02:00
2026-09-14 15:33:40 +02:00
2026-09-09 01:04:07 +02:00
2026-09-14 15:33:40 +02:00
2026-09-10 03:17:33 +02:00
2026-09-14 15:33:40 +02:00

effect-godot (monorepo)

Bun workspace monorepo.

packages/
  effect-godot/   the library — see packages/effect-godot/README.md
  game/           example Godot project consuming it
  godot-bin/      CLI (`godot-bin`) for fetching/running the pinned GodotJS engine build

Quickstart

bun install
bun run --cwd packages/game godot:fetch   # downloads the GodotJS engine build pinned in packages/game/godot.config.json
bun run --cwd packages/game build         # bundles packages/game/src/**/*.ts to CJS via rolldown
bun run --cwd packages/game edit          # opens the project in the Godot editor
S
Description
Effect platform adapter for GodotJS
Readme
49 MiB
Languages
TypeScript 75.9%
GDScript 24.1%