professional + personal projects

This commit is contained in:
Oliver Bryan
2025-10-05 10:00:08 +01:00
parent a271a07a75
commit b129e4866d
9 changed files with 59 additions and 41 deletions

View File

@@ -12,6 +12,7 @@ export const metadata = {
github: "https://github.com/hex248/factor-e",
hidden: false,
tags: ["Game", "C++", "OpenGL", "CMake", "Pixel Art"],
type: "personal",
};
---

View File

@@ -19,6 +19,7 @@ export const metadata = {
"Blob Storage",
"Databases",
],
type: "personal",
};
---

View File

@@ -17,6 +17,7 @@ export const metadata = {
"Discord API",
"Database",
],
type: "personal",
};
---

View File

@@ -10,18 +10,16 @@ export const metadata = {
image: "/shleep-icon.svg",
url: "https://bigbootstudio.itch.io/shleep",
hidden: true,
tags: [
"Unity",
"C#",
"HLSL",
"Shader Graph",
"Visual Effects Graph"
],
tags: ["Unity", "C#", "HLSL", "Shader Graph", "Visual Effects Graph"],
type: "personal",
};
---
<ProjectPage metadata={metadata}>
<p>Shleep is a couch co-op base defense game where you can build towers to help aid you and your party to protect a sleeping child from nightmares.</p>
<p>
Shleep is a couch co-op base defense game where you can build towers to
help aid you and your party to protect a sleeping child from nightmares.
</p>
<p>images here</p>

View File

@@ -21,6 +21,7 @@ export const metadata = {
"OAuth2",
"Databases",
],
type: "personal",
};
---

View File

@@ -12,6 +12,7 @@ export const metadata = {
github: "https://github.com/hex248/wiskatron",
hidden: false,
tags: ["Web", "React", "TypeScript", "Spotify API"],
type: "personal",
};
---