darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Implement color lookup table generation #100

Open darkf opened 6 years ago

darkf commented 6 years ago

We should generate (either on the client or setup side) the color_lut and color_rgb look-up tables (see lut/) from color.pal.

We can then generate intensityColorTable from them (see colortest.html which needs refactored and rewritten in TypeScript.)

darkf commented 6 years ago

Note that we now supply the intensityColorTable with the game, so generating it would just be a nice-to-have.