[Solved] Offset turret help
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: [Solved] Offset turret help
It seems to me this sort of thing would best be implemented within the love engine as compiled code not LUA, any thoughts on that? I also see it as a necessary component of a large game project, I looked around at some of the open source scene graph options but they seemed like complete packages of there own. I wonder what that chances of getting something like that implemented in the next love release would be.....
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: [Solved] Offset turret help
Exactly 0%.
Re: [Solved] Offset turret help
Why is it low on the priority list? I suppose love is open source so one could just add that feature in, seems to me it would be better to do that than make one in LUA to handle everything. But than the game would not work for anyone who didn't have the special engine. Life is full of difficult choices!
Re: [Solved] Offset turret help
The way I see it - if Löve became a specialised game engine with scene graphs and other advanced features, many people would look at it and think "this is so huge and complex, I don't need even 10% of its features, so I'd better go look for something more simple and straightforward". In this respect, Löve doesn't make any game design decisions for you - it gives you freedom to decide yourself what's best for you.SPlice wrote:Why is it low on the priority list? I suppose love is open source so one could just add that feature in, seems to me it would be better to do that than make one in LUA to handle everything. But than the game would not work for anyone who didn't have the special engine. Life is full of difficult choices!
If you need scene graphs, just write a Lua library for it, you can then reuse it in as many projects as you wish. Only if you find that Lua is the performance bottleneck here, then consider implementing this in C/C++ as a binary module.
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot], Semrush [Bot] and 6 guests