Page 1 of 1

What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 1:55 am
by Verahta
Skip to the 1:55 mark in this YouTube video, I am hoping someone can tell me what technology is creating the planets, the cursor effects, and the popups? Is it anything fancy or what is it?

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:06 am
by Jackolantern
I think you forgot to link the video :ugeek:

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:10 am
by SpiritWebb
Thats what I was thinking... :mrgreen:

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:16 am
by Verahta
Nah, I was just trying to be mr. mysterious :D

[youtube]http://www.youtube.com/watch?v=L4h8x7O13ro[/youtube]

lacunaexpanse.com/

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:23 am
by SpiritWebb
Looks like the mouse effects are created with Javascripting...as far as the planets, might be a random map generator built...

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:33 am
by Verahta
It said you use their web client, but after creating a test account I did not have to install anything, so it's all in the browser.

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 2:46 am
by Verahta
Think I figured it out mostly. In chat guy said the stuff loading at the beginning was "the javascript getting ready". I viewed page source and it is pulling in AJAX libraries.

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 3:24 am
by Jackolantern
If that is 100% Javascript, then that is some very heavy client-side coding. I consider myself pretty versed with client-side coding, and I would have no idea where to begin on something like this. Very professional, so say the least.

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 5:11 am
by Verahta
i dont know if its all js or not, but this page has mention of a developer API and code for working with a client.

Lacunaexpanse.com/developers

it must be some kind of app?

Re: What Technology Is Producing This Planet System?

Posted: Fri Aug 26, 2011 5:45 am
by Jackolantern
I am a bit confused by their API documentation. It talks about selecting from one of their servers, but then it also talks about modules to help with sending announcements, modules for chat, etc. I can't tell if you are building on to their game, you are building your own client using their servers, building your own game, or what.

EDIT: Reading a bit more in (as the proud coder I am, I ran straight for the API docs lol), it appears you are making client apps to interact with their live game servers. That is pretty interesting.