You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when you use dts-gen it does not read the c++ and header files, therefore, making all function definitions null, meaning all functions besides a few exceptions have no arguments so what do I do?
The text was updated successfully, but these errors were encountered:
i found some more filled in type info for the functions in the typescript branch: https://github.com/RobLoach/node-raylib/tree/typescript
it appears to be a few years old, so i doubt everything is fully accurate to raylib 3.5. at the very least, I noticed some missing functions from its defs compared to the cheatsheet on the raylib site, but it may be a good starting point. im not all that familar with raylib (just started checking out this package yesterday) so I don't know much about the version differences.
for the time being i put together a definition file from that branch, and tried to include what i could from the cheatsheet as docstring comments. I can't guarantee its accurate, i haven't tested anything, but it seems to cover most of the functions.
So when you use dts-gen it does not read the c++ and header files, therefore, making all function definitions null, meaning all functions besides a few exceptions have no arguments so what do I do?
The text was updated successfully, but these errors were encountered: