{"id":17804070,"url":"https://github.com/evroon/titan","last_synced_at":"2025-03-17T12:30:47.118Z","repository":{"id":54368667,"uuid":"95317739","full_name":"evroon/titan","owner":"evroon","description":"3D game engine written in C++ using OpenGL ","archived":false,"fork":false,"pushed_at":"2022-11-17T16:02:09.000Z","size":83824,"stargazers_count":15,"open_issues_count":6,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T23:48:00.632Z","etag":null,"topics":["cplusplus","editor","game-development","game-engine","graphics-engine","opengl","sdl2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evroon.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}},"created_at":"2017-06-24T19:15:46.000Z","updated_at":"2024-04-13T17:44:00.000Z","dependencies_parsed_at":"2022-08-13T13:40:15.792Z","dependency_job_id":null,"html_url":"https://github.com/evroon/titan","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/evroon%2Ftitan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Ftitan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Ftitan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Ftitan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evroon","download_url":"https://codeload.github.com/evroon/titan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864609,"owners_count":20360355,"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":["cplusplus","editor","game-development","game-engine","graphics-engine","opengl","sdl2"],"created_at":"2024-10-27T12:48:59.845Z","updated_at":"2025-03-17T12:30:42.107Z","avatar_url":"https://github.com/evroon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titan Engine\n[![build](https://github.com/evroon/titan/actions/workflows/main.yml/badge.svg)](https://github.com/evroon/titan/actions/workflows/main.yml)\n[![clang-format](https://github.com/evroon/titan/actions/workflows/clang-format.yml/badge.svg)](https://github.com/evroon/titan/actions/workflows/clang-format.yml)\n\nA graphics engine using OpenGL and written in C++.\n\nPreview of the editor:\n![alt text](misc/titan_preview.png \"Preview of the editor\")\n\nFeatures:\n  - A scripting language, TitanScript, which is fully integrated on a low level into the engine\n  - Editor\n  - UI system\n  - 2D and 3D support\n\nLibraries used:\n  - SDL 2.0 (including SDL_image, SDL_mixer and SDL_ttf)\n  - Box2D\n  - Bullet\n  - LibNoise\n  - Assimp\n  - Glew\n  - Freeglut\n  - RapidXML\n  - FontAwesome\n\n3D graphics features:\n  - Deferred renderer\n  - GPU terrain tesselation\n  - Cascaded PCF shadowmapping\n  - SSAO\n  - Godrays and lens flare\n  - Bloom\n  - Depth of Field\n  - HDR tonemapping\n  - Terrain heightmap editing on GPU\n\n# Building\nBuilding has been tested on Linux. Windows and Mac OS X are not supported at the moment.\n\n## Linux\nBuilding on Linux is possible using CMake. First, make sure that the above libraries are installed. On Debian-based systems, this command can be used:\n\n```bash\nsudo apt install cmake librapidxml-dev libglew-dev libassimp-dev libnoise-dev libbullet-dev libbox2d-dev \\\n  libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-image-2.0-0 libsdl2-dev\n```\n\nWhen the libraries are installed, clone and build the project:\n```bash\ngit clone git@github.com:evroon/titan.git\ncd titan/src\ncmake ./\ncmake --build . -- -j8\n```\n\nWhere the `-j` flag indicates the number of jobs, which is ideally at least as high as the number of cores of your CPU.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevroon%2Ftitan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevroon%2Ftitan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevroon%2Ftitan/lists"}