skx / gobasic

A BASIC interpreter written in golang.
https://blog.steve.fi/tags/basic/
GNU General Public License v2.0
328 stars 27 forks source link

Look at graphic-libraries #53

Closed skx closed 5 years ago

skx commented 6 years ago

The HTTP-server is pretty cool, but it would be better if you could draw:

Look for a decent graphics library to import and offload the drawing options to.

skx commented 6 years ago

(The HTTP-server is a compromise; I'd love a GUI application where you could enter programs, type "RUN", "LIST", "NEW", etc. But that would be a lot of work ..)