From 91dcd7d56a13f79584fc4e208ec0b8525dc53964 Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Wed, 12 Mar 2025 14:05:29 -0400 Subject: [PATCH] feat: added content --- .svelte-kit/ambient.d.ts | 18 +++++------- .svelte-kit/generated/server/internal.js | 2 +- src/routes/+page.svelte | 37 ++++++++++++++++++++++++ src/style.css | 4 +-- 4 files changed, 48 insertions(+), 13 deletions(-) diff --git a/.svelte-kit/ambient.d.ts b/.svelte-kit/ambient.d.ts index f762020..80f82c3 100644 --- a/.svelte-kit/ambient.d.ts +++ b/.svelte-kit/ambient.d.ts @@ -33,7 +33,6 @@ declare module '$env/static/private' { export const COLORTERM: string; export const XDG_CONFIG_DIRS: string; export const npm_config_cache: string; - export const XDG_SESSION_PATH: string; export const XDG_MENU_PREFIX: string; export const TERM_PROGRAM_VERSION: string; export const ICEAUTHORITY: string; @@ -60,8 +59,10 @@ declare module '$env/static/private' { export const XAUTHORITY: string; export const VSCODE_GIT_ASKPASS_NODE: string; export const MOTD_SHOWN: string; + export const GDM_LANG: string; export const GTK2_RC_FILES: string; export const HOME: string; + export const USERNAME: string; export const LANG: string; export const LC_PAPER: string; export const XDG_CURRENT_DESKTOP: string; @@ -69,7 +70,6 @@ declare module '$env/static/private' { export const MEMORY_PRESSURE_WATCH: string; export const WAYLAND_DISPLAY: string; export const GIT_ASKPASS: string; - export const XDG_SEAT_PATH: string; export const INVOCATION_ID: string; export const MANAGERPID: string; export const INIT_CWD: string; @@ -78,6 +78,7 @@ declare module '$env/static/private' { export const npm_lifecycle_script: string; export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; export const XKB_DEFAULT_LAYOUT: string; + export const XDG_ACTIVATION_TOKEN: string; export const npm_config_npm_version: string; export const XDG_SESSION_CLASS: string; export const LC_IDENTIFICATION: string; @@ -88,7 +89,6 @@ declare module '$env/static/private' { export const VSCODE_GIT_IPC_HANDLE: string; export const QT_WAYLAND_RECONNECT: string; export const KDE_SESSION_VERSION: string; - export const PAM_KWALLET5_LOGIN: string; export const DISPLAY: string; export const npm_lifecycle_event: string; export const GSK_RENDERER: string; @@ -98,10 +98,8 @@ declare module '$env/static/private' { export const XDG_VTNR: string; export const XDG_SESSION_ID: string; export const npm_config_user_agent: string; - export const ROCM_PATH: string; export const npm_execpath: string; export const XDG_RUNTIME_DIR: string; - export const MKLROOT: string; export const DEBUGINFOD_URLS: string; export const npm_package_json: string; export const LC_TIME: string; @@ -115,6 +113,7 @@ declare module '$env/static/private' { export const BROWSER: string; export const PATH: string; export const npm_config_node_gyp: string; + export const GDMSESSION: string; export const ORIGINAL_XDG_CURRENT_DESKTOP: string; export const DBUS_SESSION_BUS_ADDRESS: string; export const npm_config_global_prefix: string; @@ -163,7 +162,6 @@ declare module '$env/dynamic/private' { COLORTERM: string; XDG_CONFIG_DIRS: string; npm_config_cache: string; - XDG_SESSION_PATH: string; XDG_MENU_PREFIX: string; TERM_PROGRAM_VERSION: string; ICEAUTHORITY: string; @@ -190,8 +188,10 @@ declare module '$env/dynamic/private' { XAUTHORITY: string; VSCODE_GIT_ASKPASS_NODE: string; MOTD_SHOWN: string; + GDM_LANG: string; GTK2_RC_FILES: string; HOME: string; + USERNAME: string; LANG: string; LC_PAPER: string; XDG_CURRENT_DESKTOP: string; @@ -199,7 +199,6 @@ declare module '$env/dynamic/private' { MEMORY_PRESSURE_WATCH: string; WAYLAND_DISPLAY: string; GIT_ASKPASS: string; - XDG_SEAT_PATH: string; INVOCATION_ID: string; MANAGERPID: string; INIT_CWD: string; @@ -208,6 +207,7 @@ declare module '$env/dynamic/private' { npm_lifecycle_script: string; VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; XKB_DEFAULT_LAYOUT: string; + XDG_ACTIVATION_TOKEN: string; npm_config_npm_version: string; XDG_SESSION_CLASS: string; LC_IDENTIFICATION: string; @@ -218,7 +218,6 @@ declare module '$env/dynamic/private' { VSCODE_GIT_IPC_HANDLE: string; QT_WAYLAND_RECONNECT: string; KDE_SESSION_VERSION: string; - PAM_KWALLET5_LOGIN: string; DISPLAY: string; npm_lifecycle_event: string; GSK_RENDERER: string; @@ -228,10 +227,8 @@ declare module '$env/dynamic/private' { XDG_VTNR: string; XDG_SESSION_ID: string; npm_config_user_agent: string; - ROCM_PATH: string; npm_execpath: string; XDG_RUNTIME_DIR: string; - MKLROOT: string; DEBUGINFOD_URLS: string; npm_package_json: string; LC_TIME: string; @@ -245,6 +242,7 @@ declare module '$env/dynamic/private' { BROWSER: string; PATH: string; npm_config_node_gyp: string; + GDMSESSION: string; ORIGINAL_XDG_CURRENT_DESKTOP: string; DBUS_SESSION_BUS_ADDRESS: string; npm_config_global_prefix: string; diff --git a/.svelte-kit/generated/server/internal.js b/.svelte-kit/generated/server/internal.js index 02ba79e..03a3760 100644 --- a/.svelte-kit/generated/server/internal.js +++ b/.svelte-kit/generated/server/internal.js @@ -21,7 +21,7 @@ export const options = { app: ({ head, body, assets, nonce, env }) => "\n\n \n \n \n \n \n \n
" + body + "
\n \n\n\n", error: ({ status, message }) => "\n\n\t\n\t\t\n\t\t" + message + "\n\n\t\t\n\t\n\t\n\t\t
\n\t\t\t" + status + "\n\t\t\t
\n\t\t\t\t

" + message + "

\n\t\t\t
\n\t\t
\n\t\n\n" }, - version_hash: "fxalwd" + version_hash: "km843b" }; export async function get_hooks() { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 4fae1d6..70b44db 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -25,8 +25,45 @@

I am currently developing an underground-submarine openworld multiplayer physics inspired game. As a gamer and enjoyer of large, rich maps and depth to gameplay, I would really like to say thats what I started out trying to create. Instead, the story goes that I had this random idea for terrain manipulation. Games like Minecraft and Terraria use squares and cubes, which just feels boring in my opinion. I thought I could do something much more visceral As a sort of tech-demo/proof of concept I programmed a shape that could be modified by boolean geomerty operations, mainly union and subtract with a second polygon. This led to a very interesting, but quickly boring "game" to hop around in. However, since I could drill through and place prettymuch any shape I wanted to, it felt like I could "fly" through the land, much like a submarine "flies" through water.

I implemented some modularly built vehicles with use of graphs theory and object oriented programming, and terrain generation using cellular noise. The reason I used cellular noise is because if you look at the lines between cells, they form a network without dead ends. Then by applying an algorithm using a density function on depth I am able to fine tune the width and density of the caves without impacting their interconnectedness. By using this method chunks can generate completely independant of their neighbor, which is optimal.

"Multiplayer is the hardest part of game dev, maybe release that later" I have been told by a lot of people. However, as a hobby-server configurer and network security nerd, I thought I could take it on. I was right, however as a network security nerd I have more layers of firewalls than I do braincells. Every single time I have an issue with networking, its a firewall. Once I found which ports were blocked, yes multiplayer was easy.

The result? I could fly drilling vehicles through terrain, pop out of the ground or into random caves, mine materials, play hide and seek with friends, and even orbit the planet. One of the things important to me in this game was accurate phyiscs: thrust, torque, gravity, mass, all the fun stuff. While I am a physics minor, I am more importantly a heavy player of physics and rocket science games such as Kerbal Space Program. I was able to glide through AP physics simply because it just part of the games world, it included everything we would learn in the classroom. Realistic phyiscs also added to the depth of gameplay I was looking for.

After some formal computer science education, I discovered new ways to more efficiently implement many of the algorithms I had initially generated and rewrote them ...multiple times. Currently everything runs buttery smooth and framerates are high due to efficienct caching of unloaded chunks, multithreaded chunk generation, gpu accelerated compute shaders to modify chunk density, enhanced use of object oriented programing and graph algorithms to build massive modular vehicles, authoritative server networking to disable hackers, and other performance tweaks.

So this sounds amazing, wheres the game? Well, a game needs graphics, audio, a sound track. As much as I'd love to release it now, its unplayable for these reasons along with a few minor implementations left such as NPC's and reworking the tech tree. Currently I am contracting a graphical artist and sound designer. Alpha tests have been a lot of fun, and investors have appeared. The finish line is close.

+
+

Servers & Networking

+

Open source and networking hobbies led me to depoly a set of interconnected Linux servers:

+ +
+
+

Work Experience

+ +
+
+

Volunteering

+

I volunteer within the Computer Science, Mathematics, and Statistics department at the University of Toronto as a Computer Science Ambassador to help cultivate interest in the Mathematical Sciences in high school students, as well as providing direction for first year students within the programs.

+
diff --git a/src/style.css b/src/style.css index 430df0b..1fc3e41 100644 --- a/src/style.css +++ b/src/style.css @@ -15,8 +15,8 @@ button { .card { margin-top: 2rem; - min-width: 65vw; - max-width: 75vw; + min-width: 75vw; + max-width: 90vw; width: min-content; margin-bottom: 2rem; padding: 12px;