An open API service indexing awesome lists of open source software.

https://github.com/madhawav/qu3ecsharp

A CSharp Port of Randy Gauls Qu3E 3D Physics Engine
https://github.com/madhawav/qu3ecsharp

Last synced: about 2 months ago
JSON representation

A CSharp Port of Randy Gauls Qu3E 3D Physics Engine

Awesome Lists containing this project

README

        

# Qu3ECsharp
A CSharp Port of Randy Gauls Qu3E 3D Physics Engine.
This Port is still in very early stage of development. I am doing this port at my leisure time to gain an understanding on How a Physics Engines Work. Thus, this port is purely for educational purpose.

Refer the original Version written in C++ to learn more about Qu3E.
Original Version (on C++) is available at https://github.com/RandyGaul/qu3e.