Skip to content

nonameentername/pybullet-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to build for android:
    ./build.sh

how to get ctypes_bullet compile on x86-64 linux:

    tar -zxf bullet-2.75-rc7.tgz
    cd bullet-2.75-rc7
    cmake . -DBUILD_EXTRAS=NO -DBUILD_DEMOS=NO -DCMAKE_CXX_FLAGS="-fPIC"
    make
    cd ..
    sh lib_build/make.sh

If there were no errors, you are ready to go:
    
    rm -rf bullet-2.75-rc7
    python setup.py install 
    python examples/helloworld.py

About

bullet ctypes python module for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published