awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gpuopen-librariesandsdks/vulkanmemoryallocator

Open-source alternatives to VulkanMemoryAllocator

30 open-source projects similar to gpuopen-librariesandsdks/vulkanmemoryallocator, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best VulkanMemoryAllocator alternative.

  • harfang3d/harfang3dharfang3d avatar

    harfang3d/harfang3d

    654View on GitHub↗

    HARFANG 3D source code public repository

    C++
    View on GitHub↗654
  • glfw/glfwglfw avatar

    glfw/glfw

    14,716View on GitHub↗

    This project is a cross-platform library designed for desktop application development, providing a unified interface for window management, input handling, and hardware-accelerated graphics. It serves as a foundational framework that abstracts platform-specific windowing protocols and graphics APIs, enabling developers to create interactive software that functions consistently across Windows, macOS, and Linux. The library distinguishes itself by providing deep integration with low-level graphics APIs, specifically OpenGL and Vulkan. It manages the complexities of graphics context initializati

    Cclinuxmacos
    View on GitHub↗14,716
  • lukasbanana/llglLukasBanana avatar

    LukasBanana/LLGL

    2,595View on GitHub↗

    Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal

    C++
    View on GitHub↗2,595
  • memononen/nanovgmemononen avatar

    memononen/nanovg

    5,654View on GitHub↗

    NanoVG is a hardware-accelerated 2D drawing engine and C graphics primitive library. It provides a lightweight renderer designed for high-quality antialiased vector graphics using an OpenGL backend. The engine specializes in the construction and rendering of complex geometric paths. It supports the definition of precise shapes using lines, beziers, and arcs, with integrated winding rules to create hollow areas and composite shapes. The library covers a broad range of vector graphics capabilities, including path composition and the rendering of antialiased shapes. These tools enable the devel

    C
    View on GitHub↗5,654

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • google/skiagoogle avatar

    google/skia

    10,762View on GitHub↗

    Skia is a high-performance 2D graphics rendering library used for drawing text, geometries, and images on digital surfaces. It functions as a hardware-accelerated graphics engine that offloads drawing operations to the GPU, a vector graphics processor for SVG and complex paths, and a typography engine for shaping and drawing characters with Unicode support. The project provides a cross-platform image codec for encoding and decoding standard image formats into raw pixel data across multiple operating systems. It also enables the development of user interfaces that maintain visual consistency a

    C++
    View on GitHub↗10,762
  • diligentgraphics/diligentengineDiligentGraphics avatar

    DiligentGraphics/DiligentEngine

    4,193View on GitHub↗

    DiligentEngine is a cross-platform graphics abstraction layer and physically-based rendering engine. It provides a unified interface for executing 3D graphics commands across multiple low-level rendering backends from a single codebase, including a dedicated system for importing 3D assets via the GLTF 2.0 format. The engine features an HLSL shader cross-compiler that allows a single set of shaders to run across different graphics APIs and operating systems. It supports advanced rendering capabilities such as ray-tracing, mesh shaders, variable rate shading, and bindless resources. The framew

    Batchfile3d-engined3d11d3d12
    View on GitHub↗4,193
  • google/filamentgoogle avatar

    google/filament

    19,658View on GitHub↗

    Filament is a real-time physically based rendering engine designed for high-fidelity 3D graphics. It functions as a cross-platform graphics library that provides a unified interface for rendering complex models and materials across desktop, mobile, and web environments. The engine distinguishes itself through a data-oriented architecture that optimizes memory usage and processing speed, alongside a shader-variant system that generates specialized code for specific material and lighting configurations. By abstracting diverse hardware graphics backends, it ensures consistent visual performance

    C++3d-graphicsandroidgltf
    View on GitHub↗19,658
  • horde3d/horde3dhorde3d avatar

    horde3d/Horde3D

    1,587View on GitHub↗

    Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.

    C++
    View on GitHub↗1,587
  • mosra/magnummosra avatar

    mosra/magnum

    5,169View on GitHub↗

    Magnum is a C++ middleware suite for cross-platform graphics development and real-time data visualization. It provides a hardware-agnostic rendering layer that translates graphics commands into platform-specific calls, ensuring consistent behavior across different GPU drivers and APIs such as Vulkan. The project focuses on decoupling application logic from underlying hardware through abstract graphics and system utilities. It features a plugin-based resource importer for 3D assets and audio, a hierarchical scene graph for spatial transformations, and a high-performance signal-based event syst

    C++
    View on GitHub↗5,169
  • ocornut/imguiocornut avatar

    ocornut/imgui

    73,875View on GitHub↗

    This project is an immediate-mode graphical user interface library designed for rapid development of tools and debugging interfaces. By generating UI geometry every frame through procedural code, it eliminates the need for persistent state synchronization between application data and the interface. It is primarily intended for integration into existing rendering pipelines, where it produces raw vertex buffers and draw commands that are agnostic to the underlying graphics API. The library distinguishes itself through a highly decoupled architecture that supports complex, dockable, and multi-vi

    C++apicplusplusframework
    View on GitHub↗73,875
  • blend2d/blend2dblend2d avatar

    blend2d/blend2d

    1,937View on GitHub↗

    2D Vector Graphics Engine Powered by a JIT Compiler

    C++2d-graphicsasmjitcpp
    View on GitHub↗1,937
  • pov-ray/povrayPOV-Ray avatar

    POV-Ray/povray

    1,502View on GitHub↗

    POV-Ray is a ray tracing rendering engine that transforms text-based scene descriptions into photorealistic three-dimensional images and animations. It parses plain-text files containing scene geometry, lighting, textures, and camera definitions into an internal computational data structure, then calculates precise mathematical ray-scene intersections against geometric primitives and triangle meshes. The engine incorporates advanced lighting and geometry capabilities, including bounding hierarchy optimization to skip collision checks against distant geometry, and constructive solid geometry f

    C++3d-graphics3d-renderingpov-ray
    View on GitHub↗1,502
  • axsaucedo/vulkan-komputeA

    axsaucedo/vulkan-kompute

    0View on GitHub↗
    View on GitHub↗0
  • attackgoat/screen-13attackgoat avatar

    attackgoat/screen-13

    337View on GitHub↗

    High-performance Vulkan driver with automated resource management and execution

    Rust
    View on GitHub↗337
  • ands/lightmapperands avatar

    ands/lightmapper

    1,535View on GitHub↗

    lightmapper.h is a C/C++ single-file library for lightmap baking by using your existing OpenGL renderer.

    C
    View on GitHub↗1,535
  • assimp/assimpassimp avatar

    assimp/assimp

    12,993View on GitHub↗

    Assimp is a cross-platform 3D asset pipeline and import library that loads numerous industry-standard 3D file formats into a single unified internal data structure. It functions as a framework for converting 3D models between different file formats across multiple operating systems and architectures. The project provides a 3D mesh processing tool for normalizing and optimizing geometry through triangulation, vertex removal, and normal generation. It also includes a 3D asset export utility to write internal scene data back into various external file formats. The system covers broad capability

    C++3mfandroidasset-pipeline
    View on GitHub↗12,993
  • askeladdk/asepriteaskeladdk avatar

    askeladdk/aseprite

    26View on GitHub↗

    Package aseprite implements a decoder for Aseprite sprite files (.ase and .aseprite files).

    Go
    View on GitHub↗26
  • andreirudenko/sparklerA

    AndreiRudenko/sparkler

    0View on GitHub↗

    A modular 2d particle system.

    View on GitHub↗0
  • alaingalvan/crosswindowalaingalvan avatar

    alaingalvan/CrossWindow

    692View on GitHub↗

    Documentation | Demos | Other Libraries

    C++
    View on GitHub↗692
  • codyjasonbennett/fourC

    CodyJasonBennett/four

    0View on GitHub↗

    Minimal three.js alternative.

    View on GitHub↗0
  • cinder/cindercinder avatar

    cinder/Cinder

    5,528View on GitHub↗

    Cinder is a C++ creative coding library and native graphics toolkit designed for developing professional interactive media and visual art. It serves as a cross-platform multimedia framework for generating high-performance generative digital art and real-time visual rendering. The framework provides a professional suite of tools for building hardware-integrated installations and cinematic visuals. It focuses on real-time graphics programming and the production of high-quality graphics for professional displays. The library includes a cross-platform abstraction layer and a modular architecture

    C++
    View on GitHub↗5,528
  • ash-rs/ashA

    ash-rs/ash

    2,288View on GitHub↗

    A very lightweight wrapper around Vulkan

    Rust
    View on GitHub↗2,288
  • colleagueriley/rfontC

    ColleagueRiley/RFont

    0View on GitHub↗

    Simple single header modular library for font rendering and atlas management.\ The library is designed to be lightweight, RFont.h itself does not directly handle rendering calls, it passes raw data to the user defined renderer.

    View on GitHub↗0
  • colleagueriley/rglC

    ColleagueRiley/RGL

    0View on GitHub↗

    As of 5/28/2024, RGL is no longer going to be actively updated

    View on GitHub↗0
  • confettifx/the-forgeConfettiFX avatar

    ConfettiFX/The-Forge

    5,575View on GitHub↗

    The Forge is a low-level toolkit for building high-performance graphics engines and applications across desktop, mobile, and console platforms. It provides a cross-platform engine framework and a dedicated shader compiler that translates a single source into target-specific languages for various graphics APIs and hardware. The project includes a GPU memory and resource manager that utilizes unified root signatures for resource binding, alongside a ray tracing rendering pipeline that implements hardware-accelerated ray and path tracing queries. State management is handled through a high-perfor

    C++
    View on GitHub↗5,575
  • createjs/easeljscreatejs avatar

    createjs/easeljs

    8,168View on GitHub↗

    EaselJS is a JavaScript library for creating interactive 2D graphics and animations using the HTML5 Canvas element. It functions as a 2D animation framework, a canvas scene graph manager, and an interaction wrapper for detecting and responding to mouse and touch events. The library features a rendering pipeline that utilizes WebGL to increase the drawing performance of bitmap and cached content. It organizes visual elements into a hierarchical display list, allowing nested groups of 2D graphics objects to be transformed and animated as single units. Its capabilities cover the rendering of ve

    JavaScript
    View on GitHub↗8,168
  • cultrarius/swarmzCultrarius avatar

    Cultrarius/Swarmz

    138View on GitHub↗

    A free, header-only C++ swarming (flocking) library for real-time applications

    C++
    View on GitHub↗138
  • danini-the-panini/mittsudanini-the-panini avatar

    danini-the-panini/mittsu

    539View on GitHub↗

    3D Graphics Library for Ruby

    Ruby
    View on GitHub↗539
  • dannyfritz/awesome-ray-tracingD

    dannyfritz/awesome-ray-tracing

    0View on GitHub↗
    View on GitHub↗0
  • charles-lunarg/vk-bootstrapcharles-lunarg avatar

    charles-lunarg/vk-bootstrap

    1,234View on GitHub↗
    C++bootstrapcppheaderonly
    View on GitHub↗1,234