Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Mar 26, 2023
1 parent c57f037 commit 766132d
Showing 1 changed file with 10 additions and 79 deletions.
89 changes: 10 additions & 79 deletions docs/dem/src/examples.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,19 @@
# Examples

A list of open-source libraries, made possible with some help of this documentation.
A list of open-source projects, made possible with some help of this documentation.

<table>
<thead>
<tr>
<th>Library</th>
<th>Language</th>
<th>License</th>
<th>Depenencies</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/NeKzor/SourceDemoParser.Net">SourceDemoParser.Net</a></td>
<td>C#</td>
<td></td>
<td>.NET Core 2.0<br>System.Memory</td>
</tr>
<tr>
<td></td>
<td colspan="3">
Multi-Engine<br>
Read-Write<br>
Optional Message Data Parsing<br>
Speedrun Timing<br>
Custom Engine<br>
CLI
</td>
</tr>
<tr>
<td><a href="https://github.com/UncraftedName/UncraftedDemoParser">UncraftedDemoParser</a></td>
<td>C#</td>
<td>MIT</td>
<td>.NET Framework
4.6.1<br>Microsoft.Bcl.HashCode<br>System.Collections.Immutable<br>System.Memory<br>System.ValueTuple
</td>
</tr>
<tr>
<td></td>
<td colspan="3">
Multi-Engine<br>
Read-Write?<br>
Partial Engine Simulation<br>
Speedrun Timing<br>
Unit Tests<br>
CLI
</td>
</tr>
<tr>
<td><a href="https://github.com/WalkerKnapp/sdp-java">sdp-java</a></td>
<td>Java</td>
<td>Apache-2.0</td>
<td>JRE<br>bit-lib4j<br>junit</td>
</tr>
<tr>
<td></td>
<td colspan="3">
Multi-Engine<br>
Read-Write?<br>
</td>
<tr>
<td><a href="https://github.com/NeKzor/sdp.js">sdp.js</a></td>
<td>JavaScript</td>
<td></td>
<td>NodeJs<br>bit-buffer</td>
</tr>
<tr>
<td></td>
<td colspan="3">
Multi-Engine<br>
Optional Message Data Parsing<br>
Speedrun Timing<br>
SAR Timing<br>
Web Browser Support<br>
Unit Tests
</td>
</tr>
</tbody>
</table>
|Project|Language|
|---|:-:|
|[SourceDemoParser.Net](https://github.com/NeKzor/SourceDemoParser)|C#|
|[UncraftedDemoParser](https://github.com/UncraftedName/UncraftedDemoParser)|C#|
|[sdp-java](https://github.com/WalkerKnapp/sdp-java)|Java|
|[sdp.js](https://github.com/NeKzor/sdp.js)|JavaScript|
|[DemoParser](https://github.com/pektezol/DemoParser)|Go|
|[sdp-c](https://github.com/evanlin96069/sdp-c)|C|

## Applications

- [LumaBot](https://github.com/WalkerKnapp/LumaBot): Automatic demo rendering bot for Discord.
- [NeKzBot](https://nekz.me/NeKzBot): Chat bot for Discord which parses demo files of users.
- [nekz.me/parser](https://nekz.me/parser): Web page with command input inspector, speedrun timer and 3D-plot viewer.
- [UntitledParser](https://github.com/UncraftedName/UncraftedDemoParser/releases): Powerful parser with partial engine simulation, data dumping and speedrun timing features.
- [UntitledParser](https://github.com/UncraftedName/UncraftedDemoParser/releases): Powerful parser with entity parsing, data dumping and speedrun timing features.

0 comments on commit 766132d

Please sign in to comment.