Skip to content

Rework constants in Python - #213

Open
tychedelia wants to merge 1 commit into
processing:mainfrom
tychedelia:constant
Open

Rework constants in Python#213
tychedelia wants to merge 1 commit into
processing:mainfrom
tychedelia:constant

Conversation

@tychedelia

Copy link
Copy Markdown
Member

Instead of having a big list of u32 "enums" in our python top level, switch to the p5 flavor of string constants. this is helpful because of constant overlap that happens between a few different unrelated areas and also avoids the possibility of passing a random u32 that just-so happens to work. it also organized things a bit more.

@tychedelia
tychedelia requested a review from catilac July 27, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant