Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 942 Bytes

Simple Rust and WebAssembly Graphics Library

A simple graphics library written in Rust for WebAssembly targets. Used to demonstrate benchmarks, unit tests and simple graphics routines.

This library is not hardware accelerated and therefore should not be used for anything serious. It was built for fun and learning!

This project is built with: -

Usage

Build with wasm-pack: -

wasm-pack build

Demo

Online demo