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
Hi, I noticed mesh generation functions are marked as non-implemented and was curious as to why, is it a technical challenge or just work? I'd be happy to help to contribute if needed, any guidelines are appreciated!
The text was updated successfully, but these errors were encountered:
I also needed mesh generation (and other mesh/material related functions) so I've gone ahead and started implementing them in my fork. https://github.com/m-r-hunt/jaylib
From a technical perspective, everything seems straightforward. It's just a case of wrapping the functions and types in the same style as the existing code. Matrices are represented as 16 element arrays similarly to the existing vectors etc.
Hi, I noticed mesh generation functions are marked as non-implemented and was curious as to why, is it a technical challenge or just work? I'd be happy to help to contribute if needed, any guidelines are appreciated!
The text was updated successfully, but these errors were encountered: