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

Implement all of unity's Mathf functions natively in Rust #1

Open
dimitri-br opened this issue Mar 16, 2021 · 1 comment
Open

Implement all of unity's Mathf functions natively in Rust #1

dimitri-br opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dimitri-br
Copy link
Owner

We need to implement all of unity's Mathf functions natively into runity's Math module. This is pretty key for good scripting support.

@dimitri-br dimitri-br added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 16, 2021
@dimitri-br
Copy link
Owner Author

I've got most of them finished now, however, I still need to do a few functions involving the use of "half". This isn't natively supported in rust, so I'll need to get the crate that adds support for it.

@dimitri-br dimitri-br self-assigned this Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant