genaray /
Arch
A high-performance C# based Archetype & Chunks Entity Component System (ECS) with optional multithreading.
88/100 healthLoading repository data…
lithium-clr / repository
A high-performance C# rewrite of the Hytale server.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Lithium CLR is a C# rewrite of the Hytale server, replacing Java with a high-performance, Common Language Runtime (CLR) designed for scalability, stability, and modern tooling.
Here is the current development roadmap, with progress tracked using checkboxes:
The roadmap is subject to change as experimentation progresses and the official Java server becomes available.
git clone https://github.com/lithium-clr/lithium-server.git
We use Aspire to build and run the server. Aspire is great because it provides a cross-platform, unified development experience, code-first configuration, and local orchestration (which is really important when developing mods with local servers).
Aspire Docs: https://aspire.dev/docs/
Aspire is also backed by the .NET Foundation, and is a growing project with a lot of contributors (https://github.com/dotnet/aspire).
To install Aspire use the following command
For bash
curl -sSL https://aspire.dev/install.sh | bash
For PowerShell
irm https://aspire.dev/install.ps1 | iex
You can check the official website of the Aspire CLI for more details : https://aspire.dev/get-started/install-cli/
To run the server, use the following command from the root of the repository:
aspire run
You should see Aspire starting up, if everything is working correctly, it should ouput an url for the Aspire Dashboard. You can open this in your browser to see each resource states.
Selected from shared topics, language and repository description—not editorial ratings.
genaray /
A high-performance C# based Archetype & Chunks Entity Component System (ECS) with optional multithreading.
88/100 healthhez2010 /
A high-performance Brainfuck JIT and AOT compiler built on top of C# type system
79/100 healthguinhx /
ZodSharp is a high-performance, zero-allocation schema validation library for C#, featuring struct-based rules, a fluent API, and source-generator support inspired by Zod.
Juiix /
A high-performance, cache-efficient Entity Component System (ECS) for C#. Features chunk-based storage, fast queries, source-generated iteration, multithreading, SIMD support, and zero external dependencies.
61/100 healthserptail /
A .NET 8.0 C# WPF desktop application for web scraping data into structured databases with a modern UI, comprehensive logging and optimized high performance.
67/100 healthgregyjames /
A High Performance C# wrapper that allows you to get the benefits of SIMD Intrinsics on List<T>.
42/100 health