Home

Awesome

HexGL

Small program that converts hex RGB colors into three floats for OpenGL

======================================================
HexGL Converter - (c) 2018 Isaac Shelton
======================================================
Usage: hexgl <colors and flags>

-p    Paste from clipboard
-c    Copy previous results to clipboard
-----------------------------------------------------

Example: hexgl #BADC0D
Example: hexgl #deadbf -c
Example: hexgl 0xFFFFFF 123123 A0EA0E -p

Pre-built Executables

x86_64 - Windows Standalone

Compiling From Source

$ cd HexGL
$ adept