Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodneylab/jolt-raylib-hello-world
Jolt Physics raylib ⚡️ trying Jolt C++ game development physics library with raylib in a 3D hello world 🎱 bouncing sphere example.
https://github.com/rodneylab/jolt-raylib-hello-world
cmake cplusplus cplusplus-17 dear-imgui game-development gamedev imgui jolt jolt-physics physics-engine raylib
Last synced: 3 months ago
JSON representation
Jolt Physics raylib ⚡️ trying Jolt C++ game development physics library with raylib in a 3D hello world 🎱 bouncing sphere example.
- Host: GitHub
- URL: https://github.com/rodneylab/jolt-raylib-hello-world
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2024-03-30T12:02:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:20:33.000Z (3 months ago)
- Last Synced: 2024-11-07T08:27:37.583Z (3 months ago)
- Topics: cmake, cplusplus, cplusplus-17, dear-imgui, game-development, gamedev, imgui, jolt, jolt-physics, physics-engine, raylib
- Language: CMake
- Homepage:
- Size: 1.58 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Jolt raylib Hello World# jolt-raylib-hello-world
CMake project for Jolt physics raylib Hello World. The code accompanies the
Rodney Lab
article on
using Jolt physics with raylib, which provides some pointers on getting
start with and setting up Jolt with raylib. If you have any questions, please
drop a comment at the bottom of that page.## 🖥️ Usage
Requires [CMake](https://cmake.org/getting-started/) and a C++ compiler.
Clone the repo then run:
```shell
mkdir .build
cd .build
cmake ..
cmake --build .
./bin/RaylibImGuiApp
```With the game running, press the F9 key to bring up the debug
interface and close the preview, or use F9 again to close it.## ☎️ Issues
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).