This commit is contained in:
Jack Andersen 2016-03-06 17:10:03 -10:00
commit 452a17aea4
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
</a>
</p>
### libBoo
### Boo
**libBoo** is a cross-platform windowing and event manager similar to
**Boo** is a cross-platform windowing and event manager similar to
SDL and SFML, with additional 3D rendering functionality.
The exclusive focus of libBoo is 2D/3D rendering using polygon-rasterization
The exclusive focus of Boo is 2D/3D rendering using polygon-rasterization
APIs like OpenGL or Direct3D. It exposes a unified command-queue API for
calling the underlying graphics API.