Basic read me and added copy of MIT License to cga.rs

This commit is contained in:
2025-08-23 18:13:34 -05:00
parent 2b26cd4197
commit 7def50cbf0
2 changed files with 28 additions and 0 deletions

5
Readme.md Normal file
View File

@@ -0,0 +1,5 @@
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.