It looks like you're new here. If you want to get involved, click one of these buttons!
If you opt to participate, creators who refer players to buy your game will receive a share of the revenue that you set (tracked by code or affiliate marketing link)Looks like they really know what they're doing, they already have extremely successful titles and lots of money to invest. It is quite possible that it will bite off a piece of GooglePlay's pie. With referal program youtubers will promote the hell out of this new appstore.
Comments
Likes: oleg
btw, @antix did you test lua-based pathfinding libs? Do they easily become a bottleneck in the project?
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
The whole lib is pretty tiny: https://github.com/lattejed/a-star-lua/blob/master/a-star.lua
I see 'ipairs' and 'table.insert' are used heavily.
As far as I know, this stuff is expensive in Lua and should be avoided whenever possible.
Also probably 'dist' function is too heavy? (with math.sqrt and math.pow)
I wonder if somebody from advanced Lua Gurus could suggest an optimization hack there?
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Likes: Apollo14, SinisterSoft, totebo, antix
@hgy29 so that is a very optimized dist function then.. I'll have to try that out!
looks like it got optimized a little
Likes: SinisterSoft
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Likes: keszegh
https://deluxepixel.com
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Likes: Apollo14
https://deluxepixel.com
https://deluxepixel.com
Likes: Apollo14
https://deluxepixel.com
p. s. I've tried also '-=' operator, but perfomance was the same, it seems that +- operations affect perfomance very slightly (if at all).
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
https://deluxepixel.com
IMO it would be great for Gideros to support their SDKs.
Likes: SinisterSoft
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
They want 3d devs to move away from Unity, so Unity will become an indie 2d engine
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Imo it would be awesome for Gideros to support their SDK.
https://dev.epicgames.com/en-US/services
https://www.unrealengine.com/en-US/blog/epic-s-free-online-services-launch-for-all-game-developers
(I've submitted suggestion on github section also)
Likes: SinisterSoft, antix, vitalitymobile, Apollo14
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)