Skip to content

mahimahi42/vast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vast

As The Name Suggests: A Pretty Large Space Sim

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┓
┃ Current Development Status:  ┃ HEAVY ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━┫
┃ Current Development Version: ┃ 0.0.0 ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━┫
┃ Early Development Still In Progress  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

alt tag

What is Vast?

Vast is (or at least aims to be) an open-world space trading and combat simulator. It aims to simulate the entirety of a galaxy containing upwards of 100 billions star systems, each filled with suns, planets and moons that can be explored seamlessly down to metre-by-metre detail with no loading screens or waiting.

Gameplay will be very open, with no overuling objective within the game. The vast quantity of content generated on the fly with procedural techniques should in itself provide a considerable amount of entertainment.

Vast also aims to simulate alien civilisations, with procedurally-generated creatures, technology, cities and ships. These civilisations may be incredibly complex in nature, with wars and other events between civilisations sparking real, in-game scenarios.

Downloading

~ First, navigate to an appropriate directory ~

git clone https://github.com/zesterer/vast

cd vast

Dependencies

Mac OS X

Only tested with 10.11.2 El Capitan

Using Homebrew,

brew install cmake sfml glm glbinding

Compilation

~ From the root repository directory, as already done in the previous step ~

mkdir build

cd build

cmake ..

make

Running

~ Assuming you've run the compilation commands above ~

./vast

About

As The Name Suggests: A Pretty Large Space Sim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.8%
  • CMake 23.6%
  • GLSL 6.5%
  • Python 1.5%
  • Other 0.6%