Skip to content

Commit a691c65

Browse files
committed
Try updating screenshot names removing whitespace
1 parent 902724b commit a691c65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/projects/rust-quake/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Rust Quake Rasterizer"
33
date: 2025-02-25T22:58:33-03:00
44
draft: false
5-
thumbnail: Screenshot 2025-02-25 152248.png
5+
thumbnail: screenshot1.png
66
---
77

88
Decided to implement a software rasterizer in Rust, and what better way to do it than using Quake 1 levels?
@@ -18,8 +18,8 @@ I still have lots of work to do on it, I haven't even started looking into optim
1818
rasterizing triangles using tiles to skip big portions of "inside" pixels, but I didn't get as much improvement
1919
as I meant, so for now its disabled.
2020

21-
![Image alt Main](Screenshot 2025-02-25 152248.png "Software Rasterizer")
22-
![Image alt Main](Screenshot 2025-02-25 072318.png "Software Rasterizer")
21+
![Image alt Main](screenshot1.png "Software Rasterizer")
22+
![Image alt Main](screenshot2.png "Software Rasterizer")
2323

2424
Repository available at: https://github.com/xamado/rusted-quake
2525

0 commit comments

Comments
 (0)