Here are
22 public repositories
matching this topic...
livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
-
Updated
May 23, 2022
-
Rust
A Livesplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
-
Updated
Jul 21, 2021
-
OCaml
minimal, improved speedrun timer
-
Updated
May 28, 2022
-
Rust
Autosplitter for Linux (for the LiveSplit Server)
-
Updated
Sep 15, 2021
-
Python
An open-source, cross-platform, in-game timer for Minecraft speedrunners
-
Updated
Aug 3, 2021
-
Python
A speedrunning timer for macOS
-
Updated
Apr 28, 2022
-
Swift
High-End customizable Splitting-App (Multiplatform)
-
Updated
Nov 25, 2020
-
TypeScript
Customized LiveSplit One setup for OBS
-
Updated
Jun 19, 2020
-
Java
Final Fantasy IX auto splitter for LiveSplit 🎮⏱
LiveSplit overlay for Overwolf.
-
Updated
May 26, 2022
-
TypeScript
very minimal tiny speedrun timer in ansi c
Autosplitters for LiveSplit
Speedrun timer for Windows platforms.
Split icon images for speedrun timers.
-
Updated
Jun 9, 2018
-
Makefile
Optimized Cython bindings for the speedrun timer library livesplit-core
-
Updated
Mar 27, 2018
-
Python
tui speedrun timer written in rust
-
Updated
Jan 13, 2021
-
Rust
LiveSplit autosplitter for the Super Mario Bros.
speedrun timer for web games lmao
-
Updated
Jan 11, 2021
-
JavaScript
Set of LiveSplit Auto Splitters for various SEGA Mega Drive/Genesis games.
Improve this page
Add a description, image, and links to the
speedrun-timer
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-timer
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.