/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Pragtical: Practical and pragmatic code editor
(pragtical.dev)
255 points
rd07
| 1 comments |
20 Aug 24 07:15 UTC
|
HN request time: 0s
|
source
Show context
artemonster
◴[
20 Aug 24 10:51 UTC
]
No.
41298767
[source]
▶
>>41297609 (OP)
#
Do I understand correctly that its a software renderer? They manually blit a buffer from glyphs and use SDL to show it, akin to immediate mode?
replies(1):
>>41299050
#
1.
ben-schaaf
◴[
20 Aug 24 11:39 UTC
]
No.
41299050
[source]
▶
>>41298767
#
Immediate mode is the way a rendering API works. Most glyph rendering works by blitting from a buffer, regardless of how they design the API.
ID:
GO
↑