-
Notifications
You must be signed in to change notification settings - Fork 4
Raylib bindings failing to build when animating a model #17
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
Comments
Connected to Huly®: V_0.6-22805 |
My installation of raylib can't find file
|
You need to install the headers, check raylib docs. The V package just install the wrapper, not the library per se |
Follow instructions from https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
|
Im trying to figure things out but it seems like its a wrapper error, not necessarily an issue with the compiler |
Seems wrapper is not converted some fields to C pascalCase
|
maybe @spytheman or @EmmaTheMartian can help (even though this should be reported on the raylib github) |
For context: model_animations := r.load_model_animations(filepath, &anims_count)
unsafe {
println(typeof(model_animations[anim_index].frame_count))
println(model_animations[0].frame_count)
}
the type of the frame_count is correctly printed as an int, but when trying to access it it fails |
Uh oh!
There was an error while loading. Please reload this page.
V version: V 0.4.10 1070378, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg main.v && main
What did you see?
What did you expect to see?
Raylib creating the window and allowing me to check on the animation by pressing the spacebar
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: