JennyKmu / ROSE

A program to read, edit, and write save files for the game Railroads! Online
GNU General Public License v3.0
19 stars 3 forks source link

Feature: Track Network Map #7

Open dyoung522 opened 2 years ago

dyoung522 commented 2 years ago

Feature: Track Network Map

Assigned to @JennyKmu

JennyKmu commented 2 years ago

Work ongoing, currently creating the backend class which will build and control the matplotlib figure

JennyKmu commented 2 years ago

The track map will be a 3D map rendered using OpenGL. The 3D engine module (called JGL) was written separately, and will allow to render the Map.

Two modes will be available:

It will also be interactive, meaning it will be possible to select objects from the maps to open their property menus, or to select multiple objects at the same time for some features.