{"id":20833077,"url":"https://github.com/kfields/bigsaddle","last_synced_at":"2025-06-17T22:05:31.661Z","repository":{"id":150790092,"uuid":"395695059","full_name":"kfields/bigsaddle","owner":"kfields","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-13T08:55:42.000Z","size":12494,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T08:44:49.086Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kfields.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":"2021-08-13T15:02:15.000Z","updated_at":"2022-04-09T22:49:40.000Z","dependencies_parsed_at":"2023-12-20T13:11:30.578Z","dependency_job_id":"f78e8c99-1762-438b-93ed-d7241e556269","html_url":"https://github.com/kfields/bigsaddle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kfields/bigsaddle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfields%2Fbigsaddle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfields%2Fbigsaddle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfields%2Fbigsaddle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfields%2Fbigsaddle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kfields","download_url":"https://codeload.github.com/kfields/bigsaddle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kfields%2Fbigsaddle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447652,"owners_count":23010543,"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-11-18T00:14:12.016Z","updated_at":"2025-06-17T22:05:26.647Z","avatar_url":"https://github.com/kfields.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bigsaddle :horse:\n\nAn opinionated, object oriented, minimalistic framework/starter kit for:\n\n[bgfx](https://github.com/bkaradzic/bgfx)\n\n[SDL](https://github.com/libsdl-org/SDL)\n\n[Dear ImGui](https://github.com/ocornut/imgui)\n\n:warning:  This is pre-alpha software.  Do not use it for production.\n\n## Motivation\n\nI wanted to take the pain out of cross platform 3D development for my personal projects\n\n## Features\n\nUses ImGui docking branch with support for docking and viewports\n\n## Quick Start\n\n    git clone --recursive https://github.com/kfields/bigsaddle\n    cd bigsaddle\n    mkdir build\n    cd build\n    cmake ..\n\n## Debug Build\n\n    mkdir build-debug\n    cd build-debug\n    cmake -DCMAKE_BUILD_TYPE=Debug ..\n    # or\n    cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ..\n    # or\n    cmake -G \"Visual Studio 17 2022\" -DCMAKE_BUILD_TYPE=Debug ..\n\n## Shader Compilation\n\n* Build bgfx with the --with-tools option as described [here](https://bkaradzic.github.io/bgfx/build.html)\n* shadercRelease needs to be on your path\n* pass -DCOMPILE_SHADERS to cmake\n\n## OpenGL\n    sudo apt install freeglut3-dev\n## Wayland\n\n    sudo apt install libwayland-dev\n    sudo apt install libxkbcommon-dev\n    sudo apt install libdecor-0-dev\n    \n    #sudo add-apt-repository ppa:christianrauch/libdecoration\n\n    cmake -DBIG_WM_WAYLAND=ON -DCMAKE_BUILD_TYPE=Debug ..\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfields%2Fbigsaddle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkfields%2Fbigsaddle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkfields%2Fbigsaddle/lists"}