fae 0.2.0

A simple and fast 2D rendering crate with optional window creation and text rendering functionality.
Documentation
1
2
3
4
5
6
7
8
9
10
# Roadmap
Current planned features/todos before declaring the crate ready for
any kind of use:
- Making specific vertex attribs optional in draw calls (if benchmarks
  show that it gives a noticeable performance boost)
- Debugging why it takes a while to render the first frame after
  window creation
- Designing a more pleasant API
- Writing documentation
- Writing examples