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

https://github.com/kalakit/kalaphysics

Physics library for Windows and Linux, made with C++ 20.
https://github.com/kalakit/kalaphysics

cpp cpp20 cpp20-lib cpp20-library opengl physics physics-engine

Last synced: 17 days ago
JSON representation

Physics library for Windows and Linux, made with C++ 20.

Awesome Lists containing this project

README

          

# KalaPhysics

**KalaPhysics** aims to cover most physics needs for ray casting, collision with most popular shapes in broadphase and narrowphase and will experiment with many various other things like **instant vs delayed rays**.

This project relies on several [external dependencies](https://github.com/greeenlaser/external-shared), they are not shipped inside this project, please make sure you have that repository cloned into a folder inside the same parent directory as this project folder before compiling this project from source.

---

## Links

[Donate on PayPal](https://www.paypal.com/donate/?hosted_button_id=QWG8SAYX5TTP6)

[Official Discord server](https://discord.gg/jkvasmTND5)

[Official Youtube channel](https://youtube.com/greenlaser)

---

## Docs

[How to build from source](docs/build_from_source.md)

[External libraries](docs/external_libraries.md)

[Lost Empire Entertainment and KalaKit ecosystem](docs/ecosystem.md)