Skip to content

TheLinx/UaLove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UaLove

UaLove is a library that changes the way LÖVE works to use hooks rather
than callback functions.

It is freely available and can be used by anyone without any royalty fees.

License

Public Domain, do as you please without any crazy royalty fees!
Note that backports of any modifications are appreciated!

UaLove Example

--This is the LÖVE Hello World example updated to use UaLove.
require("ualove")
hook.add("draw", function()
    love.graphics.print("Hello World!", 400, 300)
end, "hello-draw")

About

A library that changes the way LÖVE works to use hooks rather than callback functions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages