I am a software engineer working on scandium is a computer emulator based of the 2024 version of jslinux by Fabrice Ballard, meant to run on Bun, and any help is welcome. I also work on the javascript library huelength, capable of finding the associated RGB color to a wavelength. I somwtimes will have breaks in my commit history as I get interested in other things.
I am a software engineer working on scandium, a computer emulator based of the 2024 version of jslinux by Fabrice Ballard, meant to run on Bun. Help is welcome.
- Walla Walla, Washington, USA
-
06:58
(UTC -12:00) - https://github.com/glyn-marsh
Pinned Loading
-
Main code of the huelength library. ...
Main code of the huelength library. Can turn a wavelength into a RGB color. 1function convert(wavelength) {
2let red, green, blue
34if((wavelength >= 380) && (wavelength<440)) {
5red = -(wavelength - 440) / (440 - 380);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.