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
-
Some types like
Vec2
andRect
usesnumber
andinteger
types, which the size can be either4
or8
bytes.While it's true that the size can be changed with metaprogramming, maybe the default
Vec2
andRect
should use32-bits
size instead and provide a way to customize it with an-D
flag 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