inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

Implement a console using the web technology stack #386

Open aschaeffer opened 7 years ago

aschaeffer commented 7 years ago

In order to replace the ingame console, we've to implement a web based console. The idea is to reuse the command line API we are currently building.

Each instance get it's own console, which allows to switch between different consoles. The Inexor Web Console works the same way for instances of Inexor Core Client AND Inexor Core Server.

The user interface component can be found here: https://github.com/inexorgame/ui-console

Tasks

Inexor Flex

Inexor Core

ui-console

Related