GitHunt
HR

hrszpuk/odin-color

A simple, colored-like ANSI color package for the Odin programming language!

Odin color

A simple ANSI color package similar to Rust's colored crate.

hrszpuk - odin-color
stars - odin-color
forks - odin-color
GitHub release
License
issues - odin-color

image

Read more in our documentation
or check out some examples

Installation

Submodule

Create an external folder in your project's root directory.
Add the project as a submodule like in the example below:

git submodule add https://github.com/hrszpuk/odin-color.git external/odin-color

Import the package using a relative path: import color "./external/odin-color.

Shared collection

Download the repository code using git and place the folder in your shared/external collection directory.
Import the package using import color "collection-name:odin-color" and build/run with the flag --collection:collection-name=/path/to/collection.

Languages

Odin100.0%

Contributors

Latest Release

0.1.0July 11, 2023
MIT License
Created July 6, 2023
Updated February 17, 2026