You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the [wiki](https://github.com/shBLOCK/spatium/wiki) for more details
34
33
@@ -41,7 +40,7 @@ Please refer to the [wiki](https://github.com/shBLOCK/spatium/wiki) for more det
41
40
Every swizzle pattern and constructor are implemented as individual methods and properties (For performance reasons).<br>
42
41
As a result, code generation is required so that I don't have to maintain 50,000+ lines of code by hand...<br>
43
42
Besides, it also handles vector classes of every dimension and type (e.g. Vec2 Vec3 Vec2i Vec3i) are generated from the same template, so a lot of repetitive code is avoided.<br>
44
-
There's also a stub generator.
43
+
There's also a stub generator that generates stub files from the cython code generated by codegen.
45
44
46
45
## Credits
47
46
- This library is partially inspired by [Godot](https://godotengine.org/)'s math library.
0 commit comments