Search found 2 matches
- Sat Sep 01, 2018 7:39 am
- Forum: Support and Development
- Topic: Saving and loading from love.filesystem directory
- Replies: 3
- Views: 4218
Saving and loading from love.filesystem directory
So before, all the saving and loading I've done has been in a separate folder using the standard Lua IO. However, I couldn't figure out how to make the Lua IO deal with anything other than .txt files. Here's a quick program that generates an image, saves it in the love.filesystem save directory, and...
- Sun May 06, 2018 4:57 am
- Forum: Support and Development
- Topic: Non-Image objects for GLSL shaders
- Replies: 3
- Views: 3539
Non-Image objects for GLSL shaders
I just started messing with GLSL shaders tonight, and I can see how this is a very powerful tool. It took me a while, but I figured most of it out, I think.. However, I have a bit of an issue. I can't seem to figure out how to apply shaders to non-image objects, such as circles and rectangles. If I ...