cpp-cheat/bullet/source-tree.md
2016-05-18 10:21:52 +02:00

8 lines
385 B
Markdown

# Source tree
Code style is horrible. Whitespaces everywhere. Game programmers ;-)
- examples
- <https://github.com/bulletphysics/bullet3/blob/2.83/examples/ExampleBrowser/ExampleEntries.cpp>: tree of examples that appears in the browser
- <https://github.com/bulletphysics/bullet3/blob/2.83/examples/BasicDemo/BasicExample.cpp>: tree of examples that appears in the browser