jakubjafra / stellaris-map-generation-basic-usage

Visualization tool for Stellaris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellaris map generation - basic usage

Simple web serwer that gets output from Stellaris map generation scripts and turns them into charts using Three.js 3d lib.

Usage

npm i
node server.js
# GOTO: http://localhost:3690/test

Demo

From such a game state: Game state

Generated charts: Generated charts

Take special look at different regions that are highlighted:

  1. Top left corner - independent beings in galaxy (alliances and independent empires)
  2. Top right corner - sectors
  3. Bottom left corner - empires
  4. Bottom right corner - individual solar systems colored by number of pops living there

Those are pretty basic maps that show different levels of details and basic demographic overview that you can achive using those tools. You can analyse your game from "ground" level of solar systems all the way up to independent empires and alliances.

About

Visualization tool for Stellaris

License:MIT License


Languages

Language:HTML 85.7%Language:CSS 7.8%Language:JavaScript 6.5%