diff --git a/assets/thumbnails/ramble.png b/assets/thumbnails/ramble.png new file mode 100644 index 0000000..3a9c2c1 Binary files /dev/null and b/assets/thumbnails/ramble.png differ diff --git a/content/papers/an-exploratory-analysis-of-student-experiences-with-peer-evaluation-in-group-game-development-projects.md b/content/papers/an-exploratory-analysis-of-student-experiences-with-peer-evaluation-in-group-game-development-projects.md new file mode 100644 index 0000000..2fb918e --- /dev/null +++ b/content/papers/an-exploratory-analysis-of-student-experiences-with-peer-evaluation-in-group-game-development-projects.md @@ -0,0 +1,6 @@ +--- +title: "An Exploratory Analysis of Student Experiences With Peer Evaluation in Group Game Development Projects" +date: 2023-11-07T15:23:05Z +tags: ["draft"] +--- + diff --git a/content/papers/hello-world.md b/content/papers/hello-world.md deleted file mode 100644 index 12ff884..0000000 --- a/content/papers/hello-world.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hello World!" -date: 2023-10-15 20:25:14.038 +0100 ---- - -# Hello World! -Eyy *Finger Guns* diff --git a/content/papers/hello-world2.md b/content/papers/hello-world2.md deleted file mode 100644 index 12ff884..0000000 --- a/content/papers/hello-world2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hello World!" -date: 2023-10-15 20:25:14.038 +0100 ---- - -# Hello World! -Eyy *Finger Guns* diff --git a/content/papers/student-perspectives-on-the-purpose-of-peer-evaluation-during-group-game-development-projects.md b/content/papers/student-perspectives-on-the-purpose-of-peer-evaluation-during-group-game-development-projects.md new file mode 100644 index 0000000..ab3f73c --- /dev/null +++ b/content/papers/student-perspectives-on-the-purpose-of-peer-evaluation-during-group-game-development-projects.md @@ -0,0 +1,6 @@ +--- +title: "Student Perspectives on the Purpose of Peer Evaluation During Group Game Development Projects" +date: 2023-11-07T15:24:03Z +tags: ["draft"] +--- + diff --git a/content/posts/graphics-nothing-to-pbr.md b/content/posts/graphics-nothing-to-pbr.md new file mode 100644 index 0000000..9b6a67b --- /dev/null +++ b/content/posts/graphics-nothing-to-pbr.md @@ -0,0 +1,7 @@ +--- +title: "Graphics: Nothing to PBR" +date: 2023-11-07T15:17:49Z +thumbnail: /img/fof.png +tags: ["draft"] +--- + diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md deleted file mode 100644 index 12ff884..0000000 --- a/content/posts/hello-world.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hello World!" -date: 2023-10-15 20:25:14.038 +0100 ---- - -# Hello World! -Eyy *Finger Guns* diff --git a/content/posts/playing-with-c-and-sockets.md b/content/posts/playing-with-c-and-sockets.md new file mode 100644 index 0000000..e00b686 --- /dev/null +++ b/content/posts/playing-with-c-and-sockets.md @@ -0,0 +1,7 @@ +--- +title: "Playing With C and Sockets" +date: 2023-11-07T15:19:57Z +thumbnail: /img/fof.png +tags: ["draft"] +--- + diff --git a/content/projects/monq.md b/content/projects/monq.md index 8280124..10dffef 100644 --- a/content/projects/monq.md +++ b/content/projects/monq.md @@ -2,7 +2,7 @@ title: "Monq" date: 2023-10-25T14:44:18+01:00 thumbnail: /thumbnails/monq.jpg -tags: ["unreal","c++"] +tags: ["unreal","c++","games"] --- Monq is my most complete game project. I made it in my second year of university with some friends, and we were going to use it to form a successful diff --git a/content/projects/ramble.md b/content/projects/ramble.md new file mode 100644 index 0000000..d5c3795 --- /dev/null +++ b/content/projects/ramble.md @@ -0,0 +1,16 @@ +--- +title: "Ramble" +date: 2023-11-07T14:46:17Z +thumbnail: /thumbnails/ramble.png +tags: ["javascript","react","nodejs","docker","dynamodb","janus","web-development"] +--- + +Ramble was a web project I created during my master's degree to create a startup. In this project, I was the CTO and built a website that allowed users to stream their podcasts live and accept call-ins in a similar vein to talk shows! I learnt the entire JavaScript web development stack from React to audio streaming to DevOps in order to make it a reality. + +It also had chatroom functionality with the ability to re-stream to audiences much like other apps that came out in the time since, such as Clubhouse. + +During the project's lifespan of just under two years, I mostly worked on creating the streaming functionality of the project and managing how the project was designed to function behind the hood when it was deployed. I learned a ton about how web deployment works during this time allowing me to work on web development modules in the Games Academy at Falmouth University today. + +Here's a demo of the project I took before we moved on. + +{{< video "/projects/ramble/ramble.mp4" >}} diff --git a/content/projects/university-graphics-project.md b/content/projects/university-graphics-project.md index 2140924..e5f9922 100644 --- a/content/projects/university-graphics-project.md +++ b/content/projects/university-graphics-project.md @@ -2,7 +2,7 @@ title: "University Graphics Project" date: 2023-10-25T11:56:20+01:00 thumbnail: /thumbnails/uni-graphics.png -tags: ["c++", "opengl", "glsl","cmake", "3d maths"] +tags: ["c++", "opengl", "glsl","cmake", "3d maths","games"] --- {{< video "/projects/videos/uni-graphics.mp4" >}} diff --git a/static/projects/ramble/ramble.mp4 b/static/projects/ramble/ramble.mp4 new file mode 100644 index 0000000..adf0298 Binary files /dev/null and b/static/projects/ramble/ramble.mp4 differ