Search found 3 matches
- Sat Jan 18, 2020 11:51 pm
- Forum: Support and Development
- Topic: requiring c module crashes love
- Replies: 4
- Views: 3822
requiring c module crashes love
Hello everyone, hope you are having a lovely day. Recently I've been trying to get to expose c functions to lua. Which had some problems and I'm still testing around but I managed to make it work. Atleast it works in regular 5.1 lua, but everytime I try to require the file into main.lua and execute ...
- Sat Jun 29, 2019 1:35 pm
- Forum: Support and Development
- Topic: [SOLVED] Load .DDS images into Love
- Replies: 2
- Views: 5660
Re: Load .DDS images into Love
Do you know what sort of format the .dds file contains? love currently can load compressed textures from dds files (DXT1, DXT5, BC7, etc. formats), but it can't load raw RGBA bytes stored in a .dds container. I'm not sure how to check sorry, I can give you the file tho. The file wasn't compressed I...
- Sat Jun 29, 2019 12:53 pm
- Forum: Support and Development
- Topic: [SOLVED] Load .DDS images into Love
- Replies: 2
- Views: 5660
[SOLVED] Load .DDS images into Love
Hello everyone! I hope you're having a nice day! I've been using love2d for quite a while now and decided to make a little editor to help my friends out. I wanted to user to be able to load .dds files into the editor and the image would show up. Everything works except for the loading of the .dds fi...