cyrilcode / cyril

The Cyril programming language is designed for fast prototyping of visualisations and live coding visuals.
http://cyrilcode.com
Other
145 stars 21 forks source link

External configuration / launch config #21

Open danhett opened 10 years ago

danhett commented 10 years ago

I believe this has been mentioned at some point, but having some external configuration options for Cyril would be really handy.

For example, I ran into a few issues with Cyril opening full-screen on some machines/projectors. I ended up modifying the source to start up in windowed mode, so I could pop the display onto the second monitor and then full-screen it. Having this sort of thing configurable per-project (including things like Window sizes etc) would be awesome.

darrenmothersele commented 10 years ago

I think this could be a priority now.

In the recent build I added a keyboard shortcut to enable/disable post processing effects, and have them on by default... but noticed that there's a general quality issue (reduced quality of rendering? lack of antialiasing?) when FX are on and no FX are running. This is another setting that should probably be off by default but could be turned on in settings.xml.