Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/not-elm/akashic
https://github.com/not-elm/akashic
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/not-elm/akashic
- Owner: not-elm
- License: apache-2.0
- Created: 2023-08-31T14:19:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-17T13:28:20.000Z (about 1 year ago)
- Last Synced: 2024-02-11T10:34:36.302Z (9 months ago)
- Language: Rust
- Size: 62.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# akashic
Provides you Library that implements binding for the [Akashic Engine](https://akashic-games.github.io/akashic-engine/v3/)(version 3.0).
This library is still experimental and may be subject to breaking changes in the future.
Also, the Akashic Engine version is assumed to be 3, and it may not work with other versions.## What is the Akashic Engine?
Akashic Engine is a game engine for creating games that run on [nico-nico](https://live.nicovideo.jp/), one of the japanese live-streaming sites.
By requesting a game on a live-room, anyone watching stream(including the streamer) can play that game.
## bevy-akashic
It is possible to create a game using this library alone, but most of the processing will involve calling javascript using wasm,
and the performance will very poor.I also created a library called [bevy-akashic]() to solve this problem, please also check this.