SaaSHub helps you find the best software and product alternatives Learn more →
Umpire Alternatives
Similar projects and alternatives to Umpire
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
ffi-overhead
comparing the c ffi (foreign function interface) overhead on various programming languages
-
-
-
-
-
xwin
A utility for downloading and packaging the Microsoft CRT & Windows SDK headers and libraries needed for compiling and linking programs targeting Windows.
-
-
ntfs
An implementation of the NTFS filesystem in a Rust crate, usable from firmware level up to user-mode.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Umpire discussion
Umpire reviews and mentions
-
3 years of fulltime Rust game development, and why we're leaving Rust behind
* https://github.com/joshhansen/Umpire
-
Hey Rustaceans! Got a question? Ask here (13/2023)!
The reason for this is that I'd like to use an RAII pattern to control player turns in Umpire. When the struct is initialized, it starts the player's turn, and when the struct is dropped, it ends the player's turn.
-
What's everyone working on this week (5/2023)?
Wound up with some time so I figured I'd port my Umpire military strategy game to a client-server architecture so people can play it online. This will give me some experience with Tokio, tarpc, and async Rust generally, since I'm eyeing a possible Rust dev gig in my future.
-
Am I the only one who finds Rust to be centered around Linux? Any Windows devs want to share their experience with Rust?
I've done a little bit of Rust development on Windows and had a good experience. I ported my (still unfinished) Umpire game to Windows pretty easily. I had to rename some files that had colons in the filename which Windows didn't like. The actual hard part was the terminal library, but switching to crossterm was pretty straightforward. All in all it was pretty painless.
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Apr 2025
Stats
joshhansen/Umpire is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of Umpire is Rust.