Planimeter / game-framework

Planimeter Game Framework - LuaJIT FFI-based game development framework for Lua
MIT License
89 stars 3 forks source link

filesystem.getDirectoryItems #3

Closed revolucas closed 7 years ago

revolucas commented 7 years ago

filesystem.lua: Added getDirectoryItems, functionally similar to love.filesystem.getDirectoryItems

Unsure if you are taking pull requests, but thought I should return the favor by filling in some missing functionality. This framework is ace, it's cuts all the LOVE garbage while giving more freedom over the rendering.

Here is some more filesystem functionality if you want it: https://pastebin.com/ZhRMgHWC Use, don't use, alter or cherry pick however you wish.

andrewmcwatters commented 7 years ago

Thanks!

andrewmcwatters commented 7 years ago

@revolucas I've also included your other contributions. Let me know if there's anything else I can do.