LookUpGroup27 / LookUp

0 stars 1 forks source link

Move Shader Code to Resource Files #175

Open AdrienBousquieEPFL opened 5 days ago

AdrienBousquieEPFL commented 5 days ago

Description:

The shader code is currently embedded directly in the codebase, which is not ideal for maintainability and scalability. Move the shader code into dedicated resource files (e.g., .glsl files) to achieve better separation and easier updates. This will:

  1. Centralize shader management in resource files.
  2. Improve readability of both the shaders and the primary application code.
  3. Facilitate easier modifications or updates to the shaders in the future.

Acceptance Criteria: