setzer22 / blackjack

A procedural, node-based modelling tool, made in rust 🦀
Mozilla Public License 2.0
1.42k stars 64 forks source link

Headline capitalization/canonicalization of node names. Main menu UX. #85

Closed virtualritz closed 1 year ago

virtualritz commented 1 year ago
setzer22 commented 1 year ago

Thanks for the PR! :smile:

As I just mentioned in #86, there is the ongoing UI rewrite. But fortunately, most of the changes in your PR are in the node definitions and will work out of the box in the ui_next branch. I'll make sure to copy over the consistent capitalization for the remaining bits!

I'll merge once CI passes, I'm assuming there won't be any issues EDIT: Ooops, just as I wrote it rustfmt errored out. Make sure to run cargo fmt and push your branch :+1:

virtualritz commented 1 year ago

I did the rustfmt last week, in case that fell through the cracks.

setzer22 commented 1 year ago

Ooops, sorry! Thanks for pointing that out :) Merging now!