Here are
100 public repositories
matching this topic...
📰 I consume the world via RSS feeds, and this is my attempt to keep it that way.
livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
Updated
Sep 14, 2020
Rust
A version of LiveSplit that works on a lot of platforms.
Updated
Sep 10, 2020
TypeScript
Speedrun and TAS tool for Half-Life & friends.
A Livesplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
Updated
Aug 20, 2020
OCaml
Speedrun plugin for Source Engine games.
ETrun is a Wolfenstein: Enemy Territory game modification based on ET-GPL. The objective of this mod is to bring timeruns support to it. Visit our website for more information.
Updated
Aug 22, 2019
Python
Updated
Sep 17, 2020
Python
A speedrunning timer for macOS
Updated
Sep 6, 2020
Swift
Node.js wrapper for the Speedrun.com API
Updated
Sep 11, 2020
JavaScript
A room / level viewer for Alone in The Dark series
An unofficial speedrun.com global scoreboard for friendly competitive speedrunning
Updated
Sep 4, 2020
TypeScript
GUI launcher for Bunnymod XT on Linux
Updated
Jun 11, 2020
Vala
A program to aid RTA speedrunners to manipulate the starters in Pokemon Colosseum and Pokemon XD: Gale of Darkness
Web app (and browser extension) that finds your runs in your past broadcasts on Twitch
Updated
Jan 11, 2020
JavaScript
The website of the Banjo-Kazooie speedrunning community.
Updated
Sep 16, 2020
HTML
High-End customizable Splitting-App (Multiplatform)
Updated
Jul 31, 2020
TypeScript
Emulates a SNES Controller with an Arduino board, controlled via a python script.
Updated
Apr 22, 2015
Python
This repository serves to archive the critical milestones throughout SM64 TASing history. This repository stores TAS WR files for ILs, ABC, and full category runs.
An open-source, cross-platform, in-game timer for Minecraft speedrunners
Updated
Sep 14, 2020
Python
[CLOSED] 2D Game - McJam 2018 - One Player Dungeon Crawler in Unity 3D (speed run game)
SLE is a simple python script which will export any leaderboard from speedrun.com to a .txt document
Updated
Jul 22, 2019
Python
SpeedRun Timer written in Javascript and HTML
Updated
Dec 19, 2017
JavaScript
A Promise-based, function-building wrapper for the SpeedRun.com API.
Updated
Jul 30, 2017
JavaScript
A Twitch.tv IRC bot for speedrunners with Speedrun.com API integration.
Updated
Sep 16, 2020
Python
Improve this page
Add a description, image, and links to the
speedrun
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
speedrun
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now we have to use a patch to livesplit-core to replace any sort of dash with the ASCII minus.
We can get rid of that patch by using a UTF-8 version of
strlenfor calculating the length of strings.