Skip to content

Instantly share code, notes, and snippets.

View VeganPower's full-sized avatar
🕹️

Rosario VeganPower

🕹️
  • London, UK
View GitHub Profile
@mikhailov-work
mikhailov-work / turbo_colormap.glsl
Last active July 28, 2025 17:56
Turbo Colormap Polynomial Approximation in GLSL
// Copyright 2019 Google LLC.
// SPDX-License-Identifier: Apache-2.0
// Polynomial approximation in GLSL for the Turbo colormap
// Original LUT: https://gist.github.com/mikhailov-work/ee72ba4191942acecc03fe6da94fc73f
// Authors:
// Colormap Design: Anton Mikhailov ([email protected])
// GLSL Approximation: Ruofei Du ([email protected])