Advertisement

Omega: Universe Sim

Started by October 02, 2013 07:35 PM
-1 comments, last by mmorsi 11 years, 1 month ago

Hey all figure I'd share a side project that I've been working on for a few years now.

https://github.com/movitto/omega

https://github.com/movitto/omega/wiki

Omega is an open source (AGPLv3+) universe simulator written in Ruby (based on event machine) that serves requests over the json-rpc protocol:

http://en.wikipedia.org/wiki/JSON-RPC

Includes is a simulation server and library, a slew of utility binaries and example scripts, as well as a complete test suite and HTML5 / OpenGL frontend based on middleman and three.js

http://middlemanapp.com/

http://threejs.org/

The server is broken up into subsystems and implements a full role based access control so that the administrator can very tightly / granularily restrict which users have access to view and modify which entities. See the extensive documention in the project repository and reference API.

http://rubydoc.info/github/movitto/omega/master/frames

There are many different ways it can be used / extended for various purposes, for example a recent addition enables ship jumps between systems running on disparate servers (think a universe over ip). The project is still in its early phases and there is much left to be added, but the groundwork is there.

Just putting this out there to attract some attention and get feedback. Of course anyone that wanted to try it out and/or contribute would be more than welcome!

Attached below are a couple select screenshots, see the wiki for more. Thanks for looking!

006-system2.png

017-viewing-missions.png

This topic is closed to new replies.

Advertisement