Added a Minecraft style console. Decided to do this now as it will help with development. It’s much easier to test and switch things around in a game engine commands so I’m investing in this now so I can save time in the long run.
After a few evenings I can…
Type chat messages..
Use the cursor left/right keys to do insertion edit. The delete and backspace keys work as expected..
I support styles bold and obfuscate – italic underline and strike-through are going to need more work…
Added some inbuilt commands such help… Note the color coding…
‘plugins’ lists all the plugins
You can enable and disable plugins..
That does it for now… I have the functions I need. My next task is the basic Server/Client model.