Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-06 | Fix exit being called when closing window, respond to wm ping, add is_open ↵ | dec05eba | |
function to window | |||
2021-11-05 | Add bounds calculation to text | dec05eba | |
2021-11-05 | Fix font being corrupt with certain sizes, fix image being corrupt if its ↵ | dec05eba | |
rgb, fix window resize incorrect size | |||
2021-10-29 | Fix multiple vertex buffers using the same data | dec05eba | |
Need to call glVertexPointer/glTexCoordPointer/glColorPointer every time we render. | |||
2021-10-22 | Add shader | dec05eba | |
2021-10-21 | Add vertex buffer | dec05eba | |
2021-10-19 | Use uint8_t for color instead of float | dec05eba | |
2021-10-16 | Add rectangle and sprite, use pixel coordinates, remote opengl dependency ↵ | dec05eba | |
from test | |||
2021-10-10 | Add texture loading (and render in test) | dec05eba | |
2021-10-10 | Enable alpha blending | dec05eba | |
2021-10-10 | Draw every frame instead of x11 expose, enable vsync (if available) | dec05eba | |
2021-10-10 | add event and test graphics | dec05eba | |