comparison 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
comparison
equal deleted inserted replaced
77:d9242232f51d 78:5fdf5f346b92
1 ---
2 layout: default
3 title: code
4 ---
5 <div id="schism" class="content drop-shadow-box">
6 <a target="_blank" href="https://schismtracker.org/" class="drop-shadow-text prettylink project-title">
7 Schism Tracker
8 </a>
9 <hr class="project-separator">
10 <span class="drop-shadow-text">
11 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.
12 </span>
13 </div>
14
15 <br>
16
17 <div id="msvpvf" class="content drop-shadow-box">
18 <a target="_blank" href="https://sr.ht/~mrpapersonic/msvpvf" class="drop-shadow-text prettylink project-title">msvpvf</a>
19 <hr class="project-separator">
20 <span class="drop-shadow-text">
21 A bite-sized Windows application to backport Vegas Pro project
22 files to older versions.
23 </span>
24 <br><br>
25 <span class="drop-shadow-text project-title">Downloads:</span>
26 <ul class="project-downloads">
27 <li>
28 <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-ansi.exe" download>32-bit (ANSI)</a>
29 </li>
30 <li>
31 <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-i686-unicode.exe" download>32-bit (Unicode, use this one if unsure)</a>
32 </li>
33 <li>
34 <a class="drop-shadow-text prettylink" href="binaries/msvpvf/msvpvf-x86_64-unicode.exe" download>64-bit</a>
35 </li>
36 </ul>
37 </div>
38
39 <br>
40
41 <div id="wgsdk" class="content drop-shadow-box">
42 <a target="_blank" href="https://sr.ht/~mrpapersonic/wgsdk" class="drop-shadow-text prettylink project-title">wgsdk</a>
43 <hr class="project-separator">
44 <span class="drop-shadow-text">
45 A Winamp plugin that uses the Discord GameSDK to provide rich
46 presence.
47 </span>
48 <br><br>
49 <a class="drop-shadow-text prettylink" href="binaries/gen_DiscordGameSDK.dll" download>Download</a>
50 </div>
51
52 <br>
53
54 <div id="libedl" class="content drop-shadow-box">
55 <a target="_blank" href="https://sr.ht/~mrpapersonic/libedl" class="drop-shadow-text prettylink project-title">libedl</a>
56 <hr class="project-separator">
57 <span class="drop-shadow-text">
58 A C library to parse and edit Vegas Pro EDL files.
59 </span>
60 <br><br>
61 <a class="drop-shadow-text prettylink" href="https://hg.sr.ht/~mrpapersonic/libedl/archive/v2.1.tar.gz" download>Download</a>
62 </div>