summaryrefslogtreecommitdiff
path: root/build3
Commit message (Expand)AuthorAgeFilesLines
* adjusted clsocket build and test, so there is an EchoServer and QueryDayTime ...Erwin Coumans2017-02-191-4/+13
* first draft of premake/cmake build files for clsocket (tiny cross-platform TC...Erwin Coumans2017-02-191-0/+6
* remove obsolete batch fileErwin Coumans2017-01-071-6/+0
* update to latest OpenVR 1.04 (and make minor API changes)erwin coumans2016-12-111-0/+0
* Add RtMidi for midi control, use the --midi option in premake, and seeerwincoumans2016-11-161-1/+6
* work-in-progresserwincoumans2016-11-041-7/+12
* pybullet: add option to use NumPy to speed up, thanks to moof2kErwin Coumans2016-09-111-0/+41
* Create project file for BussIK inverse kinematics library (premake, cmake)erwin coumans2016-09-081-0/+1
* add commented-out line in build_visual_studio.bat to show how to build pybull...Erwin Coumans2016-09-011-1/+1
* Add sleep to avoid 100% busy CPU loop in PhysicsServerExampleerwin coumans2016-08-131-3/+3
* Add premake support to build pybullet, Windows and Linux tested, will enable ...erwin coumans2016-08-091-5/+37
* [WIP] Suppress compiler warnings.hujiajie2016-07-121-3/+8
* Add preliminary support for VR/OpenVR for HTC Vive and Oculus Rift,erwin coumans2016-06-301-0/+5
* fix compile issuesErwin Coumans2016-05-261-0/+11
* Preliminary working version of TinyRenderer for standalone demos,erwin coumans2016-05-261-0/+1
* fix build3/stringify.shErwin Coumans2016-05-251-9/+9
* move some easy-to-use build files for Mac OSX, Linux and WindowsErwin Coumans2016-05-212-22/+0
* make standalone versions (console, tinyrender, opengl) of InverseDynamics/Inv...erwin coumans2016-05-061-1/+1
* add initial pybullet module, using the shared memory APIErwin Coumans2016-04-301-0/+11
* patch TinyRenderer so it software-renders in an OpenGL texture, for testingerwin coumans2016-04-261-0/+1
* run GUI on main thread for Mac OSX/__APPLE__, due to OS limitationErwin Coumans2016-04-141-19/+19
* add preliminary Android build files for BulletErwin Coumans2016-03-273-0/+57
* premake: disable linking system OpenGL and X11 by default,Erwin Coumans2016-03-242-7/+7
* add a Pendulum example that is also used as unit test.Erwin Coumans2016-01-061-0/+1
* replaced spaced indentation with tabsAndrew Meadows2015-12-031-116/+116
* fix bad --no-extras option for InverseDynamcisAndrew Meadows2015-12-031-1/+1
* adding forgotten --no-extras build optionAndrew Meadows2015-12-031-0/+8
* combine checks for "ios" premake optionAndrew Meadows2015-12-031-5/+3
* cleanup main premake scriptAndrew Meadows2015-12-031-82/+120
* add InverseDynamics test/lib to premakeErwin Coumans2015-11-171-1/+3
* clang gets confused/crashes when using the same namespace,Erwin Coumans2015-11-081-0/+1
* re-enable wireframe in PhysicsClientErwin Coumans2015-10-301-1/+0
* add example/MultiThreading functionsErwin Coumans2015-08-211-1/+2
* add a textured sphere8.obj test with obj loadererwin coumans2015-08-051-10/+10
* small progress towards shared memory C-api and test.c.erwincoumans2015-07-301-0/+1
* mix physics client/server into a single example for easier/faster development...erwin coumans2015-07-152-3/+23
* fix 'binserver' to 'bin' for premake targetdir=2015-07-101-1/+1
* fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/...erwincoumans2015-07-101-1/+1
* some work towards streaming Bullet data over shared memory for client/servererwincoumans2015-07-091-0/+1
* exit gracefully and call destructor of the current active example=2015-05-291-2/+2
* added preliminary shared memory physics client/server=2015-05-281-1/+1
* prepare for some basic lua scripting exampleErwin Coumans2015-05-131-0/+9
* enable premake4 option --ios and Test_LinearMathErwin Coumans2015-05-121-16/+35
* fixed premake4 issue causing the build to fail on non-Mac platformserwin coumans2015-05-062-8/+15
* allow to compile and run the ExampleBrowser on older Mac OSX versions (withou...Erwin Coumans2015-05-062-0/+4
* add enet for some client/server tests=2015-05-051-1/+3
* remove 'Custom' multi body demo, it has no point on its ownErwin Coumans2015-04-291-1/+0
* add SoftDemo exampleserwin coumans2015-04-271-0/+1
* added LICENSE.txt and AUTHORS.txt fileerwin coumans2015-04-231-0/+1
* fixes in Mac modifier keys, remove enet/lua testsErwin Coumans2015-04-161-2/+2