Looking for expansive tutorials on creating a Love2D engine
Posted: Fri Jul 24, 2015 12:16 pm
Hello, I'm new to this Love2D gig, but not new to Lua. I get the general gist of programming and stuff, so what I'm looking for is how to build a basic platforming engine from the ground up with an entity system and a level editor.
Tutorials don't seem to be plenty when it comes to Love, or at least from what it appears. I can get an tutorial that covers basic platforming (usually with hard-coded spawn points and what not), or a tutorial that covers entity systems (but not level editors), and then very, very little information on how to use level editors (with no information on how to wire that with an entity system - generally just API information and no explanation of how to add, say, the player without hardcoding positions).
Basically, I can learn separate things but not how these things can agree with each other to formulate a game engine to build off of. What I'm looking for is something that covers the general ideas of all of these together - some application of all of these concepts together to form a game. Does such tutorial exist? And if not, is there some way I can easily progress and adapt these things together? Because I'm totally lost after the basics.
Tutorials don't seem to be plenty when it comes to Love, or at least from what it appears. I can get an tutorial that covers basic platforming (usually with hard-coded spawn points and what not), or a tutorial that covers entity systems (but not level editors), and then very, very little information on how to use level editors (with no information on how to wire that with an entity system - generally just API information and no explanation of how to add, say, the player without hardcoding positions).
Basically, I can learn separate things but not how these things can agree with each other to formulate a game engine to build off of. What I'm looking for is something that covers the general ideas of all of these together - some application of all of these concepts together to form a game. Does such tutorial exist? And if not, is there some way I can easily progress and adapt these things together? Because I'm totally lost after the basics.