Geometry and math library feature requests thread

JN 666total at wp.pl
Thu Jun 17 21:46:33 UTC 2021


On Wednesday, 16 June 2021 at 21:48:05 UTC, unDEFER wrote:
> The second project is also game project. It will use job done 
> in Dizzy Omega, but game engine must be many improved to 
> understand Collada format, animation engine and more universal 
> collision detector in 3D. This game will open source but 
> commercial which will distributed by "pay later" principle. 
> Anyway I again need here some good geometry math library.
>

By the way. I wouldn't recommend Collada. It's nice to have as an 
option, but because it's all XML, data included, it's very slow 
to load. You might want to consider GLTF as a modern alternative, 
which uses a combination of JSON metadata and binary data.


More information about the Digitalmars-d mailing list