809 B
809 B
JoltPhysicsC v0.0.6 - C API for Jolt Physics C++ library
Jolt Physics is a fast and modern physics library written in C++.
This project aims to provide high-performance, consistent and roboust C API for Jolt.
JoltPhysicsC is not yet complete but already usable, to get started please take a look at our tests.
Folder structure:
Jolt/- contains complete, up-to date source code of Jolt PhysicsJoltC/JoltPhysicsC.h- C API header fileJoltPhysicsC.cpp- C API implementationJoltPhysicsC_Extensions.cpp- some additional, low-level functions implemented for performance reasonsJoltPhysicsC_Tests.c- tests for our C API