Skip to content

Dimi-Provatas/Rust_GL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST GL

A really simple CPU graphical library in Rust!

Inspired by

Tsoding's Olive.c

Work in Progress

You might not believe it, but this is still under construction! Just a disclaimer.

Usage

You can edit the main function in main.rs with your styles, or use some of the example functions in there. Then simply:

$ cargo run

To transform the PPM images to PNGs, go to the outputs folder and run:

$ grep ppm | sed 's/.ppm//' | xargs -Ixx convert xx.ppm xx.png

Gallery

logo

checker

japan

lines

triangles

alpha

About

A super simple CPU graphics library written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages