{"id":19770035,"url":"https://github.com/jakubcerveny/gl-compute","last_synced_at":"2025-04-30T17:31:59.696Z","repository":{"id":146866236,"uuid":"140266882","full_name":"jakubcerveny/gl-compute","owner":"jakubcerveny","description":"Test of OpenGL 4.3 compute shaders.","archived":false,"fork":false,"pushed_at":"2020-06-06T08:50:21.000Z","size":328,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T03:24:24.008Z","etag":null,"topics":["compute-shader","fractal","marching-cubes","opengl"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakubcerveny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-07-09T10:01:36.000Z","updated_at":"2024-03-30T16:44:59.000Z","dependencies_parsed_at":"2023-05-04T20:32:30.023Z","dependency_job_id":null,"html_url":"https://github.com/jakubcerveny/gl-compute","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubcerveny%2Fgl-compute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubcerveny%2Fgl-compute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubcerveny%2Fgl-compute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakubcerveny%2Fgl-compute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakubcerveny","download_url":"https://codeload.github.com/jakubcerveny/gl-compute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251751231,"owners_count":21637887,"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":["compute-shader","fractal","marching-cubes","opengl"],"created_at":"2024-11-12T04:45:37.426Z","updated_at":"2025-04-30T17:31:59.687Z","avatar_url":"https://github.com/jakubcerveny.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gl-compute\n\nSimple tests of OpenGL 4.3 compute shaders.\n\n![gl-compute](https://raw.githubusercontent.com/jakubcerveny/gl-compute/master/data/screen.png)\n\nNote that you need a recent OS to run this. Ubuntu 16.04 or newer should do.\n\n### Compiling\n\nWe need CMake, Qt4 and GLM:\n```\n$ sudo apt install cmake libqt4-dev libglm-dev\n```\n\nConfigure, compile and run:\n```\n$ mkdir build; cd build\n$ cmake ..\n$ make\n$ ./mandelbrot\n$ ./isosurface\n```\n\n### Troubleshooting\n\nCheck what OpenGL versions your Linux system supports:\n```\n$ glxinfo | grep version\nserver glx version string: 1.4\nclient glx version string: 1.4\nGLX version: 1.4\n    Max core profile version: 4.5\n    Max compat profile version: 3.0\n    Max GLES1 profile version: 1.1\n    Max GLES[23] profile version: 3.2\nOpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.8\nOpenGL core profile shading language version string: 4.50\nOpenGL version string: 3.0 Mesa 17.2.8\nOpenGL shading language version string: 1.30\nOpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.2.8\nOpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20\n```\n\nOn some systems, OpenGL 4.3 may not be enabled by default. Try running\nwith the following environment variable:\n```\n$ MESA_GL_VERSION_OVERRIDE=4.3 ./mandelbrot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubcerveny%2Fgl-compute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakubcerveny%2Fgl-compute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubcerveny%2Fgl-compute/lists"}