https://github.com/clasp-developers/demo-expose-bullet-physics-engine-to-clasp
A demonstration of binding the Bullet Physics engine to Clasp Common Lisp
https://github.com/clasp-developers/demo-expose-bullet-physics-engine-to-clasp
Last synced: 2 months ago
JSON representation
A demonstration of binding the Bullet Physics engine to Clasp Common Lisp
- Host: GitHub
- URL: https://github.com/clasp-developers/demo-expose-bullet-physics-engine-to-clasp
- Owner: clasp-developers
- Created: 2017-01-15T14:47:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T15:06:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T08:37:32.854Z (3 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-expose-bullet-physics-engine-to-clasp
A demonstration of binding the C++ Bullet Physics engine to Clasp Common Lisp## Building and running
1. Clone and follow the directions to build [clasp](http://github.com/drmeister/clasp.git)
1. Copy local.config.template to local.config and edit it for your system.
1. Type 'make' and then 'make test'