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

Reorganize files, complete Kotlin extensions #323

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Reorganize files, complete Kotlin extensions #323

merged 1 commit into from
Dec 27, 2022

Conversation

Peanuuutz
Copy link

Also fixed some bugs, see changes in those java files.

I'm thinking about splitting kotlin extensions to an individual artifact, because they're too large.

@httpdigest
Copy link
Member

Thanks a lot for your work!

@tmvkrpxl0
Copy link

Speaking of which, should there be iterator support?

for(element in vector4f) {
//...
}

// Or
vector4f.forEach { element -> 
// ...
}

Class Vector4f already has method get(int component), which allows treating vectors as fixed length array.

@Peanuuutz
Copy link
Author

Speaking of which, should there be iterator support?
...

This could be a core feature, not just for Kotlin users. Please open another issue if you will.

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

Successfully merging this pull request may close these issues.

3 participants