Commit Graph

4 Commits

Author SHA1 Message Date
Kartik K. Agaram 5133d7c11f get rid of pane transition animations
It seems hard and is also liable to put pressure on the settings menu.
2023-11-20 07:29:38 -08:00
Kartik K. Agaram 5d49cd9507 some very basic animations for switching panes
In order to achieve this I'm forced to switch the default LÖVE blend
mode, which might not be a good trade-off. In particular, any use of the
alpha channel looks very different.

Even if I get rid of this commit, I'm learning how hard it's going to be
to support all possible blend modes in an app like this. So there are
some major limitations in the sorts of LÖVE programs that will be
possible.
2023-11-19 18:42:35 -08:00
Kartik K. Agaram e38191fc4f aggregate global state inside a 'pane' object
We're soon going to start juggling multiple of these.
2023-11-19 13:15:06 -08:00
Kartik K. Agaram e53245e62d implement 'Run' button
Error flow is still klunky. We'll need to implement the output region
for that.
2023-11-18 19:42:26 -08:00