https://github.com/anima-engine/anima-engine
The quirky game engine
https://github.com/anima-engine/anima-engine
Last synced: about 1 year ago
JSON representation
The quirky game engine
- Host: GitHub
- URL: https://github.com/anima-engine/anima-engine
- Owner: anima-engine
- License: mpl-2.0
- Created: 2016-01-27T13:11:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T09:21:53.000Z (about 7 years ago)
- Last Synced: 2025-03-25T11:52:25.928Z (about 1 year ago)
- Language: Rust
- Homepage: http://www.anima-engine.org
- Size: 125 KB
- Stars: 77
- Watchers: 12
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anima Engine. The quirky game engine.
[](https://gitter.im/anima-engine/anima-engine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://travis-ci.org/anima-engine/anima-engine)
# Roadmap
| Feature | Status |
| ------------------------------ | :---------: |
| linear math | implemented |
| cross-device controls | in-progress |
| mruby scripting | implemented |
| live console | in-progress |
| flexible graphics pipeline | waiting |
| Vulkan support | waiting |
| high-performance renderer | waiting |
| cross-device UI (vector?) | waiting |
| file support (3D, levels) | waiting |
| rigid body physics (Bullet) | waiting |
| joint physics (Bullet) | waiting |
| 3D sound | waiting |
| AI (behavior, path-finding) | waiting |
| roads, foliage, trees, objects | waiting |