diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a6f503d --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +# LBDT-1 (Look But Don't Touch License v1) + +Copyright (c) 2024 illyum + +## 1. **Disclaimer of Liability** +This software is provided "as is," without any warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author(s) or copyright holder(s) be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software. + +## 2. **Usage Rights** +- You are permitted to **view, download, and fork** this repository for **private, personal use only.** +- Modifications for personal use are allowed, but you are **not permitted to distribute** modified or unmodified versions of this software to others in any form. +- You are allowed to learn from the code and incorporate the knowledge into your projects, provided you do not copy this code directly. + +## 3. **Restrictions** +- You may not claim ownership of this software or any derivative works. +- You may not fork this repository to create a new publicly distributed project or to share with others. +- Redistribution of the original or modified software, in part or in whole, is strictly prohibited. + +## 4. **Contributions** +- You are welcome to contribute improvements or suggest changes by submitting pull requests or providing feedback. +- All contributions are subject to review and approval by the repository owner and, if accepted, become part of the repository under these terms. + +## 5. **Attribution** +- If discussing or referencing this software publicly, you must give appropriate credit to the original author(s) and link to the official repository. \ No newline at end of file diff --git a/NOTES.md b/NOTES.md index ec9ea8e..b3ce913 100644 --- a/NOTES.md +++ b/NOTES.md @@ -6,3 +6,8 @@ Someone suggested this: `you could do something like this in your shader` [desmos example](https://www.desmos.com/calculator/hfoxt2z9k6) +`I imagine it wuold be pretty easy to turn this into a parametric function and then you could just get verticies via plugging numbers into it...` + +[other desmos example](https://www.desmos.com/calculator/4wfgwplyk3) + +`not terrible, just gotta deal with the discontinuities which you could probably do by just rejecting the points with nan/infinity coordinates` \ No newline at end of file