-
Notifications
You must be signed in to change notification settings - Fork 5
All Bindings and Examples from C Version #9
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
Merged
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
Member
SageCreations
commented
Jan 11, 2025
- Binded all enums, structs, functions, etc. from the webui.h file.
- Copied all comments from the webui.h and updated the examples with Odin versions.
- Ported over all examples from the C version of WebUI.
- Left wrappers as is, binded functions that have wrappers still have the prefix of "webui_" to the function.
- so ui.webui_show(.., ..) will use the default C binding version whereas ui.show(.., ..) will use the wrapper version.
… no idea what im doing.
…ething wrong with the vfs function and handling the byte info. program runs, doesnt server html properly, something about charset not being handled with the mime_type?
…re, have file loading working, left off trying to match names, fullpath vs rel-path
…scope with this branch
React example
… button is working as intended, i assume the reload button next to it means that the text is supposed to persit for local client, but it does not.
text editor example seems to be functioning correctly with no errors
seems to fully work, havent ran the C version so not sure if the save…
public network access example worked with no issues
…his one with casting when from parramenters when neccasary
…e no longer needed, directory walk done through odin
Virtual file system example
…irtual file system example
React example
forgot the webui_ prefix in the linkname for new_window_id
AlbertShown
approved these changes
Jan 13, 2025
Member
|
This will improve Odin wrapper and make it more usable. Thank you @SageCreations for this big PR 👍 |
Member
Author
|
I forgot to ask, should anything be updated in the main README.md? I didn't touch that part. |
Member
|
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.