awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
KhronosGroup avatar

KhronosGroup/Vulkan-Samples

0
View on GitHub↗
5,295 نجوم·823 تفرعات·C++·Apache-2.0·2 مشاهدات

Vulkan Samples

هذا المشروع عبارة عن مجموعة من تطبيقات مرجعية ومعايير قياس توضح استخدام واجهة برمجة تطبيقات Vulkan للرسومات والحوسبة. يوفر مجموعة من الأمثلة عبر المنصات وأنماط برمجة وحدات معالجة الرسومات (GPU) المصممة للرسم عالي الأداء والمهام المسرعة بالأجهزة.

يحتوي المستودع على مجموعة من معايير قياس الأداء المستخدمة لقياس سلوك واجهة البرمجة عبر بيئات أجهزة مختلفة. ويتميز بهيكلية معيارية تنظم أمثلة الرسم في وحدات معزولة، إلى جانب أدوات سطر الأوامر لتنفيذ سلاسل العينات بشكل دفعي.

يغطي المشروع عدة مجالات تقنية، بما في ذلك إدارة ذاكرة GPU المباشرة، وتحليل الأداء في الوقت الفعلي لتحديد اختناقات الرسم، وخطوط أنابيب الحوسبة بدون شاشة (headless) التي تلتقط مخازن الإطارات دون الحاجة إلى شاشة فعلية.

Features

  • API Reference Implementations - Provides a collection of reference implementations for learning how to execute graphics and compute tasks using Vulkan.
  • Cross-Platform Graphics Frameworks - Implements standardized rendering patterns that function across different operating systems and GPU drivers.
  • GPU Hardware Acceleration - Demonstrates how to execute graphics and compute tasks directly on the GPU via the Vulkan API.
  • Graphics API Samples - Serves as a comprehensive set of reference samples demonstrating the Vulkan graphics and compute API.
  • Graphics Rendering APIs - Provides reference implementations of the Vulkan API for high-performance graphics rendering.
  • Hardware Driver Interfaces - Directs graphics and compute commands to GPU hardware using standardized driver interfaces for maximum performance.
  • GPU Kernel Programming - Offers practical code demonstrations for writing GPU kernels and compute tasks via low-level interfaces.
  • High-Performance Rendering - Implements patterns for high-frame-rate rendering with low overhead by interfacing directly with GPU hardware.
  • Hardware Performance Benchmarking - Provides standardized benchmarks to measure and compare graphics API performance across different hardware.
  • Headless Rendering Modes - Implements a rendering pipeline that captures framebuffers to image files without a physical display.
  • Headless GPU Compute Engines - Executes compute tasks and captures output in environments without a physical display.
  • GPU Memory Allocators - Provides examples of explicit GPU memory allocation and mapping to control CPU-to-GPU data transfer.
  • GPU Profilers - Analyzes real-time data flow and rendering patterns to optimize Vulkan API usage and performance.
  • Graphics API Workload Profilers - Includes tools to analyze data flow through the graphics pipeline to identify rendering bottlenecks.
  • Performance Profiling Tools - Includes tools for profiling real-time data flow to identify and resolve rendering bottlenecks.
  • Sample Applications - Official collection of Vulkan API usage samples.

سجل النجوم

مخطط تاريخ النجوم لـ khronosgroup/vulkan-samplesمخطط تاريخ النجوم لـ khronosgroup/vulkan-samples

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Vulkan Samples

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vulkan Samples.
  • saschawillems/vulkanالصورة الرمزية لـ SaschaWillems

    SaschaWillems/Vulkan

    11,998عرض على GitHub↗

    This project serves as a comprehensive educational framework and reference library for mastering high-performance graphics programming and parallel compute resource management. It provides a collection of practical implementations designed to demonstrate the explicit control required by the Vulkan API, covering the fundamental mechanics of modern graphics pipelines and cross-platform hardware interaction. The repository distinguishes itself by focusing on the low-level architectural requirements of modern GPU development, including manual memory allocation, multi-threaded command recording, a

    GLSLglslhlslslang
    عرض على GitHub↗11,998
  • gfx-rs/wgpuالصورة الرمزية لـ gfx-rs

    gfx-rs/wgpu

    17,382عرض على GitHub↗

    This project is a cross-platform graphics and compute framework that provides a unified, hardware-agnostic abstraction layer for rendering and parallel processing. It enables developers to build high-performance applications that execute consistently across diverse operating systems and hardware backends, including Vulkan, Metal, and DirectX. By mapping high-level graphics commands to native APIs, it serves as a portable foundation for both real-time 3D rendering and general-purpose GPU computing. The framework distinguishes itself through a robust architecture that supports both native deskt

    Rustd3d12gpuhacktoberfest
    عرض على GitHub↗17,382
  • bkaradzic/bgfxالصورة الرمزية لـ bkaradzic

    bkaradzic/bgfx

    17,161عرض على GitHub↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Cd3d11d3d12directx
    عرض على GitHub↗17,161
  • mono/skiasharpالصورة الرمزية لـ mono

    mono/SkiaSharp

    5,449عرض على GitHub↗

    SkiaSharp is a cross-platform 2D graphics engine and .NET wrapper for the Skia Graphics Library. It provides a rendering API for drawing shapes, paths, and bitmaps across mobile, desktop, and server environments, functioning as both a raster graphics library and a hardware-accelerated drawing API. The project enables the creation of custom vector drawings and dynamic UI components through precise control over strokes, fills, and mathematical transformations. It also supports programmatic image manipulation, allowing for the loading and modification of pixel arrays. Its capabilities cover bas

    C#androidcross-platformdot-net
    عرض على GitHub↗5,449
عرض جميع البدائل الـ 30 لـ Vulkan Samples→

الأسئلة الشائعة

ما هي وظيفة khronosgroup/vulkan-samples؟

هذا المشروع عبارة عن مجموعة من تطبيقات مرجعية ومعايير قياس توضح استخدام واجهة برمجة تطبيقات Vulkan للرسومات والحوسبة. يوفر مجموعة من الأمثلة عبر المنصات وأنماط برمجة وحدات معالجة الرسومات (GPU) المصممة للرسم عالي الأداء والمهام المسرعة بالأجهزة.

ما هي الميزات الرئيسية لـ khronosgroup/vulkan-samples؟

الميزات الرئيسية لـ khronosgroup/vulkan-samples هي: API Reference Implementations, Cross-Platform Graphics Frameworks, GPU Hardware Acceleration, Graphics API Samples, Graphics Rendering APIs, Hardware Driver Interfaces, GPU Kernel Programming, High-Performance Rendering.

ما هي البدائل مفتوحة المصدر لـ khronosgroup/vulkan-samples؟

تشمل البدائل مفتوحة المصدر لـ khronosgroup/vulkan-samples: saschawillems/vulkan — This project serves as a comprehensive educational framework and reference library for mastering high-performance… gfx-rs/wgpu — This project is a cross-platform graphics and compute framework that provides a unified, hardware-agnostic abstraction… bkaradzic/bgfx — bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides… mono/skiasharp — SkiaSharp is a cross-platform 2D graphics engine and .NET wrapper for the Skia Graphics Library. It provides a… nvidia/cuda-samples — This repository is a collection of reference implementations and programming examples for the CUDA Toolkit. It serves… infrasys-ai/aisystem — AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip…