Skip to content

Juanki0396/imager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imager: A simple rust graphics library

This repo is just a experiment to learn basic computer graphics and train my programing skills with Rust.

Basic usage

Clone the repo, step into and execute de following command to compile and run the example.

cd <repo-path>
mkdir examples
cargo run --bin example

Planning

  • Load ppm images
  • Add transparency
  • Add textures
  • Optimize rendering
  • Adding antialias
  • Add suport for png images
  • Add parsing file with drawing discussion

About

Basic graphics library in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages