From acf442ab41504e51fdc0c4dc424629b878236c83 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 26 Jul 2026 11:36:24 +0200 Subject: [PATCH] init --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2409ff7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# A sound simulator in threejs + +## Purpose and general information + +This is a realistic sound simulator where a 3D-scene is rendered and a sound +source within that scene. The user can move that sound-source around, turn it +around, in all directions. The camera position is also the "microphone" from +which point the sound can be heard. The goal is to make an accurate simulation +of how it would sound in real time.