From: Aaron Taylor Date: Fri, 11 Jun 2021 00:52:56 +0000 (-0700) Subject: Updated list of possible improvements for WolframAutomata. X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/commitdiff_plain/96834d98617eee02840c1b9237df8ef92cbe25ae Updated list of possible improvements for WolframAutomata. --- diff --git a/hacks/WolframAutomata/improvements.md b/hacks/WolframAutomata/improvements.md index 480411c..4c1fae1 100644 --- a/hacks/WolframAutomata/improvements.md +++ b/hacks/WolframAutomata/improvements.md @@ -22,10 +22,9 @@ Future ideas for WolframAutomata: Also add a debug flag that expands this OSD to include things like cell size, num_generations, delay, colors, seed conditions, etc. - - When using a random seed generation, bias 60/40 (or something else - unbalanced) rather than 50/50, allowing those rulesets which show - preferential behavior to do so clearly. Perhaps something like randomly - selecting 20%, 40%, 60% or 80%? + XScreensaver already prints errors messages in the screen as overlaid + yellow text. Does it provide a function via which I can print my own + messages? Could I use that for the overlay? - Add CLI options allowing the user to set foreground and background colors directly.