polaris64 / rust_wasm_graphics_lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Rust 76.4%Language:JavaScript 20.1%Language:HTML 3.5%