Skip to content

Compile bullet physics to llvm and load from jvm through graalvm polyglot

Notifications You must be signed in to change notification settings

hwvenancio/graalvm-bullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  1. Compile
clang -g -O1 -c -emit-llvm -I/$GRAALVM_HOME/jre/languages/llvm Vec3.cpp
  1. Run
js --polyglot Vec3.js

Expected result:

btVector3<0.000000,0.000000,0.000000>
btVector3<0.000000,2.000000,0.000000>

About

Compile bullet physics to llvm and load from jvm through graalvm polyglot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published