{"id":23261412,"url":"https://github.com/hsandt/stealth-engine","last_synced_at":"2026-04-18T11:05:20.680Z","repository":{"id":70167246,"uuid":"115054573","full_name":"hsandt/Stealth-Engine","owner":"hsandt","description":"2D game engine in C++ for personal training","archived":false,"fork":false,"pushed_at":"2020-08-30T15:06:13.000Z","size":3648,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T11:29:03.505Z","etag":null,"topics":["box2d","catch-tests","cpp","game-engine-2d","glfw3","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/hsandt.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":"2017-12-21T22:58:52.000Z","updated_at":"2021-10-11T13:50:23.000Z","dependencies_parsed_at":"2023-03-03T21:00:28.016Z","dependency_job_id":null,"html_url":"https://github.com/hsandt/Stealth-Engine","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/hsandt%2FStealth-Engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsandt%2FStealth-Engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsandt%2FStealth-Engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsandt%2FStealth-Engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsandt","download_url":"https://codeload.github.com/hsandt/Stealth-Engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441004,"owners_count":20939235,"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":["box2d","catch-tests","cpp","game-engine-2d","glfw3","opengl"],"created_at":"2024-12-19T13:32:35.430Z","updated_at":"2026-04-18T11:05:15.612Z","avatar_url":"https://github.com/hsandt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/hsandt/Stealth-Engine/branch/develop/graph/badge.svg)](https://codecov.io/gh/hsandt/Stealth-Engine)\n[![codecov](https://codecov.io/gh/hsandt/Stealth-Engine/branch/master/graph/badge.svg)](https://codecov.io/gh/hsandt/Stealth-Engine)\n\n# Stealth Engine\n\nA 2D game engine written in C++ for development in C++. Supported platforms for both development and build are Linux, OSX, Windows.\n\nThis is a personal project I am working on for training purpose. This project started as a framework I intended to use for a top-view Stealth game with a variety of AI applications, but it gradually turned into a generic 2D engine.\n\n# Current features\n\n* Basic physics\n* Basic input\n* Some OpenGL primitives\n* Scene-actor\n* Entity-components\n\n## Current work\n\nIntegrating CodeCov\n\n## Build dependencies\n\nHere are some build dependencies detailed for Linux Ubuntu, and a bit of OS X.\n\nIn doubt, you can also check the .travis.yml file for the most important parts of the setup.\n\n### Box2D\n\nBox2D requires premake5 to be built.\nInstall premake from [the website](https://premake.github.io/download.html#v5) or use that snippet based on .travis.yml:\n\n    PREMAKE_VERSION=\"5.0.0-alpha12\"\n    wget \"https://github.com/premake/premake-core/releases/download/v${PREMAKE_VERSION}/premake-${PREMAKE_VERSION}-src.zip\"\n    rm -rf \"premake-${PREMAKE_VERSION}\"\n    unzip \"premake-${PREMAKE_VERSION}-src.zip\"\n    if [ \"$TRAVIS_OS_NAME\" == \"linux\" ]; then\n        PREMAKE_BUILD_DIR=\"gmake.unix\"\n    elif [ \"$TRAVIS_OS_NAME\" == \"osx\" ]; then\n        PREMAKE_BUILD_DIR=\"gmake.macosx\"\n    fi\n   - pushd \"premake-${PREMAKE_VERSION}/build/${PREMAKE_BUILD_DIR}\"\n   - make ${MAKEFLAGS}\n   - popd\n   - mkdir \"/usr/local/bin\" -p\n   - sudo ln -s \"$(pwd)/premake-${PREMAKE_VERSION}/bin/release/premake5\" /usr/local/premake5`\n\n### GLFW\n\nTo load CMake project, if using X11:\n\n`sudo apt-get install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev`\n\nTo build, if using X11:\n\n`sudo apt-get install libxi-dev`\n\n### OpenGL / GLU\n\nInstall the appropriate graphics packages.\n\nMESA:\n\n`sudo apt-get install libglu1-mesa-dev`\n\nThis will also install `libgl1-mesa-dev` and `mesa-common-dev` as a dependency. GLU is required for GLEW.\n\nNVIDIA:\n\nInstall NVIDIA packages for your graphics card.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsandt%2Fstealth-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsandt%2Fstealth-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsandt%2Fstealth-engine/lists"}