Search found 2 matches
- Sun Jun 26, 2016 9:33 pm
- Forum: Libraries and Tools
- Topic: LovePatcher - Your own Love2D extensions
- Replies: 3
- Views: 2813
Re: LovePatcher - Your own Love2D extensions
You do realise that love can load dlls? Both normal lua ones and ones that expose a love-specific entrypoint (so you can detect you're running in love if you have both). This will load the dlls without needing any lua input (as in, I presume external/usermade dlls only load when some lua script loa...
- Sun Jun 26, 2016 5:32 pm
- Forum: Libraries and Tools
- Topic: LovePatcher - Your own Love2D extensions
- Replies: 3
- Views: 2813
LovePatcher - Your own Love2D extensions
https://vgy.me/GvXYeq.png Being lazy and all, I don't really want to recompile Love2D each time I want to extend its API. So, I wrote a quick program called LovePatcher that loads all "patches" (DLL libraries) within a patch folder. It basically takes the payload of each library, then cre...