Skip to content

Videntium is an online map viewer for map files generated by Imperium.

Notifications You must be signed in to change notification settings

matthew-pisano/Videntium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videntium

Videntium is an online map viewer for map files generated by Imperium. Users can upload any Imperium map file to the website and view its various attributes. Users of the site can create an account that is stored in a database, store uploaded maps to a separate database and choose to share those maps publicly with all users.

Features and Function

Built using AWS Cloud9, Videntium is served to the user through PHP from AWS servers. The two MySQL databases that Videntium uses as storage are created and managed by PHPMyAdmin for easier management. The map viewer allows the user to toggle between different views of their map using colored filters and text boxes to show information about the various provinces on the map.

Implementation

The interpretation of uploaded maps is preformed on the front-end using code from Imperium that was translated from Java to JavaScript. This allows the browser to preform the same viewing and information interaction as within the same, although the process is considerably lighter without the rest of the game's code running along side of it.

Map Sharing

Users of Videntium are also able to make their maps public to all users of the website. On the page that display's a user's private maps, all maps that are shared publicly are also shown. These maps contain information such as the owner's name and the name of the map file. The user can then load their personal maps or those publicly available into the viewer.

About

Videntium is an online map viewer for map files generated by Imperium.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published