34 lines
No EOL
1.2 KiB
Svelte
34 lines
No EOL
1.2 KiB
Svelte
<script>
|
|
import PageRoot from '$lib/PageRoot.svelte';
|
|
</script>
|
|
|
|
<PageRoot></PageRoot>
|
|
|
|
<h1># Projects</h1>
|
|
<p>Here are some of the projects I am currently, or was working on</p>
|
|
<br>
|
|
|
|
<h2>## Blade3 <a href="https://blade3.xyz">[site]</a></h2>
|
|
<p>Blade3 is a tool to forward local services to remote servers over a secure tunnel</p>
|
|
|
|
<br>
|
|
|
|
<h2>## RobloxMidi <a href="https://github.com/Interfiber/rbxmidi">[github]</a></h2>
|
|
<p>RobloxMidi, or RBXMidi for short, is a tool for playing Roblox pianos using a physical midi keyboard</p>
|
|
|
|
<br>
|
|
|
|
<h2>## Wildcat <a href="https://www.interfiber.dev/Wildcat">[site]</a></h2>
|
|
<p>Wildcat is a Uniden BC125AT programmer for Linux</p>
|
|
|
|
<br>
|
|
|
|
<h2>## Fusion <i>[private]</i></h2>
|
|
<p>Fusion is a C++ game engine built on top of the Vulkan GPU API</p>
|
|
<p>Fusion has been a multi-year project for me, and I hope to ship a game with it in the future</p>
|
|
|
|
<br>
|
|
|
|
<h2>## Hotwire <a href="https://github.com/IBAtechSoftware/Hotwire">[github]</a></h2>
|
|
<p>Hotwire is a cross-platform wrapper over native dynamic library loading APIs</p>
|
|
<p>Since Hotwire has such a thin wrapper over native code, it offers a near drop-in replacement for the unix dlopen API, even on Win32!</p> |