Mercurial > web
diff code/index.html @ 78:5fdf5f346b92
*: use jekyll for templates, blogging, etc.
I changed the pages to now use templates, so adding new stuff should
be much much easier in the future
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 02:49:07 -0400 |
parents | |
children | 815c0da68384 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/code/index.html Mon May 20 02:49:07 2024 -0400 @@ -0,0 +1,62 @@ +--- +layout: default +title: code +--- +<div id="schism" class="content drop-shadow-box"> + <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title"> + Schism Tracker + </a> + <hr class="project-separator"> + <span class="drop-shadow-text"> + A modern clone of <a class="prettylink" href="http://web.archive.org/web/20041009160352/http://www.users.on.net/~jtlim/ImpulseTracker/">Impulse Tracker</a> written in C with SDL2. I'm the primary maintainer nowadays, with <a class="prettylink" href="https://sagamusix.de">Saga Musix</a> and <a class="prettylink" href="https://pengaru.com/">Vito Caputo</a> helping out as well. Should run on pretty much everything except MS-DOS. + </span> +</div> + +<br> + +<div id="msvpvf" class="content drop-shadow-box"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a> + <hr class="project-separator"> + <span class="drop-shadow-text"> + A bite-sized Windows application to backport Vegas Pro project + files to older versions. + </span> + <br><br> + <span class="drop-shadow-text project-title">Downloads:</span> + <ul class="project-downloads"> + <li> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe" download>32-bit (ANSI)</a> + </li> + <li> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe" download>32-bit (Unicode, use this one if unsure)</a> + </li> + <li> + <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe" download>64-bit</a> + </li> + </ul> +</div> + +<br> + +<div id="wgsdk" class="content drop-shadow-box"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a> + <hr class="project-separator"> + <span class="drop-shadow-text"> + A Winamp plugin that uses the Discord GameSDK to provide rich + presence. + </span> + <br><br> + <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download</a> +</div> + +<br> + +<div id="libedl" class="content drop-shadow-box"> + <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a> + <hr class="project-separator"> + <span class="drop-shadow-text"> + A C library to parse and edit Vegas Pro EDL files. + </span> + <br><br> + <a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz" download>Download</a> +</div>