Skip to content

monke8555/CHI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages