o
odinpkg.dev
packages / library / termignaw

termignaw

c45ffaflibrary

an experimental terminal emulator written in Odin

MIT · updated 1 year ago

Termignaw

Termignaw is a work-in-progress terminal emulator written in Odin with Raylib. It's primarily a way for me to practice and learn Odin and Raylib.

build

Building Termignaw requires the Odin compiler. You can follow this installation guide.

You can build it using the build script build.sh.

To build it normally:

./build.sh normal

To build it with the debug flag:

./build.sh debug

Add run to also run the result:

./build.sh normal run

notes

  • This is work-in-progress and still very far from being a finished product.
  • The tests are old and do not work.