From b7c3408ddf7765aa2ae6d360941a046dcbdd30c0 Mon Sep 17 00:00:00 2001 From: Joel Beedle <68159518+joelbeedle@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:47:27 +0000 Subject: [PATCH 1/3] docs(readme): update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bed20c5..7b9ff7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rust-renderer -Toy rendering project that helped me to learn rust. +Rendering project that helped me to learn rust. In essence, it's a renderer that can take any 3D model and render it. It doesn't use GPU acceleration, only `minifb` for the window and a frame buffer. From 9df26d4a976f5ca25dfe54dea0f8b594ad01e550 Mon Sep 17 00:00:00 2001 From: Joel Beedle <68159518+joelbeedle@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:48:01 +0000 Subject: [PATCH 2/3] Delete .github/workflows/PULL_REQUEST_TEMPLATE directory --- .github/workflows/PULL_REQUEST_TEMPLATE/feature.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE/feature.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md b/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md deleted file mode 100644 index 2ce3622..0000000 --- a/.github/workflows/PULL_REQUEST_TEMPLATE/feature.md +++ /dev/null @@ -1,8 +0,0 @@ -## Feature Description -- Brief description of the feature. - -## Related Issues -- Link to related issues. - -## Implementation Notes -- Notes or design decisions made during implementation. From d6d68b123755c9c3e6b756dafd5c23085f800aee Mon Sep 17 00:00:00 2001 From: Joel Beedle <68159518+joelbeedle@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:48:24 +0000 Subject: [PATCH 3/3] Create feature.md --- .github/PULL_REQUEST_TEMPLATE/feature.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 0000000..9218724 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1,3 @@ +# Description + +# Screenshots