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
Hey, thanks for maintaining this library.
I am writing a visibility function and its requires (alignment and intersection functions).
What game development utilities this repository accepts ? Is it better to add a new file with require("hump.vector") or to put all the visibility function in vector.lua ? Do you accept dependency to luaunit in the test suite ? What is the describe function in spec/timer_spec.lua ?
The text was updated successfully, but these errors were encountered:
Hey, thanks for maintaining this library.
I am writing a visibility function and its requires (alignment and intersection functions).
What game development utilities this repository accepts ? Is it better to add a new file with
require("hump.vector")
or to put all the visibility function in vector.lua ? Do you accept dependency to luaunit in the test suite ? What is thedescribe
function in spec/timer_spec.lua ?The text was updated successfully, but these errors were encountered: