Game engine built using bunjs Work in progress.
curl -fsSL https://bun.sh/install | bash
- start: "bun run index.ts",
- bundle: "bun run bundler/bundler.ts",
- list: "bun run samples/list-scripts.tsx",
- example: "bun run bundle && cd example && bun start && cd ..",
- fileSample: "bun run samples/file.tsx && cat samples/data/test.json",
- httpSample: "bun run samples/server.tsx"
https://jacklehamster.github.io/bun-engine/example/
To create a project, for now the best way would be to heck out the DemoWorld example: https://github.com/jacklehamster/bun-engine/blob/main/src/demo/DemoWorld.ts
https://github.com/jacklehamster/bun-engine/
https://dev.to/jacklehamster/started-a-repo-for-my-new-game-engine-54cc