Search found 26 matches
- Fri Dec 18, 2020 10:11 am
- Forum: Support and Development
- Topic: [TUTORIAL] - Lua: How to add your own C Library to your game
- Replies: 7
- Views: 10404
Re: [TUTORIAL] - Lua: How to add your own C Library to your game
It's quite interesting, but what are the use cases of C implemented libs into LOVE?
- Tue Sep 15, 2020 5:13 pm
- Forum: Libraries and Tools
- Topic: My implementation of game states library
- Replies: 4
- Views: 22921
Re: My implementation of game states library
Can you provide a code example?
- Sun May 03, 2020 1:30 pm
- Forum: General
- Topic: Does anyone have a torrent for love2d?
- Replies: 1
- Views: 4081
Re: Does anyone have a torrent for love2d?
Have you tried with wget?
- Sun May 03, 2020 12:19 pm
- Forum: Libraries and Tools
- Topic: 3dreamengine
- Replies: 3
- Views: 10343
Re: 3dreamengine
True, so that makes even the current library better choice.
- Sun May 03, 2020 11:52 am
- Forum: Libraries and Tools
- Topic: 3dreamengine
- Replies: 3
- Views: 10343
Re: 3dreamengine
There is another cool library to implement 3D on Love2D, called LÖVE3D.
This seems pretty well documented, that's really nice. I will give it a try, I have some 3D plans for another game and Unity is not an option for me.
This seems pretty well documented, that's really nice. I will give it a try, I have some 3D plans for another game and Unity is not an option for me.
- Sat May 02, 2020 5:36 pm
- Forum: Support and Development
- Topic: STI and collision
- Replies: 9
- Views: 13591
Re: STI and collision
Perfect
- Sat May 02, 2020 1:08 pm
- Forum: Games and Creations
- Topic: Gravtius, a gravity-based platformer
- Replies: 5
- Views: 11032
Re: Gravtius, a gravity-based platformer
Uh, I should write a bunch of more specific tests, I guess. Added it to my board! The wall issue, currently is some kind of glitch, I'm trying to fix. Same for the level 3 door issue. And the music, I don't know why it happens only on this specific scenario, to be honest. Still trying to fix it. Thi...
- Sat May 02, 2020 12:06 pm
- Forum: Support and Development
- Topic: STI and collision
- Replies: 9
- Views: 13591
- Sat May 02, 2020 11:12 am
- Forum: General
- Topic: I can`t export game.lua to game.exe, any help?
- Replies: 2
- Views: 4596
Re: I can`t export game.lua to game.exe, any help?
If you're using PowerShell, add "cmd" before.
Code: Select all
cmd copy /b love.exe+game.love game.exe
- Sat May 02, 2020 9:54 am
- Forum: Games and Creations
- Topic: Gravtius, a gravity-based platformer
- Replies: 5
- Views: 11032
Re: Gravtius, a gravity-based platformer
About the music, I'm looking for something better, at least more atmospheric, it's a point on the alpha 2 milestone. About the controls, actually it works with physics and impulses, but I need to tune it. Thanks for your comments!