面向 HTML5 Canvas 的 2D 视频游戏框架
CanvasEngine is a reactive 2D game framework built on PixiJS, Vite, and .ce components. It gives you a component-oriented way to build scenes, entities, HUDs, menus, effects, and interactions.
Features:
.ce componentsnpx degit RSamaium/CanvasEngine/starter my-project
cd my-project
npm install
npm run dev # and go to localhost:5173
Install pnpm, then run:
git clone https://github.com/RSamaium/CanvasEngine.git
cd CanvasEngine
pnpm install
pnpm run dev # to build the libraries
To run the sample project:
pnpm run dev:sample
cd docs
pnpm install
pnpm run dev
pnpm run release
Choose the version you want to release
Push the release branch to the remote repository
git push origin v2
暂无开放 Issues,或尚未同步最近议题。