Skip to content

CygnusX-26/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engine

A super basic graphics engine that can render .objs i've been working on as both my first rust project (and a way to kill time at work).

Run

RUST_LOG=info cargo run --release objects/shuttle.obj

You can replace objects/shuttle.obj with any .obj file.

Currently everything will be rendered SKYBLUE and polygons of degree >=3 are supported.

Examples

lamp

About

A super basic graphics engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages