Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
conradev
on March 6, 2021
|
parent
|
context
|
favorite
| on:
Show HN: Svelte NodeGUI, a lightweight Electron al...
On a 2560 x 1600 screen showing 8-bit RGBA, a single full screen buffer would be 15 MB:
(2560 * 1600 * 4) / 1024 / 1024 = 15 MB
So no, that is not huge for a modern GUI program.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(2560 * 1600 * 4) / 1024 / 1024 = 15 MB
So no, that is not huge for a modern GUI program.