hate
hate copied to clipboard
It's not LÖVE.
Error: ./conf.lua:2: attempt to index global 'love' (a nil value) stack traceback: ./conf.lua:2: in main chunk [C]: at 0x00445ec0 [C]: in function 'xpcall' ./hate/init.lua:223: in function luajit: ./hate/math.lua:2: module 'hate.cpml'...
It'll definitely be useful to add formal tests. maybe @lpghatguy would like to help ;)
I would like to know if you have any plans to suport multiple windows?
l/rshift, fkeys, l/rctrl, l/ralt, arrows, etc all return unhandled key currently, this should be fixed.
It'd be really handy to include a debug console OOTB, and it just so happens that I've got such a thing which could be made to work. depends on several...
ENET
There are FFI bindings for ENET [here](https://github.com/ColonelThirtyTwo/luajit-ffi-enet). I guess is not a top priority but anyway. Do you have an order list or missing features you consider more important? I...
they're kinda important! on the list of formats to support: - png (first revision will likely contain only this and maybe tga) - jpg - dds - bmp (because it's...
Currently missing: filesystem.createDirectory() filesystem.getAppdataDirectory() filesystem.getIdentity() filesystem.getUserDirectory() filesystem.lines() filesystem.load() filesystem.newFile() filesystem.newFileData() filesystem.setIdentity() filesystem.setSource() Also worth noting that the current functions need testing to verify that they are properly behaved - at...