-
Notifications
You must be signed in to change notification settings - Fork 13
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
Breaking API revisions #7
Merged
Merged
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
Member
hazeycode
commented
Nov 21, 2024
•
edited
Loading
edited
- Support flat vanilla API aswell as encapulated, objecty API
- setWindowHint, setInputMode & setWindowAttribute are typed by default with *Untyped variants (literal, comptime-known, args is the common case).
- Fix some incorrect types
- Distinguish Bool type
- More error handling for some procs where it is helpful.
- Add some missing bindings
- Closes Window struct missing setCursorPos function #1
- Closes No Way To Set Window CloseCallback #3
- Closes Window struct missing setWindowIcon function #4
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 00:25
ad82ca5
to
a6426be
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 00:34
a6426be
to
3939e07
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 12:06
3939e07
to
dee36b5
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 21:38
44760ef
to
c66fca1
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 23:20
c66fca1
to
994e94b
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 23:35
994e94b
to
6804261
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 23, 2024 23:50
6804261
to
d2253c2
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 23, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 24, 2024 00:03
d2253c2
to
2f9c53c
Compare
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Nov 24, 2024
hazeycode
force-pushed
the
api-revise
branch
from
November 27, 2024 01:02
2f9c53c
to
462df72
Compare
- Support flat vanilla API aswell as encapulated, objecty API - setWindowHint, setInputMode & setWindowAttribute are typed by default with *Untyped variants. - Fix some incorrect types - Distinguish Bool type - More error handling for some procs where it is helpful. - Add some missing bindings (closes #1, closes #3, closes #4)
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Jan 4, 2025
hazeycode
added a commit
to zig-gamedev/zig-gamedev
that referenced
this pull request
Jan 4, 2025
* update submodules * zglfw changes zig-gamedev/zglfw#7 * build.zig.zon: update zglfw dep.
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.