egaku2d

Crates.ioegaku2d
lib.rsegaku2d
version0.5.4
sourcesrc
created_at2020-01-09 00:02:52.901607
updated_at2020-12-15 01:02:45.152024
descriptionSimple 2D graphics library
homepage
repositoryhttps://github.com/tiby312/egaku2d
max_upload_size
id196754
size1,270,037
Ken Reed (tiby312)

documentation

README

Overview

A library that lets you draw various simple 2d geometry primitives and sprites fast using Vertex buffer objects with a safe api. Uses the builder pattern for a convinient api. The main design goal is to be able to draw thousands of shapes efficiently. Uses glutin and opengl es 3.0.

Screenshot

screenshot

Example

See the github example, or see the crate documentation.

Demo

Demo sprites are provided courtesy of:

Commit count: 197

cargo fmt