From 9bf43cee3d1c1b8d89c62f6b33b18fa0bbddc519 Mon Sep 17 00:00:00 2001 From: Joud Kandeel <97121061+CDevJoud@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:23:39 +0100 Subject: [PATCH] Add link to code style guide in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 745b416..49828ba 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ This will give server owners flexibility and greater control over their servers. ### Rendering Technology The engine will initially use OpenGL for rendering. Once the project reaches a stable state, a transition to Vulkan may be considered to further enhance rendering performance and efficiency. + +[Read the code style guide](CODE_STYLE.md)