{"id":19045681,"url":"https://github.com/mortennobel/kick","last_synced_at":"2025-04-24T00:05:09.504Z","repository":{"id":16678963,"uuid":"19434888","full_name":"mortennobel/kick","owner":"mortennobel","description":"Simple game engine for C++ 11 / OpenGL 3.x +","archived":false,"fork":false,"pushed_at":"2018-04-04T15:23:21.000Z","size":15293,"stargazers_count":54,"open_issues_count":1,"forks_count":9,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-24T00:05:02.613Z","etag":null,"topics":["cpp","game-engine","opengl"],"latest_commit_sha":null,"homepage":null,"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/mortennobel.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}},"created_at":"2014-05-04T20:06:00.000Z","updated_at":"2024-12-31T12:40:29.000Z","dependencies_parsed_at":"2022-08-25T18:52:44.015Z","dependency_job_id":null,"html_url":"https://github.com/mortennobel/kick","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/mortennobel%2Fkick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2Fkick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2Fkick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2Fkick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mortennobel","download_url":"https://codeload.github.com/mortennobel/kick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535098,"owners_count":21446508,"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","game-engine","opengl"],"created_at":"2024-11-08T22:51:03.733Z","updated_at":"2025-04-24T00:05:09.483Z","avatar_url":"https://github.com/mortennobel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"kick\n====\n\nSimple game engine for C++ 11 / OpenGL 3.x +.\n\nNote: kick is no longer actively maintained. Instead checkout :\n\n - https://github.com/mortennobel/SimpleRenderEngine\n\n## Cross platform\n - Desktop OpenGL 3.x and 4.x\n - OpenGL ES 2.0 and 3.x\n - WebGL 1.0 (compiled using Emscripten)\n\n## Dependencies\n\n - SDL 2.x for platform abstraction layer\n - SDL Image 2.x for loading textures\n - GLM  0.9.x (OpenGL Mathematics). Header only library. Included in the build.\n - RapidJSON for JSON parsing. Header only library. Included in the build.\n - TinyTest. Header only library. Included in the build. Only used for unit-testing.\n\n## Build\nUsing premake4 for creating make files or other project files. For more info see:\nhttp://industriousone.com/premake\n\n## Online docs\nhttp://mortennobel.github.io/kick/\n\n## Example usage\n    #include \"kick/kick.h\"\n\n    using namespace kick;\n\n    int main(int argc, char * argv[])\n    {\n        Engine::init(argc, argv);\n        auto scene = Engine::activeScene();\n        auto camera = scene-\u003ecreatePerspectiveCamera();\n        camera-\u003egameObject()-\u003etransform()-\u003esetLocalPosition({0,0,10});\n        scene-\u003ecreateSphere();\n        scene-\u003ecreateDirectionalLight();\n        Engine::startMainLoop();\n\n        return 0;\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortennobel%2Fkick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmortennobel%2Fkick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortennobel%2Fkick/lists"}