Skip to content
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

Mesh generation functions #38

Open
yemi opened this issue Jul 30, 2022 · 2 comments
Open

Mesh generation functions #38

yemi opened this issue Jul 30, 2022 · 2 comments

Comments

@yemi
Copy link

yemi commented Jul 30, 2022

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!

@m-r-hunt
Copy link
Contributor

m-r-hunt commented Apr 17, 2023

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.

My plan is to implement everything remaining listed under "rmodels" in the cheatsheet (https://www.raylib.com/cheatsheet/cheatsheet.html) and submit a pull request soon.

@m-r-hunt
Copy link
Contributor

See pull request: #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants