Age | Commit message (Expand) | Author |
---|---|---|
2016-05-24 | Implement tty::new() | Joe Wilm |
2016-05-21 | Add render time meter | Joe Wilm |
2016-05-20 | Correct sub-pixel font rendering with OpenGL | Joe Wilm |
2016-04-11 | Use subpixel font rendering | Joe Wilm |
2016-04-10 | Add a Grid | Joe Wilm |
2016-02-27 | Rasterizer uses DPI from Glutin | Joe Wilm |
2016-02-27 | Font no longer hardcoded in get_glyph | Joe Wilm |
2016-02-27 | Add support for multiple font faces in rasterizer | Joe Wilm |
2016-02-25 | Fix some compiler warnings | Joe Wilm |
2016-02-25 | Move rendering stuff into renderer mod | Joe Wilm |
2016-02-24 | Abstract glyph rendering, poorly | Joe Wilm |
2016-02-24 | Bit of cleanup | Joe Wilm |
2016-02-24 | Use indexed drawing to draw quads | Joe Wilm |
2016-02-24 | build rect describing glyph quad | Joe Wilm |
2016-02-23 | Render the letter J | Joe Wilm |
2016-02-21 | Implement very basic glyph rasterization | Joe Wilm |
2016-02-21 | Add function for listing font names on linux | Joe Wilm |
2016-02-21 | Initialize new cargo binary project | Joe Wilm |