4 Commits 30e125bd6c ... 1ae68ec4a3

Author SHA1 Message Date
  Darryl T. Agostinelli 1ae68ec4a3 Added hypatia pure C linear algebra math library (#20) 4 years ago
  Hugo Locurcio ff9eaaeacc Remove the Blender Game Engine as it's no longer maintained since 2.80 4 years ago
  Hugo Locurcio 5f685f8659 Revert "OpenXRay engine. (#18)" 4 years ago
  Collectioner a1fc8f37dc OpenXRay engine. (#18) 4 years ago
1 changed files with 7 additions and 3 deletions
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -25,6 +25,7 @@ us today!
   * [General](#general)
   * [HTML5](#html5)
   * [Physics](#physics)
+* [Math](#math)
 * [Fonts](#fonts)
 * [Games](#games)
   * [C](#c)
@@ -164,8 +165,6 @@ These are full-blown game engines.
 * [Azul3D][112] - Implemented in Go. [3-clause BSD][29].
 * [Backbone][161] - Implemented in ECMAScript. [Expat][11].
 * [BananaBread][162] - Implemented in ECMAScript. A port of Sauerbrauten. [zlib][45].
-* [Blender Game Engine][312] - Implemented in C++. Scripted using a GUI and
-  Python. [GNU GPLv2][14] or later.
 * [Castle Game Engine][292] - Implemented in ObjectPascal. [GNU LGPLv2][102] or later.
 * [Chili Source][262] - Implemented in C++. [Expat][11].
 * [Cocos2d][75] - Implemented in Python. [3-clause BSD][29].
@@ -272,6 +271,11 @@ Unless stated otherwise, these engines are implemented in ECMAScript.
 * [Oimo.js][272] - Implemented in ECMAScript. [Expat][11].
 * [Physics.js][274] - Implemented in ECMAScript. [Expat][11].
 
+
+## Math ##
+
+* [Hypatia][416] - A pure-C math library for 2D/3D graphics (matrix, vector, quaternion) Seeks to be close to C89/C90 compliant for portability. [MIT][403].
+
 ## Fonts ##
 
 * [Google Fonts][232] - A collection of freely-licensed fonts. [OFL][302].
@@ -1087,7 +1091,6 @@ This is a catch-all category for things that don't fit anywhere else.
 [309]: http://enigma-dev.org/docs/Wiki/LateralGM
 [310]: http://pulkomandy.tk/projects/GrafX2
 [311]: http://www.maratis3d.org/
-[312]: https://www.blender.org/manual/game_engine/introduction.html
 [313]: https://processing.org/
 [314]: https://icculus.org/twilight/darkplaces/
 [315]: http://orx-project.org/
@@ -1181,3 +1184,4 @@ This is a catch-all category for things that don't fit anywhere else.
 [413]: https://gamesounds.xyz/
 [414]: https://github.com/skywind3000/kcp/blob/master/README.en.md
 [415]: https://scormpool.com/luastudio
+[416]: https://github.com/dagostinelli/hypatia