{"id":29091134,"url":"https://github.com/cschladetsch/cppopengllboidgroups","last_synced_at":"2026-05-09T09:18:17.818Z","repository":{"id":301178845,"uuid":"1008387808","full_name":"cschladetsch/CppOpenGLLBoidGroups","owner":"cschladetsch","description":"Cpp23 system system for purely aesthetic reasons to create cool graphics. ","archived":false,"fork":false,"pushed_at":"2025-06-25T18:30:51.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-25T18:43:30.491Z","etag":null,"topics":["bash","cmake","cpp","opengl"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cschladetsch.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-25T13:17:18.000Z","updated_at":"2025-06-25T18:30:54.000Z","dependencies_parsed_at":"2025-06-25T18:53:50.790Z","dependency_job_id":null,"html_url":"https://github.com/cschladetsch/CppOpenGLLBoidGroups","commit_stats":null,"previous_names":["cschladetsch/cppopenglliquid","cschladetsch/cppopengllboidgroups"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cschladetsch/CppOpenGLLBoidGroups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FCppOpenGLLBoidGroups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FCppOpenGLLBoidGroups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FCppOpenGLLBoidGroups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FCppOpenGLLBoidGroups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cschladetsch","download_url":"https://codeload.github.com/cschladetsch/CppOpenGLLBoidGroups/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cschladetsch%2FCppOpenGLLBoidGroups/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262382729,"owners_count":23302296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cmake","cpp","opengl"],"created_at":"2025-06-28T06:05:40.127Z","updated_at":"2026-05-09T09:18:17.770Z","avatar_url":"https://github.com/cschladetsch.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CppLiquid - 3D Liquid Simulation\n\nA C++23 OpenGL application that simulates multi-colored blob-based liquids in a 3D environment with a top-down view.\n\n## Features\n- Blob-based liquid simulation with multiple colored particle groups\n- 3D walls bounding the simulation area with aesthetic lighting\n- Top-down camera view\n- Real-time physics simulation with pressure and viscosity forces\n- Particle-particle and particle-wall collision detection\n- 60Hz V-Sync enabled animation\n- GPU-accelerated rendering with OpenGL 4.5\n\n## Dependencies\n- C++23 compiler\n- CMake 3.25+\n- OpenGL 4.5+\n- GLEW\n- GLFW3\n- GLM\n- Boost\n\n## Building\n```bash\n./b\n```\n\nOr manually:\n```bash\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake -j$(nproc)\n```\n\n## Running\n```bash\n./r [options]\n```\n\nOr directly:\n```bash\n./build/CppLiquid [options]\n```\n\n### Command Line Options\n- `--width \u003cwidth\u003e` - Set window width (default: 1280)\n- `--height \u003cheight\u003e` - Set window height (default: 720)\n- `--help` - Show help message\n\n### Examples\n```bash\n# Run with default settings\n./r\n\n# Run with custom window size\n./r --width 1920 --height 1080\n\n# Run fullscreen-sized\n./r --width 2560 --height 1440\n```\n\nThe simulation will open in a window showing colored liquid blobs bounded by 3D walls from a top-down perspective. The walls feature aesthetically pleasing off-angle lighting for better visual depth.\n\n## Testing\n\nRun all unit tests:\n```bash\n./test\n```\n\nOr manually:\n```bash\n./build/CppLiquidTests\n```\n\nThe test suite includes:\n- Liquid simulation physics tests\n- Camera projection and view tests  \n- Wall mesh generation tests\n- Boundary collision tests","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschladetsch%2Fcppopengllboidgroups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcschladetsch%2Fcppopengllboidgroups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcschladetsch%2Fcppopengllboidgroups/lists"}