Merged
Conversation
Inline the compound literal directly into IUI_MD3_TRACK_BOTTOM_SHEET() instead of storing it in a separate variable. When IUI_MD3_RUNTIME_VALIDATION is not defined, the macro expands to ((void) 0), leaving the variable unused.
This implements an interpreter compatible with the Forth Salon dialect (forthsalon.appspot.com). Each pixel is evaluated through a Forth program that leaves R,G,B on the stack. - Switch-dispatch bytecode VM with compile-time word inlining - Stack bounds checking, NaN/Infinity guards on memory ops - 256x256 canvas with RLE scanline rendering (floorf/ceilf snapping)
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.
This implements an interpreter compatible with the Forth Salon dialect.
Summary by cubic
Adds a Forth Salon–compatible pixel shader demo with a bytecode VM and tabbed examples, rendering on a 256x256 canvas in the example app. Also fixes a bottom sheet validation warning.
New Features
Bug Fixes
Written for commit 4771982. Summary will update on new commits.