{"id":13731296,"url":"https://github.com/darglein/saiga","last_synced_at":"2025-04-04T18:07:32.325Z","repository":{"id":49047871,"uuid":"97219629","full_name":"darglein/saiga","owner":"darglein","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-28T15:02:07.000Z","size":26292,"stargazers_count":127,"open_issues_count":5,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-28T16:22:36.299Z","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/darglein.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-14T09:55:50.000Z","updated_at":"2025-03-28T15:02:11.000Z","dependencies_parsed_at":"2024-05-17T10:37:53.565Z","dependency_job_id":"471036a5-deaf-4510-9203-270d510a6724","html_url":"https://github.com/darglein/saiga","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darglein%2Fsaiga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darglein%2Fsaiga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darglein%2Fsaiga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darglein%2Fsaiga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darglein","download_url":"https://codeload.github.com/darglein/saiga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226213,"owners_count":20904465,"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-08-03T02:01:26.732Z","updated_at":"2025-04-04T18:07:32.301Z","avatar_url":"https://github.com/darglein.png","language":"C++","readme":"# SAIGA\n\nSaiga is a lightweight utility and rendering framework. \nIt supports all major desktop operating systems and provides OpenGL and Vulkan rendering backends.\nSaiga was successfully used as a game engine for [Redie](http://store.steampowered.com/app/536990/) and in many privat and university projects.\n\n\u003cimg src=\"data/textures/sample.png\" width=\"425\"/\u003e \u003cimg src=\"data/textures/redie.jpg\" width=\"425\"/\u003e \n\n## History\n\n * January 2014: Development start as a private OpenGL framework for university projects.\n * September 2015: The name SAIGA was chosen as a reference to the [saiga antelope](https://en.wikipedia.org/wiki/Saiga_antelope).\n * April 2014 - December 2016: Development of the game [Redie](http://store.steampowered.com/app/536990/). In this time most of SAIGA's functionality was added so it could be used as a lightweight game engine.\n * January 2017 - August 2017: Increased usability and documentation in preparation of the open source release.\n * August 2017: Open-Source Release.\n * September 2018: Experimental Vulkan support.\n * December 2018: Added Vision module with focus on SLAM, Reconstruction, Registration, and Optimization\n\n \n## Supported Compilers\n\n * g++ 8.2\n * Visual Studio 2017\n * clang++ 7.0\n\nMaster | Experimental \n--- | --- \n[![Build Status](https://travis-ci.org/darglein/saiga.svg?branch=master)](https://travis-ci.org/darglein/saiga)  | [![Build Status](https://travis-ci.org/darglein/saiga.svg?branch=experimental)](https://travis-ci.org/darglein/saiga)  \n\n## Required Dependencies\n\n * OpenGL 3.3\n * [GLM 0.9.9-a2](https://github.com/g-truc/glm/tree/0.9.9-a2)\n\n## Optional Dependencies\n\nWindow creation and GL-Context managment\n * [SDL](https://www.libsdl.org/)\n * [GLFW](http://www.glfw.org/)\n * [Mesa EGL](https://www.mesa3d.org/egl.html)\n \nSound loading and playback\n * [OpenAL](https://openal.org/)\n * [ALUT](http://distro.ibiblio.org/rootlinux/rootlinux-ports/more/freealut/freealut-1.1.0/doc/alut.html)\n * [Opus](http://opus-codec.org/)\n \nVideo Recording\n * [FFMPEG](https://ffmpeg.org/)\n \nModel Loading\n * [ASSIMP](https://github.com/assimp/assimp)\n \nImage/Font loading\n * [PNG](http://www.libpng.org/pub/png/libpng.html)\n * [FreeImage + FreeImagePlus](http://freeimage.sourceforge.net/)\n * [freetype](https://www.freetype.org/)\n \nUtility\n * [Eigen](http://eigen.tuxfamily.org)\n * [CUDA](https://developer.nvidia.com/cuda-downloads)\n \n Vulkan\n * [LunarG SDK](https://www.lunarg.com/vulkan-sdk/)\n * [GLSLANG](https://github.com/KhronosGroup/glslang)\n\n## Building + Running the samples\n\n#### Building With Submodules\n\n```\nsudo apt install xorg-dev\n\ngit clone git@github.com:darglein/saiga.git\ngit submodule update --init --recursive\n``` \n\n#### Linux\n - Install dependencies with the package manager (in older Linux systems you might have to compile the latest library versions by yourself)\n\n   Package names for Ubuntu and other Debian-based distributions. Install these with `sudo apt install \u003cpackage_name\u003e`\n```\n# Window Management\nlibglfw3-dev\n\n# Image\nlibpng-dev libfreeimage-dev libfreeimageplus-dev\n\n# Sound\nlibopenal-dev libopus-dev libopusfile-dev\n\n# Video \nlibavutil-dev libavcodec-dev libavresample-dev libswscale-dev libavformat-dev\n\n# Other Misc\nlibassimp-dev \nlibeigen3-dev \nlibsuitesparse-dev\nlibfreetype6-dev\n```\n\n - Build Saiga\n```\ncd saiga\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## License\n\nSAIGA is licensed under the MIT License. See LICENSE file for more information.\n\n\n","funding_links":[],"categories":["Engines"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarglein%2Fsaiga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarglein%2Fsaiga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarglein%2Fsaiga/lists"}