-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staging/v2 #21
Merged
Merged
staging/v2 #21
Conversation
This file contains 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
- struct Settings => struct txt_cfg - struct Extent => struct extent - struct Frame => struct txt_frame - last_t => t_prev - last_i => i_prev (and moved under debug define) - win_size => size - (data => frame) - struct Share => struct share - Refactor extra vars to union - struct Text => struct txt_buf - char_count => count - chars => quads - (text => txt) - struct Char => struct txt_quad - Replace transform fields with m4 - v => value - col => color - fx => _extra - Remove struct Block (no longer supported) - DEBUG => TXT_DEBUG - Comment
- Update to new interface - Remove most of text_update() - Rename types, functions, vars - Wipe shared UBO before sending to update
- Swap demos 2 and 3 - Simplify baseline (demo 0) - Add color to demo 2 - Stub demo 3
- Replace ctx.finished with rettype - Pack block struct - Never return an invalid sprite, but keep the data coherent for rendering at the end - Update CLI demo (3)
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.
notable API changes (see commit messages for more detail):
this PR also adds a new "extras" dir for useful single-header extensions. currently this contains some draft code copied up from downstream repos and will be expanded later.