Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shenmian/graphics

A simple abstraction layer for the modern graphics APIs.
https://github.com/shenmian/graphics

computer-graphics cpp20

Last synced: about 1 month ago
JSON representation

A simple abstraction layer for the modern graphics APIs.

Awesome Lists containing this project

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)