ascending_graphics 0.2.0

A graphical rendering library for 2D, using wgpu and winit.
Documentation
<h1 align="center">
Ascending Graphics
</h1>

[![https://crates.io/crates/ascending_graphics](https://img.shields.io/crates/v/ascending_graphics?style=plastic)](https://crates.io/crates/ascending_graphics)
[![Docs](https://docs.rs/ascending_graphics/badge.svg)](https://docs.rs/ascending_graphics)

## 📑 Overview


<p align="center">
This is a library to help setup and Render objects to a screen. This uses WGPU and Winit.
</p>

## 🚨 Help


If you need help with this library or have suggestions please go to our [Discord Group](https://discord.gg/gVXNDwpS3Z)

## 🔎 Examples


[Map Editor](https://github.com/AscendingCreations/map_editor)
[Render Demo](https://github.com/AscendingCreations/render_demo)