{"id":18583432,"url":"https://github.com/mond1c/openglengine","last_synced_at":"2026-05-19T19:13:25.184Z","repository":{"id":38536489,"uuid":"503661034","full_name":"Mond1c/OpenGLEngine","owner":"Mond1c","description":"It's open source gaming engine. It's my main project.","archived":false,"fork":false,"pushed_at":"2023-11-12T08:48:17.000Z","size":2076,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T05:08:50.668Z","etag":null,"topics":["cpp","cpp20","engine","game-engine","glfw","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/Mond1c.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}},"created_at":"2022-06-15T07:28:41.000Z","updated_at":"2023-09-05T07:35:12.000Z","dependencies_parsed_at":"2023-11-12T09:36:57.825Z","dependency_job_id":null,"html_url":"https://github.com/Mond1c/OpenGLEngine","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/Mond1c%2FOpenGLEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mond1c%2FOpenGLEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mond1c%2FOpenGLEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mond1c%2FOpenGLEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mond1c","download_url":"https://codeload.github.com/Mond1c/OpenGLEngine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471059,"owners_count":22076586,"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":["cpp","cpp20","engine","game-engine","glfw","opengl"],"created_at":"2024-11-07T00:22:43.187Z","updated_at":"2026-05-19T19:13:25.103Z","avatar_url":"https://github.com/Mond1c.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenGL Engine\r\n\r\nThis is a game engine. It's based on OpenGl.\r\n\r\nNow available:\r\n- Base 2D objects\r\n- Keyboard input \r\n- Mouse input\r\n- 2D physics\r\n- Init objects from file. You need to use my own language to do this\r\n\r\n# Language for objects\r\n\r\nFirstly, you need to indicate type of object.\r\nAfter that you can indicate position, size, color, vertices.\r\nYou can check example in the Object.object file.\r\n### Examples for primitive objects.\r\n#### For Point\r\n\ttype=point\r\n\tposition=0,0\r\n\tcolor=255,255,255,255\r\n#### For Line\r\n\ttype=line\r\n\tposition=0,0\r\n\tposition=40,0\r\n\tcolor=255,255,255,255\r\n#### For Rectangle\r\n\ttype=rectangle\r\n\tposition=0,0\r\n\tscale=1,1\r\n\tcolor=255,255,255,255\r\n#### For Circle\r\n\ttype=circle\r\n\tposition=0,0\r\n\tradius=50\r\n\tcolor=255,255,255\r\n#### For Triangle\r\n\ttype=triangle\r\n\tposition=0,0\r\n\tscale=1,1\r\n\tvertex=-20,0\r\n\tvertex=0,20\r\n\tvertex=20,0\r\n\tcolor=255,255,255,255\r\n#### For Polygon\r\n\tposition=0,0\r\n\tscale=1,1\r\n\tvertex=-100,-100,\r\n\tvertex=-50,40\r\n\tvertex=0,100\r\n\tvertex=100,20\r\n\tcolor=255,255,255,255\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmond1c%2Fopenglengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmond1c%2Fopenglengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmond1c%2Fopenglengine/lists"}