From ee9e17e136d04e733f53be466ffc468c9aaec4f9 Mon Sep 17 00:00:00 2001 From: Devin Ulibarri Date: Tue, 1 Jul 2025 10:00:51 -0400 Subject: [PATCH 1/2] Fix date, so that post renders properly --- .../posts/2025-06-28-gsoc-25-BishoyWadea-week04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md b/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md index 682aa160..3c7394e1 100644 --- a/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md +++ b/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md @@ -2,7 +2,7 @@ title: "GSoC ’25 Week 04 Update by Bishoy Wadea" excerpt: "Soma Cube" category: "DEVELOPER NEWS" -date: "2025-06-28 +date: "2025-06-28" slug: "gsoc-25-BishoyWadea-week04" author: "@/constants/MarkdownFiles/authors/bishoy-wadea.md" tags: "gsoc25,sugarlabs,week04,BishoyWadea" From 3f9d19b9eda5a7c918fcb6c41bc2a4f1b33a68f2 Mon Sep 17 00:00:00 2001 From: Devin Ulibarri Date: Tue, 1 Jul 2025 10:07:25 -0400 Subject: [PATCH 2/2] Add descriptive captions --- .../posts/2025-06-28-gsoc-25-BishoyWadea-week04.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md b/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md index 3c7394e1..9a15bda7 100644 --- a/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md +++ b/src/constants/MarkdownFiles/posts/2025-06-28-gsoc-25-BishoyWadea-week04.md @@ -41,13 +41,15 @@ image: "assets/Images/GSOC.png" - Set up a 3D scene with movement and camera control. - commit: [add 3d space with cube](https://github.com/Bishoywadea/Soma-Cube/commit/c917f9d2af509cc4f405f9b72fe8d479e1f3f56f) - commit: [add wasd controls](https://github.com/Bishoywadea/Soma-Cube/commit/7dc779dbecd693794a2ae96f25ef3aa3dd174c83) - - ![Demo GIF](https://i.postimg.cc/W4mpdVC6/01.gif) + +![Demonstration of 3D environment. You can zoom in and out and rotate.](https://i.postimg.cc/W4mpdVC6/01.gif) 2. **Soma Pieces & Core Mechanics** - Added the 7 pieces and enabled, rotation, and collision. - commit: [add the 7 basic pieces](https://github.com/Bishoywadea/Soma-Cube/commit/5ace6710608720ba05bad05df3dac26bbd1907e9) - commit: [add collision support](https://github.com/Bishoywadea/Soma-Cube/commit/9e1f60943b64718c4efc6deca1a0a077f1e94475) - - ![Demo GIF](https://i.postimg.cc/9fsSHwJL/02.gif) + +![Demonstration of soma pieces. The various geometries are now in the 3D environment.](https://i.postimg.cc/9fsSHwJL/02.gif) 3. **Interaction & UI Elements** - Implemented help system, completion message, and on-screen controls. @@ -58,7 +60,8 @@ image: "assets/Images/GSOC.png" - Added textures for floor, sky, and Soma pieces with improved lighting. - commit: [add sky texture](https://github.com/Bishoywadea/Soma-Cube/commit/be08b1c314dccc7f0c984585a1ee19e27664ce89) - commit: [add texture for the 7 objects](https://github.com/Bishoywadea/Soma-Cube/commit/8b69f60a615037266dc2ae8e89d8ed09a231c1ea) - - ![Demo GIF](https://i.postimg.cc/zB1jkCdY/03-Conv-Gif.gif) + +![Texture and other effects are now possible within the 3D model.](https://i.postimg.cc/zB1jkCdY/03-Conv-Gif.gif) ---