From d1547cf04a0b007a93dfd5df25621d201b991320 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 19:43:16 +0200 Subject: [PATCH] Add README.md for webeditor3d --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..ba98b09e --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# webeditor3d + +**Author:** Unknown + +> ⚠️ **This README.md has been automatically generated using AI and might contain hallucinations or inaccuracies. Please proceed with caution!** + +# WebEditor3D + +**Author:** Unknown + +A browser-based 3D scene authoring tool with a built-in runner. + +## Features +- Brush-first spatial authoring +- Imported assets as first-class additions +- Typed entities and simple interactions +- Browser-native delivery + +## Usage + +bash +npm run dev + + +## License +This project is licensed under the MIT License. \ No newline at end of file