grx
grx copied to clipboard
GRX 3 Graphics Library
Glyphs are not cached but rather loaded from disk each time a character is rendered, leading to poor performance. https://github.com/ev3dev/grx/blob/09177aa2a1c6212fdd93ca0643e8967812db24ee/src/text/drawtext.c#L91-L117 https://freetype.org/freetype2/docs/reference/ft2-cache_subsystem.html
It would be nice to let others know about this library.
It is not nice for libraries to use hard-coded signals since they can easily conflict with other libraries. There should be a way to override the value but we can...
Hello. I can't build dockerfile : I have an error during "apt-get install"
I am looking for a simple graphics package for RPi3. This looks promising, but the installation instructions are incorrect, and there are no instructions for building from source. Specifically for...
Hello, In order to find out possible replacement to OpenGL, GRX is the perfect choice. I would like to recommend it. GRX working, clean, fine, fast, ideal. Probably GRX could...
Should be able to use https://github.com/pygobject/pgi-docgen to do this.
The parameters for the constructor should be: ``` from gi.repository import Grx @accepts(Grx.Font, Grx.Color) text_options = Grx.TextOptions(font, fg) ``` According to @dlech, it looks like the problem is only for...
`grx_context_bit_blt_1bpp()` only supports the convention of `.bmp` files where the left-most pixel in the most-significant bit of each byte. However, file formats such as `.xbm` have the left-most pixel as...
Currently, you can switch consoles in any program that uses GRX. The program will continue to draw on the framebuffer unless it knows to stop when switching consoles. This is...