# graphics **Repository Path**: ShenMian/Graphics ## Basic Information - **Project Name**: graphics - **Description**: 一个简单的现代图形 API 抽象层. (Github 镜像) - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/ShenMian/Graphics - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-10-26 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README # Graphics [![CodeFactor](https://img.shields.io/codefactor/grade/github/ShenMian/graphics/main?label=Code%20factor)](https://www.codefactor.io/repository/github/shenmian/graphics) [![Codacy](https://img.shields.io/codacy/grade/dd1bf82a1a1a449daaca2ca1bddcc778/main?label=Codacy)](https://www.codacy.com/gh/ShenMian/graphics/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ShenMian/Graphics&utm_campaign=Badge_Grade) [![Windows](https://img.shields.io/github/actions/workflow/status/ShenMian/graphics/windows.yml?branch=main&label=Windows)](https://github.com/ShenMian/Graphics/actions/workflows/windows.yml) [![Ubuntu](https://img.shields.io/github/actions/workflow/status/ShenMian/graphics/ubuntu.yml?branch=main&label=Ubuntu)](https://github.com/ShenMian/Graphics/actions/workflows/ubuntu.yml) [![Docs](https://img.shields.io/github/actions/workflow/status/ShenMian/graphics/doxygen.yml?branch=main&label=Docs)](https://github.com/ShenMian/Graphics/actions/workflows/doxygen.yml) (This project is still in the early stages of development and do not reflect the final quality) A simple abstraction layer for the modern graphics APIs. ## Features - Cross-platform support: Linux, Windows, ~~macOS~~. - Multiple backends: OpenGL, ~~Vulkan, Direct3D, Metal~~. ## Documentation - [API Reference](https://shenmian.github.io/graphics/index.html) - [Getting Started](https://shenmian.github.io/graphics/_getting_started.html) - [Examples](https://github.com/ShenMian/graphics/blob/main/examples/README.md) - [Roadmap](https://trello.com/b/qpehnqDv/graphics) - [Dependencies](https://github.com/ShenMian/graphics/blob/main/deps/README.md)