From 9e9b5fec862dbee208bba79a60b52807239dda32 Mon Sep 17 00:00:00 2001 From: H5JKey <115498581+H5JKey@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:57:33 +0300 Subject: [PATCH 1/2] Update README.md --- renderer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/README.md b/renderer/README.md index 92dce6a..6943c7b 100644 --- a/renderer/README.md +++ b/renderer/README.md @@ -125,7 +125,7 @@ cd renderer/build && ./renderer_worker ### Configuration -The worker can be configured using environment variables or a .env file in the priZm/renderer directory. +The worker can be configured using environment variables or a .env file in the prism/renderer directory. > [!IMPORTANT] Environment variables take precedence over values defined in the .env file and overwrite .env values. From 76ba85b91aa6df367b4d27a7df65181b7bef2613 Mon Sep 17 00:00:00 2001 From: H5JKey <115498581+H5JKey@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:59:37 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58b58ec..9796f00 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PriZm +# Prism [![C++](https://img.shields.io/badge/C++-23-blue?logo=cplusplus&style=flat-square)](https://isocpp.org/) [![CMake](https://img.shields.io/badge/CMake-3.20+-064F8C?logo=cmake)](https://cmake.org/) @@ -8,14 +8,14 @@ > Distributed physically based rendering platform -PriZm is an open-source rendering platform that combines a physically based path tracing engine written in C++ with a scalable backend for distributed rendering written in Python. +Prism is an open-source rendering platform that combines a physically based path tracing engine written in C++ with a scalable backend for distributed rendering written in Python. --- ## Repository Structure ```text -priZm/ +prism/ ├── app/ # Python-based server infrastructure │ ├── api/ # REST API endpoints │ ├── core/ # Core application logic