From 2dcf39113fab3aac8fe280f3b0ead9cf87fa958d Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 10 Feb 2025 02:42:40 -0800 Subject: Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e5717d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## 2ner: a toon shader + +2ner is a toon shader for Unity's built in render pipeline. It is my second +toon shader, replacing github.com/yum-food/Tooner. + +It's a ground-up rewrite taking into account some key lessons from last time: + +1. Performance perfectionism really is required for realtime graphics + 1.1. "You don't pay for what you don't use" must be respected! +2. Tooling is absolutely required to mitigate performance creep, minimize + compilation times, and reduce the risk of hitting compiler bugs. + 2.1. Yes, I have hit compiler bugs! + +As with Tooner, it is an all encompassing uber shader. The goal is to expose +feature rich abstractions for both avatars and worlds. + -- cgit v1.2.3