udaykanthr / bazel-bullet-starter

sample bullet physics project using bazel build system using linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel-bullet-starter

sample bullet physics project using bazel build system using linux

SETUP

Install Bazel,

https://docs.bazel.build/versions/master/install-ubuntu.html

Install Bullet Physics,

 mkdir bullet-build
 cd bullet-build
 cmake ../path/to/bullet -G "Unix Makefiles" -DINSTALL_LIBS=ON 
 make -j4
 sudo make install

RUN

bazel run //main:main

About

sample bullet physics project using bazel build system using linux


Languages

Language:C++ 97.0%Language:Python 3.0%