Max Jackson

Results 14 comments of Max Jackson

I'm thinking about picking this up and working on it! Would it make sense to have a 'Dark Mode' button available in the settings drop-down menu? If so, would it...

@retiutut I'm debating between - putting the toggle functionality in the ControlPanel and having it be a setting that the user can only toggle when initializing a session - putting...

@retiutut I added a Dark Mode / Light Mode toggle to the control panel and added dark mode functionality to every widget available in the synthetic data mode: check out...

Great! Thanks for the feedback. I'm new to this project and to Processing in general, so I appreciate the guidance.

I'll do my best to implement your suggestion and keep you in the loop :)

Awesome, glad I could contribute :D

Here's how it renders:

Here's how I'm setting things up for now, generating arrays of colors or int(for black/white colors only) Then I grab those colors in the widgets with (e.g.) /// before the...

I added some fill(thisWidgetBackgroundColor); rect(x, y, w, h); when the widget was more complex than the graph itself.

Consolidating the structure that contains the colors is certainly do-able; what also remains is - evaluating the color scheme and checking consistency across widgets - implementing dark mode in non-synthetic...