ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Implement my own color system. #61

Closed ndouglas closed 3 years ago

ndouglas commented 3 years ago

Story

Bracket's RGB/RGBA and BearLibTerminal's Color aren't cleanly compatible and that's screwing up my lighting.

I think it'd be better just to write my own color system and then implement everything in terms of that.

Acceptance Criteria

Implementation Notes

ndouglas commented 3 years ago

Yeah no this was an incredible waste of time.