From 018571090560c0b7c4dc774ebbbccb48e5fb9f93 Mon Sep 17 00:00:00 2001 From: paladin Date: Wed, 19 Aug 2026 23:50:27 +0100 Subject: [PATCH] Added README.md introducing the engine and it's aims --- .idea/.gitignore | 10 ++++++++++ .idea/Pool.iml | 17 +++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/dictionaries/project.xml | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 5 +++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 7 +++++++ 8 files changed, 66 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Pool.iml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/dictionaries/project.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 README.md diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..30cf57e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/Pool.iml b/.idea/Pool.iml new file mode 100644 index 0000000..0cd351f --- /dev/null +++ b/.idea/Pool.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100644 index 0000000..4c3305b --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,8 @@ + + + + forloop + vmcase + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8d66637 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..c51517b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a52876f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +The Pool engine. Hop in, the water is warm. + +Pool is a lightweight web-based networked rendering and physics engine designed to push the boundaries of what defines a +modern engine. + +Pool was inspired by the Roblox game engine and features its own scripting language. Global fluid, cloth, soft and rigid +body physics are intended to be implemented in the near future. \ No newline at end of file