I wonder can I make a game not just for fun but with many many contents to render with love2d? will it be slow for that purpose?
thanks!
is Love2D suitable for a serious game?
-
- Prole
- Posts: 18
- Joined: Mon Jan 04, 2016 10:36 am
Re: is Love2D suitable for a serious game?
First of all, 'serious game' means something different and has nothing to do with your question.
As for drawing a lot of things on the screen - most 2D games don't render that many things at once. So it's not a question of having 'many contents' but being clever about how you partition and update the content.
As for drawing a lot of things on the screen - most 2D games don't render that many things at once. So it's not a question of having 'many contents' but being clever about how you partition and update the content.
Re: is Love2D suitable for a serious game?
@sunsflower It depends. What is your aim?
First of all, löve in an engine. It's not a Toolset to create games. You have todo everything on your own. If you want to focus 100% on the game and want to set on existing proofed tools, you better go with unity or unreal. With tools I mean for example a soundtool integration like WWise, a proofed Particle Editor...integrated Texture Atlas Tools, integrated Debugger, Logging, Worldeditor aso.
If you want a pure engine where you need to solve this by yourself...go with löve. The Engine itself is very robust and suits most needs. Sadly it's hard for new people to find fitting libraries and tools are often outdated. The documentation wiki is good (after you understand the versioning ;-). The only thing that it lacks is a good OpenAL 3d sound documentation.
First of all, löve in an engine. It's not a Toolset to create games. You have todo everything on your own. If you want to focus 100% on the game and want to set on existing proofed tools, you better go with unity or unreal. With tools I mean for example a soundtool integration like WWise, a proofed Particle Editor...integrated Texture Atlas Tools, integrated Debugger, Logging, Worldeditor aso.
If you want a pure engine where you need to solve this by yourself...go with löve. The Engine itself is very robust and suits most needs. Sadly it's hard for new people to find fitting libraries and tools are often outdated. The documentation wiki is good (after you understand the versioning ;-). The only thing that it lacks is a good OpenAL 3d sound documentation.
-
- Prole
- Posts: 18
- Joined: Mon Jan 04, 2016 10:36 am
Re: is Love2D suitable for a serious game?
@SiENcE yeah, love is exactly what I need since I have written a gui library to build some tools. And it's really nice. thanks!
Re: is Love2D suitable for a serious game?
By crytek's eyes, yes, you can! It's almost the same as any other game. according to this.Crytek Cryengine License wrote:1.10. “Serious Games”, i.e. ‘games’ which are not developed for the sole purpose of entertainment but for purposes training, simulation, science, architecture etc.
Shitposting aside, why not? I consider Move or Die a "serious" game and yet, it was made on Love2D.
https://github.com/Sulunia
- zorg
- Party member
- Posts: 3470
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: is Love2D suitable for a serious game?
i consider mari0, not pacman, not tetris to be "serious" in that their "original" versions (i'm being a bit liberal with the meaning of the phrase 'original version" though) were commercially released (more than once) and were available to a large audience, whether targeted or not, so anything building off of them usually retains the feeling of a serious game.*Sulunia wrote:I consider Move or Die a "serious" game and yet, it was made on Love2D.
*Except for what EA did to tetris, but that was more of a programming disaster than with the design.
That said, if you have the patience, you can code mostly anything with löve, and if you're willing to work a bit more if you found something missing from it, you can either find it as an already existing library, or if what you seek is really arcane, you can take advantage of the fact that LÖVE uses luaJIT, so it has the FFI interface, meaning you can use C-like datatypes with your games, for optimizations, or call into C-side stuff. (Though this is really aimed at the more "expert" end of the userbase, in my opinion)
Most games ever released on any platform in the past were more limited in terms of memory and processing power (and even sound and visuals), but people were smart (or lucky, usually a mixture of both) and they coded around the limitations, whenever they could. Today, both memory and power are ambudantly enough for most applications, and should certainly be enough for the games one would make with LÖVE... again, in my opinion.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: is Love2D suitable for a serious game?
Typically "serious game" refers to a simulation where to objective is to learn how something works in real life: like flying a plane or driving a car.
Some people claim that Sim City, Democracy or Facade could be considered "serious games" too so the definition is not very concrete.
However, note that "serious" has nothing to do with how sophisticated the actual game may be.
Some people claim that Sim City, Democracy or Facade could be considered "serious games" too so the definition is not very concrete.
However, note that "serious" has nothing to do with how sophisticated the actual game may be.
Re: is Love2D suitable for a serious game?
Cryteks eyes? Like ivan also said, it's a well-established gamedesign term.Sulunia wrote:By crytek's eyes, yes, you can! It's almost the same as any other game. according to this.Crytek Cryengine License wrote:1.10. “Serious Games”, i.e. ‘games’ which are not developed for the sole purpose of entertainment but for purposes training, simulation, science, architecture etc.
Shitposting aside, why not? I consider Move or Die a "serious" game and yet, it was made on Love2D.
Re: is Love2D suitable for a serious game?
Being stupid has it's advantges, such as laughing off such things you see. Pardon me either way.s-ol wrote:Cryteks eyes? Like ivan also said, it's a well-established gamedesign term.Sulunia wrote:By crytek's eyes, yes, you can! It's almost the same as any other game. according to this.Crytek Cryengine License wrote:1.10. “Serious Games”, i.e. ‘games’ which are not developed for the sole purpose of entertainment but for purposes training, simulation, science, architecture etc.
Shitposting aside, why not? I consider Move or Die a "serious" game and yet, it was made on Love2D.
Also mentioned it was a shitpost
https://github.com/Sulunia
Who is online
Users browsing this forum: No registered users and 5 guests