Elektrine lite

← Feed

@djl@mastodon.mit.edu

Post #3758605

2026-07-12 06:52 UTC

I'd like to do some "graphics" programming, but a specific type. I want to display white dots on a black backround. Calculate a new set of dots, and spit them to the screen. Don't mind if I have to turn off old dots myself. SBCL would be optimal, Python OK, C/C++ no thanks city. Do any GUI toolkits support such a widget??? Any recommendations/experience doing this sort of thing??? #graphics #programming #lisp #python #gui

Replies (1)

  • @djl@mastodon.mit.edu do you need the framework to accelerate rendering and antialiasing of many dots for you Pretty much any can be beaten into doing this, Python ones included (like pygtk or tkinter)

    Open ##3758604