anael-seghezzi / CToy

Interactive C live coding environment
Other
1.32k stars 70 forks source link

Can I opt to remove GLES window? #15

Closed stevefan1999-personal closed 6 years ago

stevefan1999-personal commented 6 years ago

I want to use CToy for learning algorithms, but it is very annoying to see a black screen that I never needs...

Also, I wish there could be Makefile support so we have can a live-reloading infrastructure in basically anywhere.

anael-seghezzi commented 6 years ago

I think in this case it would be better if you just use libtcc directly. Specially for learning where you want to compile a candidate when you want.