mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

9.6K
active users

#graphicsprogramming

1 post1 participant0 posts today

After some serious brainstorming, figuring out poorly documented APIs, searching for workarounds and general #programming related troubleshooting, I've come to the realization that if the framebuffer of the GlArea widget in #gtk can't for the life of me support MSAA, then I can just render to another framebuffer that does and blit the result back to the main framebuffer. As a result, my waveform renderer now looks smoother than ever 😃

#OpenGL#gnome#gtk4