summaryrefslogtreecommitdiff
path: root/min/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'min/projects.html')
-rw-r--r--min/projects.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/min/projects.html b/min/projects.html
new file mode 100644
index 0000000..34f9813
--- /dev/null
+++ b/min/projects.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <link href="min.css" rel="stylesheet">
+ <meta charset="unicode">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Teeth in Vitro | Projects</title>
+</head>
+<body>
+ <nav>
+ <h1>Teeth in Vitro</h1>
+
+ <span style="font-weight: bold;">
+ <a href="home.html">home</a>&emsp;&emsp;
+ <a href="about.html">about</a>&emsp;&emsp;
+ <a href="../thoughts.html">thoughts</a>&emsp;&emsp;
+ <a href="poetry.html">poetry</a>&emsp;&emsp;
+ <a href="art.html">art</a>&emsp;&emsp;
+ <a href="../music.html">music</a>&emsp;&emsp;
+ <a href="books.html">library</a>&emsp;&emsp;
+ <a href="projects.html">projects</a>&emsp;&emsp;
+ <a href="links.html">links</a>&emsp;&emsp;
+ </span>
+
+ <hr>
+ </nav>
+
+ <h2>Projects</h2>
+
+ <p>Code will be hosted on GitHub once I finish or polish it.
+ I am doing a disservice to everyone by publishing my to-do list with nothing to present, but it motivates me to work on it.</p>
+
+ <h3>Art/Games</h3>
+
+ <ul>
+ <li>A buncha paintings</li>
+ <li><a href="../moloch">Moloch</a></li>
+ <li>Greg RPG Dating Sim Fangame</li>
+ <li>Programmer Game (name subject to change)</li>
+ </ul>
+
+ <h3>Software - WIP and planned</h3>
+
+ <ul>
+ <li>Compiler</li>
+ <li>Jokelang</li>
+ <li>Basic software suite</li>
+ <ul>
+ <li>WM</li>
+ <li>File manager</li>
+ <li>Text editor (in progress!)</li>
+ <li>Music player</li>
+ <li>Image viewer</li>
+ <li>Terminal emulator</li>
+ <li>Shell</li>
+ </ul>
+ <li>OS</li>
+ <li>Synth VST</li>
+ <li>Effect VST</li>
+ <li>Software for 9front</li>
+ <ul>
+ <li>Music tracker</li>
+ <li>WM port</li>
+ </ul>
+ </ul>
+
+ <h3>Hardware</h3>
+
+ <ul>
+ <li>They will be disclosed when they're presentable. It doesn't feel right to talk about what I'll make when I haven't worked on it yet.</li>
+ </ul>
+
+ <h3>Microprojects</h3>
+
+ <p>These were made as programming practice.</p>
+
+ <ul>
+ <li>Coreutils clone (WIP)</li>
+ <li>Loveletter generator (will rewrite)</li>
+ <li>Troysort (joke)</li>
+ </ul>
+
+ <img src="../img/objects/duckgrass.gif"></img>
+
+</body>
+</html>