From 4856780d0897bbceac732a6dd7319b9398f71e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=94?= Date: Wed, 30 Nov 2022 22:23:31 +0100 Subject: [PATCH] feat: asciirenderer --- README.md | 33 ++++++++++++++++++ src/core/AsciiRenderer.tsx | 71 ++++++++++++++++++++++++++++++++++++++ src/core/index.ts | 1 + 3 files changed, 105 insertions(+) create mode 100644 src/core/AsciiRenderer.tsx diff --git a/README.md b/README.md index 1e4675134..35a9d4868 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ The `native` route of the library **does not** export `Html` or `Loader`. The de
  • MarchingCubes
  • Decal
  • Svg
  • +
  • AsciiRenderer
  • Shaders