CHI (Compressed Hex Image), an image format that contains hex codes for displaying the image, and can be written using any programming language.
The CLI is currently only for Windows, but CHI itself can run on any .NET Core compatible OS (e.g. Linux, macOS, Windows)
.NET Core 3.1
To build the CLI, cd into CHI/chi-cli, then run the following:
dotnet build
To run it using dotnet,
dotnet run
The output executable can be found under bin/Debug, named chi-cli.exe
To build CHI, cd into CHI/CHI, then run the following:
dotnet build
To run it using dotnet,
dotnet run
The output DLL can be found under bin/Debug, named CHI.dll