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.
- Host: GitHub
- URL: https://github.com/kalakit/kalaphysics
- Owner: KalaKit
- License: other
- Created: 2025-02-18T18:55:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-15T05:41:08.000Z (11 months ago)
- Last Synced: 2025-07-15T12:17:27.843Z (11 months ago)
- Topics: cpp, cpp20, cpp20-lib, cpp20-library, opengl, physics, physics-engine
- Language: C++
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.md
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)