Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Well I suppose it’s time for my annual merge to main! It looks like I have commits starting from nearly exactly a year ago, oh my. Who doesn't love a PR with 100 file changes and 14,000 new lines of code (and in case you're wondering because the year is 2026, only a small fraction of that is AI-bot generated (I try to annotate that code).)
I’m just merging what I have, so this won’t represent a big checkpoint of stablility. I did a vague code review on it (mostly removing commented out code). Also nice to notice some trends I can work on as I go.
You may also notice I’m trying out using more traits to attach methods to things, and then macros to reduce the code. Still figuring out how this should look..
Changelog
Thesis work: Generating and GUIs
Drawing things!
I’ve been drawing specific objects more often. I’m very slowly moving all of my private curve drawing functions into the public one.
Livecoding
Graphics/wgpu!
Optimization
Murrelet features, like blending lists and lazy items
CachedCompute
Base data type updates
Etc