Bryan Hyland
๐ค SpeakerAppearances Over Time
Podcast Appearances
I don't know if you can do like a straight install or anything like that.
But I actually, at work, I actually run the Cosmic Terminal through WSL.
Because it's much better than the Windows.
I hate everything about Windows and I'm forced to use it at work, so.
So that's, uh, you can recompile it and it does run on windows.
You may be missing an icon or two, but I actually was writing something for windows in lib cosmic, uh, and actually put a bug, a bug fix in for compiling for windows because of, uh, something I was having to create for windows.
And that structure, again, because of my ADHD, helps me understand the whole concept.
code base and keep it in context because I know that the view lives here and the and this you know this pages state lives you know in this part of the code base at all times the main application state lives here I know where the updates are going to happen because I have a clear separation of
So I do it easier to, to work with.
Yeah, so it actually, you kind of have to follow the MVC.
There is no way that you can get around it because everything happens in that update function.
You have to make sure that you're passing that state, you're updating that state directly in there.
That's the only place that the state can be...