User:TsT
Start playing with löve in 2009 (v0.5.0) Is back in 2011 on löve 0.7.1.
Projects is to rewrite my "jail" project (see [love-master project (jail, ...)]) The complet list :
- jailfunc lib Goal: be able to allow/deny access of library or function (like os, io, require ...)
- jailfs lib / jailnet lib Goal: be able to filter that is allowed to read (and write) on file system access, but maybe also over the network connection (filter the ip:port like simple firewall)
- gameconf lib Goal: having easy function to manage game settings (FIXME: I don't remember what exactly but I have part of code about that...)
- settings enforcer (lib) Goal: always keep control! be able to choose and enforce my user settings, allow or deny change on resolution/input grabbing/window-or-full-screen mode/no sound/etc.