bdaa199ecb
vdp2: add color_calculation_ratio
2024-03-24 22:16:41 +08:00
fb0b237e0c
ttf-bitmap: allow arbitrary width/height glyphs
2024-02-02 08:49:35 +08:00
c86fcbd6af
editor: add example
...
This adds a simple text editor with basic visual line-editing
capabilities.
2023-06-08 22:50:07 +00:00
3b82199d08
sound_cpu__interrupt: add slot visuals
...
This shows the value of some of the most relevant SCSP slot fields.
2023-05-19 23:08:19 +00:00
ab91778312
tools: add make recursion rule
2023-05-16 23:01:20 +00:00
cfad16c514
wordle: basic drawing
...
This draws the screen and "keyboard".
I am not certain if I like the keyboard concept. Letter groupings would be more
useful.
2023-05-10 05:48:49 -07:00
65e48d7c6f
smpc: new input_keyboard example
...
This improves ttf-convert slightly:
- variable size glyphs
- initialize metrics for glyphs with zero-size bitmaps (e.g "space")
- move the font/serialization structures to a common header
The keyboard example includes keyboard layout data for the HSS-0129 (Japanese)
Sega Saturn keyboard.
2023-05-09 04:04:09 -07:00
67dc9e030f
kana: add argv-provided start/end char codes
2023-05-08 08:57:51 -07:00
6625c886b5
tools: add ttf-convert
...
This is a custom binary format for pre-rendering outline fonts as a collection
of bitmaps.
2023-05-08 08:15:56 -07:00