fae 0.1.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:
- Fixing a font rendering issue
- Adding parameter to set the pivot point to rotated drawing
- Debugging why it takes a while to render the first frame after
  window creation
- Designing a more pleasant API
- Writing documentation
- Writing examples