Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

css-doodle

๐ŸŽจ A web component for drawing patterns with CSS.
Collective - Host: opensource - https://opencollective.com/css-doodle - Website: https://css-doodle.com - Code: https://github.com/css-doodle/css-doodle

Read CSS variable inside functions

--color: red, blue;
background: @p(--color);

github.com/css-doodle/css-doodle - e39e49213afab63d609698dd3409fd7163c3cc92 authored over 2 years ago by yuanchuan <[email protected]>
Fix svg arguments transform

github.com/css-doodle/css-doodle - fbe6e1d92a65ae99f86d1bb029eb0f0286c50f53 authored over 2 years ago by yuanchuan <[email protected]>
Do not remove spaces around parens

github.com/css-doodle/css-doodle - bf51be72145aa8b6ac4ed145a2591b07340da68c authored over 2 years ago by yuanchuan <[email protected]>
Update version number

github.com/css-doodle/css-doodle - 088871693ff5e0bc497d4c67996457187ad2a6ab authored over 2 years ago by yuanchuan <[email protected]>
Removed the inline comments and fixed comments in :doodle selector

Close #57

github.com/css-doodle/css-doodle - 1c69e4f2aadced542caa51dc56a1cf9bfc616e0e authored over 2 years ago by yuanchuan <[email protected]>
Fix comments insdie pseudo elements

Close #56

github.com/css-doodle/css-doodle - 850ba8db6cea9bfff0e0ebbdd6d8828a6087d1a8 authored over 2 years ago by yuanchuan <[email protected]>
Fix keyframes parse error

Close #54

github.com/css-doodle/css-doodle - 48c95da4e60ba5918a93430fa5ae4e9727e316c9 authored over 2 years ago by yuanchuan <[email protected]>
Simplify code with Object.entries

github.com/css-doodle/css-doodle - 347b6e7a863c4304ca17c270f9016d5c794ca154 authored over 2 years ago by yuanchuan <[email protected]>
Speed up initialization

github.com/css-doodle/css-doodle - f537e298c8cc31c7f5d84b35334644f736d3ff81 authored over 2 years ago by yuanchuan <[email protected]>
Code refactor

github.com/css-doodle/css-doodle - 5b1563a4aa04de28e2b73286c6f9b89fe6bd4f77 authored over 2 years ago by yuanchuan <[email protected]>
Add next id utility

github.com/css-doodle/css-doodle - fd43d4af9c1e407f79ace4597a60e226112d9be6 authored over 2 years ago by yuanchuan <[email protected]>
Clean up source files

github.com/css-doodle/css-doodle - 5464adb4496694e7f5b5833a2446124f68508824 authored over 2 years ago by yuanchuan <[email protected]>
Add support for inline filters or gradients

github.com/css-doodle/css-doodle - 2f5bacd30816d932a5581b272e972cd0620da71f authored over 2 years ago by yuanchuan <[email protected]>
Initialize the pointer positions to 0,0

github.com/css-doodle/css-doodle - 5d60136086135df46781e8d1bd03a643734fa1f3 authored over 2 years ago by yuanchuan <[email protected]>
Improve svg parsing

github.com/css-doodle/css-doodle - 9149d31e5930463bcf5a0ab5feacb96abdf0f29c authored over 2 years ago by yuanchuan <[email protected]>
Add `ux`, `uy`, `uw`, and `uh` uniform variables

github.com/css-doodle/css-doodle - e8be894cce6a420aab20b0211b4510c864fa3a41 authored over 2 years ago by yuanchuan <[email protected]>
Support tspan and multiple text nodes

github.com/css-doodle/css-doodle - 4fefbf2ba6a69b2197f4cc7c39e653096d013a40 authored over 2 years ago by yuanchuan <[email protected]>
Update CI name

github.com/css-doodle/css-doodle - 5f00ae3d941c143021533c2c8725196f57fe0e31 authored over 2 years ago by yuanchuan <[email protected]>
Treat id with empty tag name as a block

github.com/css-doodle/css-doodle - f8f56ca5320a0fe986d4e3c2f754ab490063e692 authored over 2 years ago by yuanchuan <[email protected]>
Recognize style tags and inline styles in svg

github.com/css-doodle/css-doodle - 6467aabaec992f099b893694683d43b3535068e6 authored over 2 years ago by yuanchuan <[email protected]>
Update license

github.com/css-doodle/css-doodle - dc47430dd1a6e55b64927ff6c8b3058514e97a9d authored over 2 years ago by yuanchuan <[email protected]>
Fix build scripts

github.com/css-doodle/css-doodle - 7d077657a63a00034b4d647ac9f57f3d02a28f73 authored over 2 years ago by yuanchuan <[email protected]>
Enabling es modules to fix tests on windows (#64)

github.com/css-doodle/css-doodle - 5bbb6f91a35ef6f1ee3cee9ecad8c7372de81da2 authored over 2 years ago by Yuan Chuan <[email protected]>
Expand groupd value for grouped properties

github.com/css-doodle/css-doodle - f9251d12814656d88ad5dffba3b76b99426c7eb1 authored over 2 years ago by yuanchuan <[email protected]>
Add index variable to the default shape context

github.com/css-doodle/css-doodle - 6a6173fd81b5865a802764c2519966167f7d6cc1 authored over 2 years ago by yuanchuan <[email protected]>
Make r small enough when it equels to 0

github.com/css-doodle/css-doodle - 38a4caa7519c7dee79764b454082464d05c18030 authored over 2 years ago by yuanchuan <[email protected]>
Fix duration value

github.com/css-doodle/css-doodle - 1fcb656dacf256c47925f5c4d03767e416a74d94 authored over 2 years ago by yuanchuan <[email protected]>
Decrease the registered animation frame to 100/sec

github.com/css-doodle/css-doodle - c2fcfa3d5d9b99fc41ae16d1fbc42f1ade5522b4 authored over 2 years ago by yuanchuan <[email protected]>
Simplify even/odd selector logic

github.com/css-doodle/css-doodle - 50f1de92c50933ef0b6d3c77b79e045a4a060b4b authored over 2 years ago by yuanchuan <[email protected]>
Keep pick-n and pick-d

github.com/css-doodle/css-doodle - 689b3bda78574e1f46b15f4604b6e56505802523 authored almost 3 years ago by yuanchuan <[email protected]>
Update changelog

github.com/css-doodle/css-doodle - 31ad285b2e5ca6dc5854c108f66ee44f1dffe62d authored almost 3 years ago by yuanchuan <[email protected]>
Simplify calc inside noise function

github.com/css-doodle/css-doodle - 70ebf13b5570735605c259b2141ad1ce173ccaff authored almost 3 years ago by yuanchuan <[email protected]>
Add raw noise function

github.com/css-doodle/css-doodle - 5c7eb47d5cec61822c4dad082f6e01e1dccb51ff authored almost 3 years ago by yuanchuan <[email protected]>
Fix the shuffle order

github.com/css-doodle/css-doodle - b1703962882b22a702264d65ea104b6f77716987 authored almost 3 years ago by yuanchuan <[email protected]>
Fix statement

github.com/css-doodle/css-doodle - 642f8427792949bdff34993f2b0e625734e4d722 authored almost 3 years ago by yuanchuan <[email protected]>
Update node version for CI

github.com/css-doodle/css-doodle - 83e34c14dc28ffc5fd563e895fd3634844f19659 authored almost 3 years ago by yuanchuan <[email protected]>
Add perlin noise

github.com/css-doodle/css-doodle - 2d86aa078cbb00e510c86d3cb333df91525db56d authored almost 3 years ago by yuanchuan <[email protected]>
Cleanup function names

github.com/css-doodle/css-doodle - 8542cf65662040432fc3d4dbca9395d1d3b3f62e authored almost 3 years ago by yuanchuan <[email protected]>
Remove `path` function

github.com/css-doodle/css-doodle - beae56ab8fe67a4c6b01473a1bf2aec3dacb56ef authored almost 3 years ago by yuanchuan <[email protected]>
Remove the feature of auto-regsitering custom properties

github.com/css-doodle/css-doodle - b69ae02daaab6214ae0b8a005e3478886c5f16b1 authored almost 3 years ago by yuanchuan <[email protected]>
Remove reflect function

github.com/css-doodle/css-doodle - 6f86c5ba2906f5e1b260b206989e6bf4d4aabc9d authored almost 3 years ago by yuanchuan <[email protected]>
Remove min-size and max-size

github.com/css-doodle/css-doodle - 45b4ca7a3a5eb46eb5cc63dfe236868620a4e96f authored almost 3 years ago by yuanchuan <[email protected]>
Remove nrand since I never used it

github.com/css-doodle/css-doodle - bee2667ab4ed4bf432531994aa0e2a7881bb2b13 authored almost 3 years ago by yuanchuan <[email protected]>
Add ยต alias for `repeat`

github.com/css-doodle/css-doodle - 87d267337d68ec8ace1d3dfa0f343588f3e4f22b authored almost 3 years ago by yuanchuan <[email protected]>
Fix alias and fill-rule

github.com/css-doodle/css-doodle - 80d3bd3cc735e6196ac08e964c9c07947273c7ab authored almost 3 years ago by yuanchuan <[email protected]>
Replace `place-cell` with `offset`

github.com/css-doodle/css-doodle - a3f3f189b1db203de3b5caeaf3df70ba6dc52250 authored almost 3 years ago by yuanchuan <[email protected]>
Improve plot function

github.com/css-doodle/css-doodle - 03a71eb9d15c2d3f258a553a6fa4a276abb52e89 authored almost 3 years ago by yuanchuan <[email protected]>
Remove useless deps

github.com/css-doodle/css-doodle - 52c63b21f4139738d1d51acacf47628458985b2b authored almost 3 years ago by yuanchuan <[email protected]>
Add the missing param `I`

github.com/css-doodle/css-doodle - 1e3a0879ec4b6ae8ea88ef211744b46d7af2c9e6 authored almost 3 years ago by yuanchuan <[email protected]>
Fix index calculation

github.com/css-doodle/css-doodle - 6f9438ad0bf13d832dfa8206f0e754dd208c87a6 authored almost 3 years ago by yuanchuan <[email protected]>
Initial implementation to `@pattern` function

github.com/css-doodle/css-doodle - 4e2aaa1c51318de0029b84f47aaa08436f6ccd9f authored almost 3 years ago by yuanchuan <[email protected]>
Rename paint to canvas

github.com/css-doodle/css-doodle - c7dc1df8b363c8858d3c92cfa4cae30c58baf145 authored almost 3 years ago by yuanchuan <[email protected]>
Fix changelog

github.com/css-doodle/css-doodle - 2cbcbdabba6dfecca0ebfa5bedb8b127d35516f5 authored almost 3 years ago by yuanchuan <[email protected]>
Wrap paint function automatically

github.com/css-doodle/css-doodle - 2d3e0a5363b4533c0cb5422555887559e304f519 authored almost 3 years ago by yuanchuan <[email protected]>
Fix bad imports

github.com/css-doodle/css-doodle - 0624c5c8ab93ed74387f7e522e7ea9b00e81d1b1 authored almost 3 years ago by yuanchuan <[email protected]>
Cache generated background and other values

github.com/css-doodle/css-doodle - f78d651a8f45f03b8eaa89f87c8bbc390fec57c8 authored almost 3 years ago by yuanchuan <[email protected]>
Add paint function for fast CSS painting API expriment

github.com/css-doodle/css-doodle - 2dd12aa6f8567929558065f894cc23c5dfeb1d27 authored almost 3 years ago by yuanchuan <[email protected]>
Use WebGL2 and GLSL 3.0

github.com/css-doodle/css-doodle - 5c7b9fd7b769465095deed6e4dc5d32f6f6d6b63 authored almost 3 years ago by yuanchuan <[email protected]>
Use seed random to replace Math.random inside `match()`

github.com/css-doodle/css-doodle - 232af95542fcd1dcfda37aafe873e60847aa6e66 authored almost 3 years ago by yuanchuan <[email protected]>
Fix entity issue for update()

github.com/css-doodle/css-doodle - adf0fa7694b9e61ddc121c811a50eaf8e0bff11b authored almost 3 years ago by yuanchuan <[email protected]>
Fix css parsing on function composition

github.com/css-doodle/css-doodle - 4e4ed11a47b81092b38b15752b2768c87e86d426 authored almost 3 years ago by yuanchuan <[email protected]>
Use the name `plot()` for `point()`

github.com/css-doodle/css-doodle - 94ae00b4a70da2b570400b7644e63e2239b462c1 authored almost 3 years ago by yuanchuan <[email protected]>
Allow `scale` value to be 0

github.com/css-doodle/css-doodle - 650e4d45f5f37fddb7430f196d4c1cd49cbe9074 authored almost 3 years ago by yuanchuan <[email protected]>
Add support for scale in two directions

github.com/css-doodle/css-doodle - 79a4d1df5800d9463483741341782477cb373a16 authored almost 3 years ago by yuanchuan <[email protected]>
Add support for negative `frame` value

github.com/css-doodle/css-doodle - f9850c3b4dec09fab5c5cf04d0b28a444c1f9eb8 authored almost 3 years ago by yuanchuan <[email protected]>
Add `vertices` alias for `points`

github.com/css-doodle/css-doodle - b02a32531714828ba9b9b84774244f7e1c443e3b authored almost 3 years ago by yuanchuan <[email protected]>
Fix `frame` calculation logic

github.com/css-doodle/css-doodle - 742ab4765de213e361f40932ba81e13b4554e31b authored almost 3 years ago by yuanchuan <[email protected]>
Add support for left/right shift operator

github.com/css-doodle/css-doodle - f91f8da978b7ce2ad663d9ebce16be7691ef53cb authored almost 3 years ago by yuanchuan <[email protected]>
Increase the frame width if there's turn value

github.com/css-doodle/css-doodle - e6ed6ed6e0a1f92f92e35ff555b692b06b58ab38 authored almost 3 years ago by yuanchuan <[email protected]>
Reduce one minus sign

github.com/css-doodle/css-doodle - a88765692770c668c5fa14667134117030c5512c authored almost 3 years ago by yuanchuan <[email protected]>
Add context value `I` into `@match`

github.com/css-doodle/css-doodle - 506adb16c8f5c25b2aab23064ea29adb4e64e097 authored almost 3 years ago by yuanchuan <[email protected]>
Add the missing `&` operator computation

github.com/css-doodle/css-doodle - 0a0ce8d01ea124898c63f4ea272ec577dc0d738e authored almost 3 years ago by yuanchuan <[email protected]>
Add support for more Math notations

github.com/css-doodle/css-doodle - 75a86c4925cd7da37bccf8fd44e8f8235984f3ae authored almost 3 years ago by yuanchuan <[email protected]>
Fix default context value

github.com/css-doodle/css-doodle - 28d2bd6fde536d0072d34dd42b9338f5dba20b72 authored almost 3 years ago by yuanchuan <[email protected]>
Add match selector

github.com/css-doodle/css-doodle - e3dcddce717df9d41872c1f2e0920dd1723df672 authored almost 3 years ago by yuanchuan <[email protected]>
Use a shorter name `fill` for `fill-rule`

github.com/css-doodle/css-doodle - e0b71232eea6cccea7fb1f96ee82e8f01dbb5395 authored about 3 years ago by yuanchuan <[email protected]>
Fix `frame` calculation on graph transformation

github.com/css-doodle/css-doodle - e62abae5cbdc7e9cb6023216d19731028fcd00cd authored about 3 years ago by yuanchuan <[email protected]>
Do not expose src folder to package

github.com/css-doodle/css-doodle - 6158afa3a9e93655b8e56279e2bb6e2e5fff9769 authored about 3 years ago by yuanchuan <[email protected]>
Simplify code

github.com/css-doodle/css-doodle - d7f25f028774b499534ac776bcd170a1394e9103 authored about 3 years ago by yuanchuan <[email protected]>
Fix negative functions in calc (#61)

github.com/css-doodle/css-doodle - 750d81e665837ceaaf2f179d134a7f15683f60e8 authored about 3 years ago by Yuan Chuan <[email protected]>