SFML community forums

General => SFML projects => Topic started by: Daid on July 18, 2015, 11:24:19 pm

Title: EmptyEpsilon - Spaceship bridge simulator.
Post by: Daid on July 18, 2015, 11:24:19 pm
For about a year now. I've been working on this hobby project of mine. Or, ours so to say.

It's a spaceship bridge simulator. It's a bit like star-trek, where you gather your friends to play a starship bridge together.

We totally stole the idea from Artemis: http://www.artemis.eochu.com/
But we didn't like some of the shortcomings of that implementation. So. Programmer that I am, I wrote my own version. And thanks to SFML, that was quite doable.

The game is free and open-source (except for some of the 3D assets).
It can be downloaded from:
http://emptyepsilon.org/

We play it with touch screen setup in consoles like this:
(http://daid.eu/~daid/20141106_190834.small.jpg)
(old photo, now we have 5 touch screen consoles, painted white)


As for the code, it's available from:
https://github.com/daid/EmptyEpsilon (game code)
https://github.com/daid/SeriousProton (engine code)

As of the last week, I've been trying to get the Android version to run. With already some success. So that's why I'm visiting this forum a bit more frequent.

As for the code itself, it's a bit of a mess in some places, nothing is documented. But there are some cool things in there. For example, I'm using basic SFML rendering primitives and the stencil buffer to do masking:
https://github.com/daid/EmptyEpsilon/blob/master/src/screenComponents/radarView.cpp#L129


Main screen for your viewing pleasure:
(http://daid.github.io/EmptyEpsilon/screenshots/mainscreen.png)
The radar at the top right is masked with the above stencil buffer code.
Title: Re: EmptyEpsilon - Spaceship bridge simulator.
Post by: eXpl0it3r on July 18, 2015, 11:36:24 pm
Oh wow, that looks quite interesting and neat.
Never had the desire to navigate a space vessel from the bridge with a few people, but it's quite an interesting idea! :)

Unfortunately the photo you linked of your setup is on a local host, you might want to push it to the server and adjust the link.
Title: Re: EmptyEpsilon - Spaceship bridge simulator.
Post by: Hapax on July 18, 2015, 11:47:23 pm
All of the spaceship icons in the radar look like Star Trek logos! hehe  :P
Title: Re: EmptyEpsilon - Spaceship bridge simulator.
Post by: Daid on July 19, 2015, 08:35:02 am
Unfortunately the photo you linked of your setup is on a local host, you might want to push it to the server and adjust the link.
Oops, photo is publicly hosted. But the local. dns is because I cannot reach the external IP when I'm on that network (some NAT router issue)


And it's really fun to control a ship with a group of people. And I think you could even sell it as a team-building exercise :) As you really need to work together and communicate a lot.
Title: Re: EmptyEpsilon - Spaceship bridge simulator.
Post by: eXpl0it3r on July 19, 2015, 09:39:21 am
Nice consoles. :)

And it's really fun to control a ship with a group of people. And I think you could even sell it as a team-building exercise :) As you really need to work together and communicate a lot.
When it's fully polished etc. you should really lobby some (tech) companies. I bet you could find a lot of Trekkies. :P
Title: Re: EmptyEpsilon - Spaceship bridge simulator.
Post by: Daid on July 19, 2015, 11:29:44 am
When it's fully polished etc. you should really lobby some (tech) companies. I bet you could find a lot of Trekkies. :P
I work at Ultimaker (https://ultimaker.com/). I'm pretty much surrounded by Trekkies ;-)