├── README.md ├── examples ├── README.md ├── console.cpp └── ui_system.cpp ├── misc ├── console.gif └── text-buffer-assembly.gif └── vertext.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/README.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/examples/console.cpp -------------------------------------------------------------------------------- /examples/ui_system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/examples/ui_system.cpp -------------------------------------------------------------------------------- /misc/console.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/misc/console.gif -------------------------------------------------------------------------------- /misc/text-buffer-assembly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/misc/text-buffer-assembly.gif -------------------------------------------------------------------------------- /vertext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinmkchin/vertext/HEAD/vertext.h --------------------------------------------------------------------------------