6 lines
653 B
Markdown
6 lines
653 B
Markdown
This is a project to create a game of Asteroids set in hyperbolic space, using Conformal Geometric Algebra to do the calculations. This is partially a learning project and partially to make a fun game.
|
|
|
|
The CGA library used in this project is from [ganja.js](https://github.com/enkimute/ganja.js), and is licensed under the MIT License. The sourced version is permalinked [here](https://github.com/enkimute/ganja.js/blob/6e97cb45d780cd7c661d9240f1610eb005707417/codegen/rust/cga.rs). Minor modifications have been added, mainly to eliminate rust warnings.
|
|
|
|
All code that is original to this project may be licensed under the terms of the GPLv3 License.
|