Backlog/lib/zphysics/libs
peterino2 fe2e5b6e42 upgrading zphysics 2025-10-13 21:35:14 -07:00
..
Jolt upgrading zphysics 2025-10-13 21:35:14 -07:00
JoltC upgrading zphysics 2025-10-13 21:35:14 -07:00
README.md Backlog initial-comit SDL gpu examples cooking shaders properly 2025-04-07 19:51:46 -07:00

README.md

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 Physics
  • JoltC/
    • JoltPhysicsC.h - C API header file
    • JoltPhysicsC.cpp - C API implementation
    • JoltPhysicsC_Extensions.cpp - some additional, low-level functions implemented for performance reasons
    • JoltPhysicsC_Tests.c - tests for our C API