https://github.com/jslee02/OZCollide
:ghost: Unofficial Repository of OZCollide
https://github.com/jslee02/OZCollide
Last synced: 9 days ago
JSON representation
:ghost: Unofficial Repository of OZCollide
- Host: GitHub
- URL: https://github.com/jslee02/OZCollide
- Owner: jslee02
- License: lgpl-2.1
- Created: 2017-04-01T13:04:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T13:55:53.000Z (over 8 years ago)
- Last Synced: 2025-07-28T13:37:37.571Z (4 months ago)
- Language: C++
- Homepage: http://www.tsarevitch.org/ozcollide/
- Size: 95.7 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-collision-detection - [github
README
# OZCollide [](https://travis-ci.org/jslee02/OZCollide)
Unofficial Repository of OZCollide
## Installation
```bash
$ git clone https://github.com/jslee02/OZCollide.git
$ cd OZCollide
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
$ sudo make install
```
## License
OZCollide is released under the LGPL-2.1 license. See [LICENSE](./LICENSE) for more
information.
## Authors
OZCollide is developed by Igor Kravtchenko (igor@tsarevitch.org).