This repository was archived by the owner on May 25, 2025. It is now read-only.
Replies: 1 comment
-
|
nene it's being rewritten to C, I'm open to feedback (#13), but for now I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some types like
Vec2andRectusesnumberandintegertypes, which the size can be either4or8bytes.While it's true that the size can be changed with metaprogramming, maybe the default
Vec2andRectshould use32-bitssize instead and provide a way to customize it with an-Dflag or with a meta-programming option like in löve's config files (maybeglobal Nene.config.vec2_subtype = uint16?).Beta Was this translation helpful? Give feedback.
All reactions