Skip to content

Catonix is a TUI library, written entirely in C language, dedicated to creating simple and easy-to-develop TUI applications.

License

Notifications You must be signed in to change notification settings

Xuanluo-Qiu/Catonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catonix

Catonix is a TUI (Text User Interface) library, written entirely in C language, dedicated to creating simple and easy-to-develop TUI applications.

Warning: This library is still undergoing initial development! Do not use this library for any application development!

run example

# build
make example EXAMPLE_NAME=*.c
# run
make run EXAMPLE_NAME=*.c

Or, you can use tools to run main example

# just build
sh tools/build.sh
# build and run
sh tools/run.sh

TODO

  • Coding easy core
  • ...

About

Catonix is a TUI library, written entirely in C language, dedicated to creating simple and easy-to-develop TUI applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published