Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
john01dav
59 days ago
|
parent
|
context
|
favorite
| on:
Software rendering in 500 lines of bare C++
Softbuffer?
(I originally wrote this a few years ago but other people maintain it now)
LoganDark
59 days ago
[–]
I like softbuffer, but it owns its window and doesn't support as many events / integrations as winit.
soxfox42
59 days ago
|
parent
[–]
You might be confusing softbuffer for minifb here, as softbuffer doesn't do any window handling of its own. All window management and event handling happens through winit (or another crate providing a HasWindowHandle implementation).
LoganDark
59 days ago
|
root
|
parent
[–]
Oh, you're right! My bad
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(I originally wrote this a few years ago but other people maintain it now)