{"id":16984212,"url":"https://github.com/floooh/oryol-tbui","last_synced_at":"2025-10-10T17:43:08.907Z","repository":{"id":142550168,"uuid":"57062684","full_name":"floooh/oryol-tbui","owner":"floooh","description":"Integrate TurbobadgerUI with Oryol","archived":false,"fork":false,"pushed_at":"2019-10-10T10:02:41.000Z","size":29,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T03:11:21.613Z","etag":null,"topics":["fips","oryol","turbobadger"],"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/floooh.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":"2016-04-25T17:42:08.000Z","updated_at":"2019-10-10T10:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef985ef5-d0b0-449e-8e06-f7fb4627b3c7","html_url":"https://github.com/floooh/oryol-tbui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/floooh/oryol-tbui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floooh%2Foryol-tbui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floooh%2Foryol-tbui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floooh%2Foryol-tbui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floooh%2Foryol-tbui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floooh","download_url":"https://codeload.github.com/floooh/oryol-tbui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floooh%2Foryol-tbui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004823,"owners_count":26083784,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["fips","oryol","turbobadger"],"created_at":"2024-10-14T02:30:36.070Z","updated_at":"2025-10-10T17:43:08.881Z","avatar_url":"https://github.com/floooh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oryol-tbui\n\nTurboBadger-UI wrapper module for Oryol (https://github.com/fruxo/turbobadger)\n\nOryol sample: https://floooh.github.com/oryol-samples/wasm/TurboBadgerDemo.html\n\n### How to integrate into your Oryol project:\n\nFirst, add a new import to the fips.yml file of your project:\n\n```yaml\nimports:\n    oryol-tbui:\n        git: https://github.com/floooh/oryol-tbui.git\n```\n\nNext, add a new dependency 'TBUI' to you app's CMakeLists.txt file:\n\n```cmake\nfips_begin_app(MyApp windowed)\n    ...\n    fips_deps(TBUI)\nfips_end_app()\n```\n\nFinally, as a special case, you need to add a global header search path\nto your toplevel CMakeLists.txt file, this is necessary because TurboBadger\nrequires a customized config header which needs to show up before \nTurboBadger's own config header file, simply add the following\nto you toplevel CMakeLists.txt file, before the fips\\_setup():\n\n```cmake\ninclude_directories(../oryol-tbui/src/TBUI/tb)\n```\n\nAfter that, run 'fips gen' as usual to fetch the new dependencies and rebuild\nthe build files:\n\n```bash\n\u003e ./fips gen\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloooh%2Foryol-tbui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloooh%2Foryol-tbui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloooh%2Foryol-tbui/lists"}