summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-24Implement tty::new()Joe Wilm
2016-05-21Add render time meterJoe Wilm
2016-05-20Correct sub-pixel font rendering with OpenGLJoe Wilm
2016-04-11Use subpixel font renderingJoe Wilm
2016-04-10Add a GridJoe Wilm
2016-02-27Start tracking some tasksJoe Wilm
2016-02-27Rasterizer uses DPI from GlutinJoe Wilm
2016-02-27Font no longer hardcoded in get_glyphJoe Wilm
2016-02-27Fix compiler warningsJoe Wilm
2016-02-27Add support for multiple font faces in rasterizerJoe Wilm
2016-02-27Cleanup PackedVertex initializationJoe Wilm
2016-02-27Implement per vertex structJoe Wilm
2016-02-26Organize buffer data into structJoe Wilm
2016-02-25Fix some compiler warningsJoe Wilm
2016-02-25Move rendering stuff into renderer modJoe Wilm
2016-02-24Abstract glyph rendering, poorlyJoe Wilm
2016-02-24Bit of cleanupJoe Wilm
2016-02-24Use indexed drawing to draw quadsJoe Wilm
2016-02-24Fragment shader supplies color correctlyJoe Wilm
2016-02-24build rect describing glyph quadJoe Wilm
2016-02-23Add licenseJoe Wilm
2016-02-23Render the letter JJoe Wilm
2016-02-21Add test font for travisJoe Wilm
2016-02-21Implement very basic glyph rasterizationJoe Wilm
2016-02-21implement list_fonts::list_familiesJoe Wilm
2016-02-21Add function for listing font names on linuxJoe Wilm
2016-02-21Initialize new cargo binary projectJoe Wilm