Teascade / glerminal

A lightweight terminal made with OpenGL
MIT License
25 stars 1 forks source link

Attempt to add higher character bit support #37

Closed Teascade closed 5 years ago

Teascade commented 5 years ago

Currently glerminal only supports utf8 characters, but ideal would be to support at least utf16 or maybe even utf32 characters, depending on how much more performance utf32 characters would demand.

This requires rework in multiple parts of the engine, but it's quite doable.

Teascade commented 5 years ago

Fixed with a1862f2