{"id":19150262,"url":"https://github.com/softvar/opengl","last_synced_at":"2025-07-19T15:04:06.681Z","repository":{"id":66139206,"uuid":"11706284","full_name":"softvar/OpenGL","owner":"softvar","description":"Great collection of useful utility programs in openGL(c++)","archived":false,"fork":false,"pushed_at":"2013-08-28T12:06:49.000Z","size":116,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T20:45:10.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softvar.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2013-07-27T14:48:58.000Z","updated_at":"2023-11-15T17:45:45.000Z","dependencies_parsed_at":"2023-02-19T23:05:26.849Z","dependency_job_id":null,"html_url":"https://github.com/softvar/OpenGL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softvar/OpenGL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvar%2FOpenGL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvar%2FOpenGL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvar%2FOpenGL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvar%2FOpenGL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softvar","download_url":"https://codeload.github.com/softvar/OpenGL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softvar%2FOpenGL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265950385,"owners_count":23853751,"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":[],"created_at":"2024-11-09T08:11:17.394Z","updated_at":"2025-07-19T15:04:06.640Z","avatar_url":"https://github.com/softvar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Working with OpenGL\n===================\n\nOpenGL (Open Graphics Library) is a cross-language, multi-platform Application programming interface (API) for rendering 2D and 3D computer graphics. The API is typically used to interact with a Graphics processing unit (GPU), to achieve hardware-accelerated rendering.\n\nWhat this is for\n----------------\n\nGreat collection of useful utility programs in openGL(c++).\n\nInstallation In Ubuntu\n----------------------\n\n.. code-block:: bash\n\n    sudo apt-get install freeglut3 freeglut3-dev libglew1.5 libglew1.5-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev\n\nInclude header files\n--------------------\n\n.. code-block:: c++\n\n    #include \"GL/glut.h\"\n    #include \"GL/gl.h\"\n\nCompilation\n-----------\n\n.. code-block:: bash\n\n\n    g++ -o filename filename.cpp -lglut\n\nReferences\n----------\nhttp://www.glprogramming.com/red/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvar%2Fopengl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftvar%2Fopengl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftvar%2Fopengl/lists"}