Skip to content

Commit 4294eb7

Browse files
committed
Add README.md
1 parent 267c2f5 commit 4294eb7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Rust Software Rendering
2+
An experimental software renderer written in pure rust.
3+
4+
![screenshot](https://github.com/OverShifted/RustSoftwareRendering/blob/master/screenshot.png?raw=true)
5+
6+
To run:
7+
```sh
8+
git clone https://github.com/OverShifted/RustSoftwareRendering
9+
cd RustSoftwareRendering
10+
cargo run --release
11+
```
12+
13+
Note: This project depends on [minifb](https://github.com/emoon/rust_minifb). So you might need to install [these libraries](https://github.com/emoon/rust_minifb#build-instructions) on Linux.

screenshot.png

24.9 KB
Loading

0 commit comments

Comments
 (0)