vector.lua
Vector library
A Lua library providing basic vector operations and functionality.
a simple vector library for Lua based on the PVector class from processing
47 stars
1 watching
8 forks
Language: Lua
last commit: 11 months ago
Linked from 1 awesome list
game-developmentlove2dluavectors
Related projects:
Repository | Description | Stars |
---|---|---|
graphitemaster/lua-vec | A Lua library that optimizes vector table construction and storage to improve performance and reduce memory usage. | 7 |
flamendless/brinevector3d | A vector library with 3D support using ffi-accelerated structs | 10 |
treeform/vmath | A math vector library for graphical applications | 98 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |
aiq/luazdf | A collection of reusable, independent utility functions for the Lua programming language | 46 |
scalamath/vecmatlib | A Scala library providing data structures and operations for vectors and matrices in 3D graphics and linear algebra | 3 |
flowyroll/lodash.lua | A Lua implementation of a functional programming library inspired by JavaScript's Lodash. | 66 |
michaelmathieu/lua---spaghetti | A Lua module for efficient sparse linear algebra operations in PyTorch7 | 2 |
takagi/avm | A Common Lisp library for efficient and expressive arrayed vector math with multi-threading and GPU acceleration | 53 |
ejmr/luvent | An event-driven programming library for Lua that allows creating events with associated functions and providing different arguments. | 75 |
omaraaa/vecfns | A set of utility functions for vector operations in a programming language | 24 |
bartbes/love-misc-libs | A collection of Lua libraries used to simplify development by providing reusable functionality. | 112 |
scoopr/vectorial | A vector math library with support for SIMD instructions on various architectures. | 351 |
lunarmodules/penlight | A collection of reusable Lua libraries for input data handling, functional programming, and OS path management | 1,931 |
tanema/light_world.lua | A dynamic lighting system library for Love2d game development | 224 |