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
- Host: GitHub
- URL: https://github.com/madhawav/qu3ecsharp
- Owner: madhawav
- License: zlib
- Created: 2017-01-01T11:27:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T15:35:26.000Z (over 8 years ago)
- Last Synced: 2025-02-10T21:36:41.510Z (4 months ago)
- Language: C#
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.