poulette VS Coloris

Compare poulette vs Coloris and see what are their differences.

poulette

Proof of concept for a color mixer interface (by grgrdvrt)

Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible. (by mdbassit)
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
poulette Coloris
3 2
181 390
- -
0.0 6.7
about 3 years ago 26 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

poulette

Posts with mentions or reviews of poulette. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-30.
  • Hacker News top posts: Mar 30, 2021
    3 projects | /r/hackerdigest | 30 Mar 2021
    Show HN: Poulette – A Color Palette GUI\ (13 comments)
  • Show HN: Poulette – A Color Palette GUI
    2 projects | news.ycombinator.com | 30 Mar 2021
    Really cool!

    So it looks like you're combining Delauny triangulation for the points with linear interpolation along the created triangles using Barycentric coordinates? Did I get that right? Pretty elegant solution (not to mention all the other little details that went into designing the interface).

    It still looks a bit strange along the edges sometimes, and glancing at the source code it seems like you're mixing in linear RGB[0] so it's not that. I guess that just means that I'm looking at a saddle point in the color space?

    (this made me wonder how smoothing functions would work for triangle meshes (that aren't secretly quads split into two triangles), and a quick search suggests that could be quite a deep rabbit hole to fall into)

    [0] https://github.com/grgrdvrt/poulette/blob/main/src/utils/col...

Coloris

Posts with mentions or reviews of Coloris. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing poulette and Coloris you can also consider the following projects:

rose-pine-theme - All natural pine, faux fur and a bit of soho vibes for the classy minimalist

open-color - Color scheme for UI design.

muboard - Self-rendering and distributable mathematics chalkboards

color-design-hub - Colorful & Open Source. Place where you can use ready-made design tools to create beautiful and colorful designs

react-color-palette - 🎨 Lightweight Color Picker component for React.

color-palette-extraction - Create a color palette using median cut with Javascript

palette - Color palette tool for Rosé Pine

HSL_Colorpicker - 基于Javascript的HSL拾色器,做游戏的时候需要一个HSL拾色器,找了一圈没有找到合适的,所以手写一个