Color.js Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • color

    :rainbow: Javascript color conversion and manipulation library (by Qix-)

  • culori

    A comprehensive color library for JavaScript.

  • This looks fantastic for working with colors, and from a great developer too. A very very similar js library is Culori [0, 1], which I discovered on the original Oklab introduction post [2].

    If you're doing generative artwork or any procedural work with a non-fixed palette, a good color library and working in linear or Oklab based colorspace is a must. Using sRGB or HSV/B when interpolating for gradients or generating palettes or complementary colors is extremely painful; a 50% brightness (HSV) yellow is visually much brighter than a 50% brightness purple, with similar issues cropping up for saturation. Balancing the lighting and contrast of programmatically generated colors is so much simpler when you have a perceptually uniform colorspace like OkLCh, or linear RGB if you're working with predefined hex values.

    [0]: https://culorijs.org/

    [1]: https://github.com/Evercoder/culori

    [2]: https://bottosson.github.io/posts/oklab/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is Go Used in Production more than Rust ?

    3 projects | dev.to | 26 Apr 2024
  • Radix Colors: Accessible color system for user interfaces

    1 project | news.ycombinator.com | 26 Mar 2024
  • On Light, Colors, Mixing Paints, and Numerical Optimization

    2 projects | news.ycombinator.com | 26 Feb 2024
  • spectral.js alternatives - ArtistAssistApp and mixbox

    3 projects | 23 Feb 2024
  • Mixbox – Natural Color Mixing Based on Real Pigments

    1 project | news.ycombinator.com | 21 Feb 2024