From 3ccc9680a1bb8dfd81995260f077f999ec977aa9 Mon Sep 17 00:00:00 2001 From: erwin coumans Date: Sun, 21 Jul 2013 22:11:55 -0700 Subject: [PATCH] add some basic build instructions and license info --- readme.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5f8508622..a6d54d336 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,14 @@ -Bullet 3.x GPU rigid body pipeline. +Bullet 3.x GPU rigid body pipeline using OpenCL. + +The entire collision detection and rigid body dynamics is executed on the GPU. + +Requirements: +A high-end desktop GPU, such as an AMD Radeon 7970 or NVIDIA GTX 680 or similar. +We succesfully tested the software under Windows, Linux and Mac OSX. +The software currently doesn't work on OpenCL CPU devices. It might run +on a laptop GPU but performance is likely not very good. + License All source code files are licensed under the permissive zlib license