What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by AntonioModer »

Roland_Yonaba wrote:...did you just implemented a classical A* ?
How do you manage insertion/deletion in your openlist/closedlist collections ? With table.insert/table.remove ? Are they fast enough ?
Yes, classical A*.
I made 'priority queue' module for 'openlist' and 'list' module for 'closedlist'.
Speed: 300 nodes(grid), find path from node1 to node300 without obstacles: 0.0013 milliseconds.
Capture-2.png
Capture-2.png (20.86 KiB) Viewed 2340 times
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Roland_Yonaba »

AntonioModer wrote: Yes, classical A*.
I made 'priority queue' module for 'openlist' and 'list' module for 'closedlist'.
Speed: 300 nodes(grid), find path from node1 to node300 without obstacles: 0.0013 milliseconds.
Nice.
For what it's worth, you might want to have a look at my Jumper.
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by AntonioModer »

Roland_Yonaba wrote: Nice.
For what it's worth, you might want to have a look at my Jumper.
Thank you. I look at "Jumper".
User avatar
litearc
Citizen
Posts: 57
Joined: Thu May 17, 2012 12:40 am

Re: What's everyone working on? (tigsource inspired)

Post by litearc »

Took a break, now back to work on my project. I'm currently developing a map engine called Terra.
Attachments
Terra
Terra
ss.png (73.28 KiB) Viewed 2269 times
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Roland_Yonaba »

litearc wrote:Took a break, now back to work on my project. I'm currently developing a map engine called Terra.
Lovely.
I can see Navi is built-in. Sweet.
Loads Tiled maps

tmx format ?
User avatar
litearc
Citizen
Posts: 57
Joined: Thu May 17, 2012 12:40 am

Re: What's everyone working on? (tigsource inspired)

Post by litearc »

Yup. I know about Advanced Tiled Loader, but since I plan on adding some features, it would probably be easier to start from scratch.
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by AntonioModer »

Tiles shadows, tiles contours:
Capture-1.png
Capture-1.png (13.76 KiB) Viewed 2180 times
User avatar
Lafolie
Inner party member
Posts: 809
Joined: Tue Apr 05, 2011 2:59 pm
Location: SR388
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Lafolie »

@litearc any chance of seeing a screen with nearest neighbour filtering? The pixels look pretty.
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: What's everyone working on? (tigsource inspired)

Post by Robin »

That looks really nice!
Help us help you: attach a .love.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 4 guests