awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
micro-gl avatar

micro-gl/micro-gl

0
View on GitHub↗
393 stars·22 forks·C++·2 viewsmicro-gl.github.io/docs/microgl↗

Micro Gl

Headers Only C++11 CPU Vector Graphics. no std-lib, no FPU and no GPU required !

Features

  • Graphics and Rendering - Header-only CPU vector graphics library for embedded systems.
  • Graphics and Games - CPU-based vector graphics engine.
  • Graphics Rendering - Embeddable CPU vector graphics without dependencies.

Star history

Star history chart for micro-gl/micro-glStar history chart for micro-gl/micro-gl

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Micro Gl

Similar open-source projects, ranked by how many features they share with Micro Gl.
  • 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
  • bkaradzic/bgfxbkaradzic avatar

    bkaradzic/bgfx

    17,161View on 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
    View on GitHub↗17,161
  • 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
  • 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
See all 30 alternatives to Micro Gl→

Frequently asked questions

What does micro-gl/micro-gl do?

Headers Only C++11 CPU Vector Graphics. no std-lib, no FPU and no GPU required !

What are the main features of micro-gl/micro-gl?

The main features of micro-gl/micro-gl are: Graphics and Rendering, Graphics and Games, Graphics Rendering.

What are some open-source alternatives to micro-gl/micro-gl?

Open-source alternatives to micro-gl/micro-gl include: diligentgraphics/diligentengine — DiligentEngine is a cross-platform graphics abstraction layer and physically-based rendering engine. It provides a… cultrarius/swarmz — A free, header-only C++ swarming (flocking) library for real-time applications. bkaradzic/bgfx — bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides… assimp/assimp — Assimp is a cross-platform 3D asset pipeline and import library that loads numerous industry-standard 3D file formats… blend2d/blend2d — 2D Vector Graphics Engine Powered by a JIT Compiler. glfw/glfw — This project is a cross-platform library designed for desktop application development, providing a unified interface…