fna3d 0.1.5

Wrapper of FNA3D
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
= Exampels

Try examples with: `cargo run --example <name-of-example>`

* `clear`: Just clears the screen.
* `texture`: Draws a texture onto the screen.
* `batcher`: Draws 20 textures onto the screen per frame batching draw calls.

TODO: fix the batcher example..

== Credits

Icons created by http://lorcblog.blogspot.com/[Lorc]:

* `common/embedded/deadly-strike.png`: https://game-icons.net/1x1/lorc/deadly-strike.html[original]
* `common/embedded/castle.png`: https://game-icons.net/1x1/lorc/castle.html[original]

They are licensed under https://creativecommons.org/licenses/by/3.0/[CC BY 3.0].