Hacker News new | ask | show | jobs
by aspaceman 1963 days ago
HTML5 Canvas is probably the easiest to get going with some Javascript.

Python has PyGame, or you could just plot to PNGs.

Java awt has a canvas.

C/C++ has SDL/SFML or also plotting to PNGs (or if you want to go wild, embedded GPUs are an option).

You could also do all of this in BASIC if you write the canvas commands. All of this is doable on a Commodore in software albeit slowly.