Skip to content

fogfx/love2d-pointbatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proposal for an api to add per-vertex colors and coordinates to love2d. currently a WIP

the above features are pretty awesome

it is modeled off spritebatches because it's basically the same thing underneath (vertex arrays/buffers) but is of course much more powerful... at the cost of being more advanced.

NOTE: you need love built with luajit2 (preferably beta 10 or newer) in order to use this library

About

proposed api for per-vertex color/coordinate functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages