Done!
Search found 7 matches
- Mon Oct 04, 2021 10:50 pm
- Forum: Games and Creations
- Topic: An Organizer made using LÖVE!
- Replies: 5
- Views: 8478
- Mon Oct 04, 2021 10:47 pm
- Forum: Libraries and Tools
- Topic: An animation library for LÖVE/Lua
- Replies: 0
- Views: 14567
An animation library for LÖVE/Lua
I know there's a million of these, but I just wanted to share something cool I made with the community! Been using LÖVE for a lot of years, have just recently begun creating "sort of interesting" stuff with it. :awesome: https://github.com/nishnat-rishi/anim-lua I'll just post a gif as fil...
- Sun Oct 03, 2021 10:21 am
- Forum: Games and Creations
- Topic: An Organizer made using LÖVE!
- Replies: 5
- Views: 8478
Re: An animation library for Lua
Aye my bad!
EDIT: I don't think there's any way to change the board now that I've posted it NOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!
EDIT2: Well, I hope it doesn't stick out like a sore thumb (at least it's a (playable) creation now)
EDIT: I don't think there's any way to change the board now that I've posted it NOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!
EDIT2: Well, I hope it doesn't stick out like a sore thumb (at least it's a (playable) creation now)
- Sun Oct 03, 2021 6:30 am
- Forum: Games and Creations
- Topic: An Organizer made using LÖVE!
- Replies: 5
- Views: 8478
An Organizer made using LÖVE!
EDIT: This was originally a post about an animation library, but I mistakenly posted it on the Games and Creations board, so I'll be trying to damage-control post an application instead :rofl: Make your life suck a bit less, use an Organizer! :( https://github.com/nishnat-rishi/whatever/raw/master/w...
- Thu Jun 15, 2017 1:02 am
- Forum: Support and Development
- Topic: Unable to compare two tables using metatables.
- Replies: 5
- Views: 5797
- Wed Jun 14, 2017 9:32 am
- Forum: Support and Development
- Topic: Unable to compare two tables using metatables.
- Replies: 5
- Views: 5797
Re: Unable to compare two tables using metatables.
Oh my god. THANK YOU!
On a side note, I had been checking notifications constantly and your reply did not show up. I'm so glad to see that they do not lie about the niceness of this community! Thank you very much once again!
On a side note, I had been checking notifications constantly and your reply did not show up. I'm so glad to see that they do not lie about the niceness of this community! Thank you very much once again!
- Wed Jun 14, 2017 4:14 am
- Forum: Support and Development
- Topic: Unable to compare two tables using metatables.
- Replies: 5
- Views: 5797
Unable to compare two tables using metatables.
Hi, I'm trying to learn programming by coding a simple puzzle game in LOVE. Right now there are no controls. Anyway, I'm trying to use .png files to create a map by using color codes to denote different parts of the map. While doing so I realized I could use metatables to simplify color equalities b...