{"id":15047137,"url":"https://github.com/inexorgame/vulkan-renderer","last_synced_at":"2026-02-26T23:10:40.059Z","repository":{"id":40324367,"uuid":"227157665","full_name":"inexorgame/vulkan-renderer","owner":"inexorgame","description":"A new, render-graph based 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3 (in early development)","archived":false,"fork":false,"pushed_at":"2026-02-16T20:20:20.000Z","size":95137,"stargazers_count":1105,"open_issues_count":50,"forks_count":42,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-02-17T02:50:20.775Z","etag":null,"topics":["3d-engine","3d-game-engine","cplusplus","cplusplus-20","engine","framegraph","game-development","game-engine","gamedev","graphics-programming","mit-license","open-source","rendergraph","rendering","vulkan","vulkan-api","vulkan-engine","vulkan-game-engine","vulkan-renderer"],"latest_commit_sha":null,"homepage":"https://inexor.org","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/inexorgame.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.rst","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-10T15:45:26.000Z","updated_at":"2026-02-15T22:06:23.000Z","dependencies_parsed_at":"2023-11-22T18:38:25.612Z","dependency_job_id":"7b404056-20b1-48f5-ba53-4ca9a2df2da2","html_url":"https://github.com/inexorgame/vulkan-renderer","commit_stats":{"total_commits":1219,"total_committers":14,"mean_commits":87.07142857142857,"dds":0.583264971287941,"last_synced_commit":"ac864f5257faa38603d2484584a9981f88e34f16"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/inexorgame/vulkan-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexorgame%2Fvulkan-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexorgame%2Fvulkan-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexorgame%2Fvulkan-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexorgame%2Fvulkan-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inexorgame","download_url":"https://codeload.github.com/inexorgame/vulkan-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexorgame%2Fvulkan-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["3d-engine","3d-game-engine","cplusplus","cplusplus-20","engine","framegraph","game-development","game-engine","gamedev","graphics-programming","mit-license","open-source","rendergraph","rendering","vulkan","vulkan-api","vulkan-engine","vulkan-game-engine","vulkan-renderer"],"created_at":"2024-09-24T20:54:45.244Z","updated_at":"2026-02-24T10:15:34.591Z","avatar_url":"https://github.com/inexorgame.png","language":"C++","readme":"***************\nvulkan-renderer\n***************\n\n|language| |platforms| |github actions| |readthedocs| |discord| |license|\n\n.. image:: documentation/source/images/inexor-banner.svg\n\n\nFAQ and documentation\n#####################\n\nQuickstart: `Building Instructions`_ (`Windows`_/`Linux`_) \u0026 `Getting started`_\n\n.. _Building Instructions: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html\n.. _Windows: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html#building-windows\n.. _Linux: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/building.html#building-linux\n.. _Getting started: https://inexor-vulkan-renderer.readthedocs.io/en/latest/development/getting-started.html\n\n\nInexor is an open-source project which combines modern C++ with Vulkan API.\n\nOur current main objective is the development of a new 3d octree game engine.\n\n`Click here \u003chttps://inexor-vulkan-renderer.readthedocs.io/en/latest/\u003e`__ to read our faq and documentation.\n\nInexor is licensed under the `MIT license \u003chttps://github.com/inexorgame/vulkan-renderer/blob/main/LICENSE\u003e`__.\n\n\nSponsors\n########\n\nSpecial thanks to `JetBrains \u003chttps://www.jetbrains.com/?from=github.com/inexorgame\u003e`__ for providing us with CLion licenses!\n\n\n.. image:: documentation/source/images/icon_CLion.svg\n   :width: 150px\n\n\n.. Badges.\n\n.. |language| image:: https://img.shields.io/badge/language-C%2B%2B20-brightgreen\n\n.. |platforms| image:: https://img.shields.io/badge/platforms-Linux%20%26%20Windows-brightgreen\n\n.. |github actions| image:: https://img.shields.io/github/actions/workflow/status/inexorgame/vulkan-renderer/build.yml?branch=main\n   :target: https://github.com/inexorgame/vulkan-renderer/actions?query=build.yml\n\n.. |discord| image:: https://img.shields.io/discord/698219248954376256?logo=discord\n   :target: https://discord.com/invite/acUW8k7\n\n.. |license| image:: https://img.shields.io/github/license/inexorgame/vulkan-renderer?color=brightgreen\n   :target: https://inexor-vulkan-renderer.readthedocs.io/en/latest/license/main.html\n\n.. |downloads| image:: https://img.shields.io/github/downloads/inexorgame/vulkan-renderer/total?color=brightgreen\n\n.. |readthedocs| image:: https://readthedocs.org/projects/inexor-vulkan-renderer/badge/?version=latest\n   :target: https://inexor-vulkan-renderer.readthedocs.io\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finexorgame%2Fvulkan-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finexorgame%2Fvulkan-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finexorgame%2Fvulkan-renderer/lists"}