Namek Dev
a developer's log
NamekDev

The Console

September 30, 2015

Proof of Concept version

A scriptable console for Windows, inspired by Quake 3 Arena. Just a Proof of Concept, this version is discontinued.

Libraries used: libgdx, JNativeHook, Nashorn (Java 8)

Source code and scripting documentation is available at: https://github.com/Namek/TheConsole_POC

Next iteration

This version is built on top of JavaFX instead of libgdx. Q3A background animation is not a feature anymore.

Main site (including Download section) is at https://namek.github.io/TheConsole and source code along with documentation is available at https://github.com/Namek/TheConsole.

You can track the development in The Console topic on this blog.

Libraries used: JavaFX, JNativeHook, Nashorn (Java 8)