Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.25 KB

README.md

File metadata and controls

58 lines (36 loc) · 2.25 KB

CHI



CHI (Compressed Hex Image), an image format that contains hex codes for displaying the image, and can be written using any programming language.

Support

The CLI is currently only for Windows, but CHI itself can run on any .NET Core compatible OS (e.g. Linux, macOS, Windows)

Installing

Building manually

Requirements

.NET Core 3.1

Building

CLI

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

Donating

Buy Me A Coffee