c949ceceeae1833d9beb85ba30124269cb2fcccf
[pwl6.git] / README.md
1 # Yuu - a WebGL game library
2
3 Software developers do their best now and are preparing. Please wait
4 warmly until it is ready.
5
6 * * *
7
8 Here are some reasons to avoid this library for now:
9
10 * There's no real documentation. There's no API stability promises.
11 * No one has actually made a game in it.
12 * There's no draw batching. Each quad is its own draw call.
13 * In fact, there's been no optimization in general.
14 * Before I wrote this I'd never once used the JavaScript `new` keyword.