Hey, since bump.lua is so established within LÖVE, I think that this library should be integrated into LÖVE as love.physics. Maybe something like love.collision or otherwise.
What are your comments on this? Also a tutorial on the wiki page for bump.lua but integrated into the love API I think would make the engine more user-friendly.
Integrating bump.lua into the love API
-
- Party member
- Posts: 125
- Joined: Wed Nov 26, 2014 6:43 am
Re: Integrating bump.lua into the love API
That would mean kikito and the Love2D crew to work together.
Kikito would need to know how to code in C(or whichever language love is written in) and rewrite it.
It would take a lot of time... You CAN submit your idea to the love crew though.
Kikito would need to know how to code in C(or whichever language love is written in) and rewrite it.
It would take a lot of time... You CAN submit your idea to the love crew though.
Re: Integrating bump.lua into the love API
bump.lua is a Lua library, most of the LÖVE source is C++. Also Kikitos libraries are aimed at the maximum audience, relying only on themselves. Bump does not need love and love does not need bump, bump is prefect for developers in Corona SDK as well for example. Also bump specifically only handles AABBs and therefore doesn't fit for a lot of more complex games.The reason that love.physics exists is that it can cover basically anything (though it is often not desireable) and a C++ feature.
Re: Integrating bump.lua into the love API
Alright, I see.
Re: Integrating bump.lua into the love API
Also, if you want to add bump to your Löve game, it's really easy to do. Adding something like Box2D yourself would be much more difficult (since it's a C++ library).
That said, good libraries like bump could certainly get better discoverability for beginners.
That said, good libraries like bump could certainly get better discoverability for beginners.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Integrating bump.lua into the love API
I am glad you like bump so much that you think it is a good idea to merge it with LÖVE, and I thank you for supporting it.
But like the others on this thread, I also don't think it should be done. All the reasons against it have already been written, so I won't repeat them.
But like the others on this thread, I also don't think it should be done. All the reasons against it have already been written, so I won't repeat them.
Last edited by kikito on Wed May 06, 2015 11:32 am, edited 1 time in total.
When I write def I mean function.
Re: Integrating bump.lua into the love API
You're welcome.
Who is online
Users browsing this forum: Bing [Bot] and 4 guests