this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“„ License under NON-AI-MIT

+61 -28
+26
LICENSE
··· 1 + MIT NON-AI License 2 + 3 + Copyright (c) 2023, <copyright holders> 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy of the software and associated documentation files (the "Software"), 6 + to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 7 + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions. 8 + 9 + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 10 + 11 + In addition, the following restrictions apply: 12 + 13 + 1. The Software and any modifications made to it may not be used for the purpose of training or improving machine learning algorithms, 14 + including but not limited to artificial intelligence, natural language processing, or data mining. This condition applies to any derivatives, 15 + modifications, or updates based on the Software code. Any usage of the Software in an AI-training dataset is considered a breach of this License. 16 + 17 + 2. The Software may not be included in any dataset used for training or improving machine learning algorithms, 18 + including but not limited to artificial intelligence, natural language processing, or data mining. 19 + 20 + 3. Any person or organization found to be in violation of these restrictions will be subject to legal action and may be held liable 21 + for any damages resulting from such use. 22 + 23 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 25 + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 26 + OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+31 -28
README.md
··· 1 - ![shapemaker](title.png) 2 - 3 - <center> 4 - <p style="text-align: center;" align="center"> 5 - <em><a href="https://github.com/ewen-lbh/shapemaker/blob/e7ff660d42f4fc3cb29e1246ee82cbdd2f27c5ab/src/examples.rs#L114">See the code that generated this image</a></em> 6 - </p> 7 - </center> 8 - 9 - * * * 10 - 11 - > **โš ๏ธ Warning:** 12 - > README is still a work-in-progress 13 - 14 - An experiment into the generation of 2D flat design abstract artwork using limited shape and color combinations, arranged in a 8-point grid. 15 - 16 - [![wakatime](https://wakatime.com/badge/github/ewen-lbh/shapemaker.svg)](https://wakatime.com/badge/github/ewen-lbh/shapemaker) [![Crates.io Version](https://img.shields.io/crates/v/shapemaker)](https://crates.io/crates/shapemaker) [![docs.rs](https://img.shields.io/docsrs/shapemaker)](https://docs.rs/shapemaker) 17 - 18 - 19 - ## Gallery 20 - 21 - 22 - | | | | 23 - |:-------------------------:|:-------------------------:|:-------------------------:| 24 - | **HAL 9000** ![HAL 9000](./examples/gallery/HAL-9000.svg)| **Cutting An Egg** ![Cutting An Egg](./examples/gallery/cutting-an-egg.svg)| **Designing A Font** ![Designing A Font](./examples/gallery/designing-a-font.svg) 25 - | **Drone Operating System** ![Drone Operating System](./examples/gallery/drone-operating-system.svg)| **Japan Sledding Olympics** ![Japan Sledding Olympics](./examples/gallery/japan-sledding-olympics.svg)| **Lunatic Green Energy** ![Lunatic Green Energy](./examples/gallery/lunatic-green-energy.svg) 26 - | **Measuring Spirits** ![Measuring Spirits](./examples/gallery/measuring-spirits.svg)| **Phone Cameras** ![Phone Cameras](./examples/gallery/phone-cameras.svg)| **Reflections** ![Reflections](./examples/gallery/reflections.svg) 27 - | **Spline Optimisation** ![Spline Optimisation](./examples/gallery/spline-optimisation.svg)| **Weaving** ![Weaving](./examples/gallery/weaving.svg) 28 - 1 + ![shapemaker](title.png) 2 + 3 + <center> 4 + <p style="text-align: center;" align="center"> 5 + <em><a href="https://github.com/ewen-lbh/shapemaker/blob/e7ff660d42f4fc3cb29e1246ee82cbdd2f27c5ab/src/examples.rs#L114">See the code that generated this image</a></em> 6 + </p> 7 + </center> 8 + 9 + * * * 10 + 11 + > **โš ๏ธ Warning:** 12 + > README is still a work-in-progress 13 + 14 + An experiment into the generation of 2D flat design abstract artwork using limited shape and color combinations, arranged in a 8-point grid. 15 + 16 + [![wakatime](https://wakatime.com/badge/github/ewen-lbh/shapemaker.svg)](https://wakatime.com/badge/github/ewen-lbh/shapemaker) [![Crates.io Version](https://img.shields.io/crates/v/shapemaker)](https://crates.io/crates/shapemaker) [![docs.rs](https://img.shields.io/docsrs/shapemaker)](https://docs.rs/shapemaker) 17 + 18 + 19 + ## Gallery 20 + 21 + 22 + | | | | 23 + |:-------------------------:|:-------------------------:|:-------------------------:| 24 + | **HAL 9000** ![HAL 9000](./examples/gallery/HAL-9000.svg)| **Cutting An Egg** ![Cutting An Egg](./examples/gallery/cutting-an-egg.svg)| **Designing A Font** ![Designing A Font](./examples/gallery/designing-a-font.svg) 25 + | **Drone Operating System** ![Drone Operating System](./examples/gallery/drone-operating-system.svg)| **Japan Sledding Olympics** ![Japan Sledding Olympics](./examples/gallery/japan-sledding-olympics.svg)| **Lunatic Green Energy** ![Lunatic Green Energy](./examples/gallery/lunatic-green-energy.svg) 26 + | **Measuring Spirits** ![Measuring Spirits](./examples/gallery/measuring-spirits.svg)| **Phone Cameras** ![Phone Cameras](./examples/gallery/phone-cameras.svg)| **Reflections** ![Reflections](./examples/gallery/reflections.svg) 27 + | **Spline Optimisation** ![Spline Optimisation](./examples/gallery/spline-optimisation.svg)| **Weaving** ![Weaving](./examples/gallery/weaving.svg) 28 + 29 + ## License 30 + 31 + This software is licensed under a modified MIT license that explicitly prohibits the training of AI software. See [LICENSE](./LICENSE) or the [non-ai-licenses repository](https://github.com/non-ai-licenses/non-ai-licenses) for more information.
+4
README.md.in
··· 20 20 21 21 22 22 %gallery% 23 + 24 + ## License 25 + 26 + This software is licensed under a modified MIT license that explicitly prohibits the training of AI software. See [LICENSE](./LICENSE) or the [non-ai-licenses repository](https://github.com/non-ai-licenses/non-ai-licenses) for more information.