From d8ee189908b885ac038334551298dd4bdbc8f1f2 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 23 Aug 2016 00:05:04 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 942500cb9..88d7e4997 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![Travis Build Status](https://api.travis-ci.org/bulletphysics/bullet3.png?branch=master)](https://travis-ci.org/bulletphysics/bullet3) [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/6sly9uxajr6xsstq)](https://ci.appveyor.com/project/erwincoumans/bullet3) -# Bullet 2.x including experimental Bullet 3 OpenCL. +# Bullet 2.x including pybullet and experimental Bullet 3 OpenCL. This is the official repository of Bullet 2.x, moved from http://bullet.googlecode.com -It includes the optional work-in-progress Bullet 3 GPU pipeline. +It includes the optional experimental Bullet 3 GPU pipeline. The Bullet 2 API will stay default and up-to-date while slowly moving to Bullet 3. The steps towards Bullet 3 are in a nutshell: @@ -47,7 +47,7 @@ All source code files are licensed under the permissive zlib license **Windows** -Click on build3/vs2010.bat and open build3/vs2010/0MySolution.sln +Click on build_visual_studio.bat and open build3/vs2010/0MySolution.sln **Linux and Mac OSX gnu make** @@ -80,11 +80,13 @@ You can just run it though a terminal/command prompt, or by clicking it. ``` [--start_demo_name="Demo Name"] Start with a selected demo +[--enable_pybullet] Build with pybullet Python bindings. See also examples/pybullet +[--enable_openvr] Build with VR support for HTC Vive and Oculus Rift using OpenVR [--enable_experimental_opencl] Enable some experimental OpenCL examples [--mp4=moviename.mp4] Create a mp4 movie of the window, requires ffmpeg installed [--mouse_move_multiplier=0.400000] Set the mouse move sensitivity [--mouse_wheel_multiplier=0.01] Set the mouse wheel sensitivity -[--background_color_red= 0.9] Set the red component for background color. Same for green and blue. +[--background_color_red= 0.9] Set the red component for background color. Same for green and blue [--fixed_timestep= 0.0] Use either a real-time delta time (0.0) or a fixed step size (0.016666) ```