Vurv78 / Autorun-rs

Modern scripthook with lua execution and filesteal. Replacement for gluasteal and most lua executors
Apache License 2.0
103 stars 11 forks source link

Add colors to external console #41

Closed YohSambre closed 2 years ago

YohSambre commented 2 years ago

it would be necessary to add colors in the external console for the different things as for example the information of launching or the titles as for example the plugins load ect, it's certainly a lot of detail but I think it's important

Vurv78 commented 2 years ago

Would need to refactor and use a tui library like tui-rs or cursive instead of a simple windows AllocConsole.

Was bound to need this at some point anyway.