{"id":18720811,"url":"https://github.com/chevp/vulkan-grpc-renderer","last_synced_at":"2026-04-29T22:33:13.314Z","repository":{"id":246829636,"uuid":"822239579","full_name":"chevp/vulkan-grpc-renderer","owner":"chevp","description":"C++ Vulkan Renderer for gRPC-Streaming.","archived":false,"fork":false,"pushed_at":"2025-04-17T20:02:10.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T15:11:32.168Z","etag":null,"topics":["cpp","glsl","gltf","grpc","sqlite3","vulkan"],"latest_commit_sha":null,"homepage":"","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/chevp.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,"zenodo":null}},"created_at":"2024-06-30T17:10:56.000Z","updated_at":"2025-04-17T20:02:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc3629fb-dfa3-41d6-8818-21b750046571","html_url":"https://github.com/chevp/vulkan-grpc-renderer","commit_stats":null,"previous_names":["chevp/vulkan-grpc-renderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chevp/vulkan-grpc-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fvulkan-grpc-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fvulkan-grpc-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fvulkan-grpc-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fvulkan-grpc-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chevp","download_url":"https://codeload.github.com/chevp/vulkan-grpc-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevp%2Fvulkan-grpc-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32446680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["cpp","glsl","gltf","grpc","sqlite3","vulkan"],"created_at":"2024-11-07T13:32:41.358Z","updated_at":"2026-04-29T22:33:13.297Z","avatar_url":"https://github.com/chevp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Vulkan gRPC Renderer\n\n**C++ Vulkan Renderer for gRPC-Streaming**\n\n## Overview\n\nThis project is a **Vulkan-based renderer** written in C++ designed for high-performance graphics rendering and **streaming over gRPC**. It allows for efficient transmission of rendered frames across networks using the gRPC framework, making it ideal for remote rendering applications, visualization, or cloud-based rendering services.\n\n## Features\n\n- **Real-time Vulkan Rendering**: Leverages Vulkan for optimized and low-level graphics rendering.\n- **gRPC Integration**: Uses gRPC for streaming rendered frames to clients over the network.\n- **Cross-Platform Support**: Designed to run on Linux and Windows (other platforms may require additional adjustments).\n- **High Performance**: Vulkan API and gRPC provide a performant solution for remote graphics applications.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **C++ Compiler**: A modern C++ compiler that supports C++17 or newer.\n- **Vulkan SDK**: Install the Vulkan SDK from [LunarG](https://vulkan.lunarg.com/).\n- **gRPC and Protocol Buffers**: Install gRPC and Protocol Buffers libraries.\n- **CMake**: Version 3.12 or higher.\n\n## Installation\n\nClone the repository and its submodules (if any):\n\n```bash\ngit clone https://github.com/chevp/vulkan-grpc-renderer.git\ncd vulkan-grpc-renderer\n```\n\n### Build Instructions\n\n1. **Install Dependencies** (if needed):\n    - For **Ubuntu**:\n      ```bash\n      sudo apt update\n      sudo apt install -y build-essential cmake libvulkan-dev\n      ```\n\n    - For **Windows**:\n      - Install the Vulkan SDK from LunarG.\n      - Use a compatible C++ compiler, such as Visual Studio 2019 or later.\n\n2. **Build the Project**:\n   - Configure and build with CMake:\n     ```bash\n     mkdir build\n     cd build\n     cmake ..\n     make -j4    # Adjust `-j4` to the number of CPU cores for faster build\n     ```\n\n3. **Running the Renderer**:\n   - Start the gRPC server to stream the rendered frames:\n     ```bash\n     ./vulkan_grpc_renderer\n     ```\n\n## Usage\n\n### Basic Example\n\nThe server will render frames using Vulkan and stream them to connected clients via gRPC. To receive the streamed frames, connect your client application to the gRPC server's endpoint.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevp%2Fvulkan-grpc-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchevp%2Fvulkan-grpc-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevp%2Fvulkan-grpc-renderer/lists"}