Skip to content

MegadronA03/pure-lua-GLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pure-lua-GLM

lua implementation of GLSL vector operations syntax

Supports swizzelling and other generic operations with vectors:

"+-*/", cross and dot product, length and normalize

if you need to directly import this library(copy the code), copy contents of glmvec.min.lua into a function, call it and function will return library methods(same as require())

made specifically for TIC-80, thats why there's code generation.

About

lua implementation of GLSL vector syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages