What Technology Is Producing This Planet System?

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

What Technology Is Producing This Planet System?

Post 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?
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What Technology Is Producing This Planet System?

Post by Jackolantern »

I think you forgot to link the video :ugeek:
The indelible lord of tl;dr
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: What Technology Is Producing This Planet System?

Post by SpiritWebb »

Thats what I was thinking... :mrgreen:
Image

Image
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: What Technology Is Producing This Planet System?

Post by Verahta »

Nah, I was just trying to be mr. mysterious :D

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

lacunaexpanse.com/
"In order to understand recursion, one must first understand recursion".
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: What Technology Is Producing This Planet System?

Post by SpiritWebb »

Looks like the mouse effects are created with Javascripting...as far as the planets, might be a random map generator built...
Image

Image
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: What Technology Is Producing This Planet System?

Post 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.
"In order to understand recursion, one must first understand recursion".
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: What Technology Is Producing This Planet System?

Post 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.
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What Technology Is Producing This Planet System?

Post 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.
The indelible lord of tl;dr
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: What Technology Is Producing This Planet System?

Post 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?
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What Technology Is Producing This Planet System?

Post 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.
The indelible lord of tl;dr
Post Reply

Return to “Beginner Help and Support”