Merge branch 'master' of /home/warwick/Sync/portfolio_2
This commit is contained in:
commit
8dd568db50
12 changed files with 44 additions and 23 deletions
BIN
assets/thumbnails/ramble.png
Normal file
BIN
assets/thumbnails/ramble.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
|
|
@ -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"]
|
||||
---
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Hello World!"
|
||||
date: 2023-10-15 20:25:14.038 +0100
|
||||
---
|
||||
|
||||
# Hello World!
|
||||
Eyy *Finger Guns*
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Hello World!"
|
||||
date: 2023-10-15 20:25:14.038 +0100
|
||||
---
|
||||
|
||||
# Hello World!
|
||||
Eyy *Finger Guns*
|
||||
|
|
@ -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"]
|
||||
---
|
||||
|
||||
7
content/posts/graphics-nothing-to-pbr.md
Normal file
7
content/posts/graphics-nothing-to-pbr.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Graphics: Nothing to PBR"
|
||||
date: 2023-11-07T15:17:49Z
|
||||
thumbnail: /img/fof.png
|
||||
tags: ["draft"]
|
||||
---
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "Hello World!"
|
||||
date: 2023-10-15 20:25:14.038 +0100
|
||||
---
|
||||
|
||||
# Hello World!
|
||||
Eyy *Finger Guns*
|
||||
7
content/posts/playing-with-c-and-sockets.md
Normal file
7
content/posts/playing-with-c-and-sockets.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Playing With C and Sockets"
|
||||
date: 2023-11-07T15:19:57Z
|
||||
thumbnail: /img/fof.png
|
||||
tags: ["draft"]
|
||||
---
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
16
content/projects/ramble.md
Normal file
16
content/projects/ramble.md
Normal file
|
|
@ -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" >}}
|
||||
|
|
@ -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" >}}
|
||||
|
|
|
|||
BIN
static/projects/ramble/ramble.mp4
Normal file
BIN
static/projects/ramble/ramble.mp4
Normal file
Binary file not shown.
Loading…
Reference in a new issue