From 636e5ce000b1e584f310174939b21526242b509e Mon Sep 17 00:00:00 2001 From: Igor Elovikov Date: Tue, 7 Jul 2020 14:33:02 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8426f2a..06bccc3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,22 @@ Free for commercial and personal use ## IE Curve Toolbox - -> lib/ie_curve.sbsar - -> curve_examples.sbs +``` +source/ie_curve/ie_curve.sbs +lib/ie_curve.sbsar +examples/curve_examples.sbs +``` https://www.artstation.com/artwork/lV3BKG + +## IE Point Cloud +``` +source/ie_pcloud/ie_pcloud.sbs +lib/ie_pcloud.sbsar +examples/pcloud_examples.sbs +``` + +## IE Particles Solver +... +## IE Processing +... From 104dc2f8eeedaceed49d6d2f673d1b2535486a65 Mon Sep 17 00:00:00 2001 From: Igor Elovikov Date: Fri, 10 Jul 2020 13:35:55 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bccc3..948b517 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,15 @@ lib/ie_pcloud.sbsar examples/pcloud_examples.sbs ``` +https://www.artstation.com/artwork/3dokNm + ## IE Particles Solver -... + +``` +source/ie_particles/ie_particles.sbs +lib/ie_particles.sbsar +examples/particles_examples.sbs +``` + ## IE Processing ...