{"id":18720811,"url":"https://github.com/chevp/vulkan-grpc-renderer","last_synced_at":"2025-11-10T21:30:24.813Z","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":"2024-07-03T19:54:40.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-04T19:15:49.601Z","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":"mit","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}},"created_at":"2024-06-30T17:10:56.000Z","updated_at":"2024-07-04T19:16:33.618Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239584185,"owners_count":19663345,"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":["cpp","glsl","gltf","grpc","sqlite3","vulkan"],"created_at":"2024-11-07T13:32:41.358Z","updated_at":"2025-11-10T21:30:24.762Z","avatar_url":"https://github.com/chevp.png","language":"C++","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","funding_links":[],"categories":[],"sub_categories":[],"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"}