Age | Commit message (Collapse) | Author |
|
|
|
|
|
create window
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(glFinish, fps limit)
|
|
|
|
|
|
This window background color is different than window.clear(color)
because this window color is the background color if the window itself,
which means if there is a delay between creating the window and the
first frame display then the window background color is black,
but if window color is set then that color will be displayed instead.
Normally you want to set the window background color to the same
color as the color you use in window.clear(color).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work with transparency
|
|
|
|
|
|
when using a shader)
|
|
|
|
function to make it visible (map, unmap)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clear font glyph background before rendering the text
|
|
|
|
|
|
next character size
Add function to get the start of a utf8 codepoint (backwards), test utf8
functions
|
|
|height| number of times
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loop everywhere
|
|
|
|
|
|
|