Commit Graph

4 Commits

Author SHA1 Message Date
elipzer
8061ffeef5 Removed requirements for PoseableBatch-es to have a specified
number of rendered elements.

This was pretty easy since the elements were getting re-allocated
in the graphics card every frame. TODO would be to make the
re-allocation not happen every frame but rather only happen when
a re-allocation is nescessary and rather just not fully re-populate
the buffer if not every element is used or have some other sort of
automated way of handling the VRAM.
2018-11-12 11:23:38 -05:00
elipzer
9f4314803e Better alpha channel stuff.
Also using a 16px font.
2018-10-19 20:32:12 -04:00
elipzer
7b2bedee03 Able to get a version of courier rendering on screen. 2018-10-19 18:30:54 -04:00
elipzer
65cf0807d6 Starting off with text! Using the Uber image to test it. 2018-10-19 01:08:21 -04:00