Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakasyou/kagurajs
KaguraJS is game framework in Web.
https://github.com/nakasyou/kagurajs
Last synced: 3 days ago
JSON representation
KaguraJS is game framework in Web.
- Host: GitHub
- URL: https://github.com/nakasyou/kagurajs
- Owner: nakasyou
- License: mit
- Created: 2023-05-20T09:58:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T13:31:45.000Z (about 1 year ago)
- Last Synced: 2024-10-11T17:43:53.396Z (27 days ago)
- Language: TypeScript
- Homepage: https://nakasyou.github.io/KaguraJS/
- Size: 373 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Contributors](https://img.shields.io/github/contributors/nakasyou/KaguraJS?logo=github&style=for-the-badge)
![Stars](https://img.shields.io/github/stars/nakasyou/KaguraJS?logo=github&style=for-the-badge)
![Open issues](https://img.shields.io/github/issues/nakasyou/KaguraJS?logo=github&style=for-the-badge)
![Open PRs](https://img.shields.io/github/issues-pr/nakasyou/kaguraJS?logo=github&style=for-the-badge)
![Forks](https://img.shields.io/github/forks/nakasyou/KaguraJS?logo=github&style=for-the-badge)
![Code size](https://img.shields.io/github/languages/code-size/nakasyou/KaguraJS?logo=github&style=for-the-badge)
![LICENSE](https://img.shields.io/github/license/nakasyou/KaguraJS?logo=github&style=for-the-badge)# KaguraJS
KaguraJS is game framework in Web.
## コンセプト
- KaguraJSは、Scratchのように手軽に、高速に、簡単に使えるゲームエンジンです。
- KaguraJSは、大規模な開発に展開できます。
- KaguraJSは、Web上で動作します。
- KaguraJSは、React/Vue.js/Astroなどのフレームワークで利用できます。
- KaguraJSは、ECMAScript Modulesで、ファイル分割を実現します。
## 開発
Install deps:
```shell
bun i
```
Develop:
```shell
bun run dev
```