Skip to content

TraistaRafael/bullet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullet

Bullet Physics wrapper for Heaps

Compilation

  • run make gen_hl
  • run cmake .. -A x64 -G "Visual Studio 15 2017" -DBULLET_SRC_DIR="C:/Projects/RyanCleven/bullet3/src" -DHL_DIR="C:/HaxeToolkit/HashLink/hl-1.11.0-win"
  • open and build build/Project.sln
  • copy build/Debug/bullet.hdll -> ../path/to/HashLink/... Add this together with the other hdll files

Run example

  • navigate to /sample
  • run haxe compile.hxml
  • run hl hello.hl

About

Bullet Physics for Heaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 52.4%
  • CMake 47.1%
  • Makefile 0.5%