1
0
Fork 0
Commit graph

32 commits

Author SHA1 Message Date
Joost De Cock
4d259dc2e5 🚨 Removed some linter warnings and unused import 2018-12-20 14:39:24 +01:00
Joost De Cock
0fbebc4962 💥 Breaking changes to draft method and config format
Sampling is currently broken
2018-12-16 18:06:01 +01:00
Joost De Cock
0a83da13b5 Updated insertText hook 2018-12-10 12:52:24 +01:00
Joost De Cock
84853346a2 Rewrote hooks and plugin handling 2018-12-09 14:17:46 +01:00
Joost De Cock
3dfb7fb086 🔥 Removed unused dependency 2018-09-23 13:09:37 +02:00
Joost De Cock
74ef91fe08 Moved debug formatting to debug plugin 2018-09-23 13:05:45 +02:00
Joost De Cock
c60e66b979 Added sampling style that iterates of hue range 2018-09-22 10:41:51 +02:00
Joost De Cock
d2e9402087 🐛 Fixed copy/paste error in debug style 2018-09-06 15:35:41 +02:00
Joost De Cock
274d9d8934 Debug formatting 2018-09-06 12:03:18 +02:00
Joost De Cock
2d0f48bfc6 Switch to curve.edge for finding path edge 2018-09-03 12:07:02 +02:00
Joost De Cock
1faad2a01b 🎨 Moved round() to utils 2018-08-31 09:44:12 +02:00
Joost De Cock
2849a093ea 🔥 Removed some unused statements 2018-08-23 16:14:44 +02:00
Joost De Cock
2134b13bed Added remaining intersection methods 2018-08-23 15:57:23 +02:00
Joost De Cock
a4647dfebb Added Path.split() and the utility methods that support it 2018-08-22 15:55:15 +02:00
Joost De Cock
4553f21843 🐛 Our round() is too precise for utils.linesCross(). Replaced it with Math.round() 2018-08-21 15:31:07 +02:00
Joost De Cock
f43be99877 Added utils.curveCrossesLine and utils.curveCrossesCurve 2018-08-21 13:49:12 +02:00
Joost De Cock
7bde9516f8 Added utils.beamCrossesX() 2018-08-14 16:18:16 +02:00
Joost De Cock
ffc26b3168 🚨 Removed unused import 2018-08-13 11:01:20 +02:00
Joost De Cock
c09c1d07ef 🚨 Removed unused vars 2018-08-13 11:00:51 +02:00
Joost De Cock
c091d21ea7 🚨 Removed unused import 2018-08-13 10:57:35 +02:00
Joost De Cock
9d486fd617 Tests for utils 2018-08-12 13:32:53 +02:00
Joost De Cock
f990e1890a 🚧 Moved shorthand to part and improved debug 2018-08-08 14:02:06 +02:00
Joost De Cock
eda19195d1 🚧 Working on hooks 2018-08-07 13:46:38 +02:00
Joost De Cock
6167db92ac 💥 Switched to Capitals for constructors
Also moved round method to avoid circular dependency
2018-08-05 18:19:48 +02:00
Joost De Cock
718c9acda5 Added store 2018-08-05 16:32:38 +02:00
Joost De Cock
6f52ccfd2e 🚧 Progress on paths/beziers 2018-08-01 14:55:54 +02:00
Joost De Cock
2b4aa77986 🚧 Path offset, so far without overlap removal 2018-07-29 15:16:26 +02:00
Joost De Cock
62c35fe19d Added constructors to shorthand 2018-07-26 23:31:29 +02:00
joostdecock
be4e759c1a 🚧 Pre work on offsets 2018-07-26 13:43:12 +00:00
joostdecock
54766af63c 🚧 Changes to context 2018-07-25 14:53:10 +00:00
joostdecock
568d0cdc4d 🚧 Linting and prettier code style 2018-07-23 11:44:34 +00:00
joostdecock
1f10829426 :contruction: Porting TS to JS 2018-07-23 11:12:06 +00:00
Renamed from lib/utils.ts (Browse further)