https://github.com/jrouwe/bulletperformancetest
A code snippet to be included into the Bullet repository to compare performance between Jolt and Bullet
https://github.com/jrouwe/bulletperformancetest
Last synced: 3 months ago
JSON representation
A code snippet to be included into the Bullet repository to compare performance between Jolt and Bullet
- Host: GitHub
- URL: https://github.com/jrouwe/bulletperformancetest
- Owner: jrouwe
- License: mit
- Created: 2022-01-02T13:45:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T19:46:00.000Z (over 3 years ago)
- Last Synced: 2025-01-19T21:41:57.792Z (5 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulletPerformanceTest
A code snippet to be included into the Bullet repository to compare performance between Jolt and Bullet
To run:
- Clone the Bullet repository at https://github.com/bulletphysics/bullet3.git
- Add this repository as a submodule in examples\PerformanceTest
- Edit examples\CMakeLists.txt and add PerformanceTest to the SUBDIRS command at the top of the file
- Follow the build instructions of the Bullet library to compile the library and all examples, e.g. in the root of the project:
- md build
- cd build
- cmake -DBULLET2_MULTITHREADING=ON -G "Visual Studio 17 2022" ..