Link:Softbuffer
Link: https://github.com/rust-windowing/softbufferLibrary to get a framebuffer for directly drawing to the screen.
Personal Blog about anything - mostly programming, cooking and random thoughts
Library to get a framebuffer for directly drawing to the screen.
Nice solution for the content width.
main {
max-width: min(70ch, 100% - 4rem);
margin-inline: auto;
}