SaaSHub helps you find the best software and product alternatives Learn more →
Stride-website Alternatives
Similar projects and alternatives to stride-website
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
o3de
Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
-
-
-
-
-
VL.Fuse
A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
-
-
-
themachinery-books
Discontinued This repository contains the source of "The Machinery book " and some other books.
-
-
tiny
Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language. (by minigdx)
stride-website discussion
stride-website reviews and mentions
- Stride Game Engine
-
Rewriting Bun in Rust
> That's not to say that you couldn't write a commercial game engine with something like C# that stands shoulder-to-shoulder with unity and unreal, but it doesn't seem like anyone has attempted to do so.
Stride should mostly fit the bill: https://github.com/stride3d/stride
Their homepage: https://www.stride3d.net/
Not very popular, but it's nice to work with!
-
Making Video Games in 2025 (without an engine)
Stride runs on the latest version of dotnet and c#. I don't have enough experience with it to know its pros and cons though.
https://www.stride3d.net/
- Godot 4.6 Release: It's all about your flow
-
Valve releases Team Fortress 2 game code
O3DE came from Amazon Lumberyard which came from CryEngine, so it's quite possibly one of the better looking open source 3D game engines that you can currently get, no strings attached: https://github.com/o3de/o3de
Sadly, you need to put in a lot of work to get good results out of it (neither of its predecessors had a reputation for being easy to work with) and for whatever reason many studios aren't exactly rushing to invest a bunch of time into it (many just go for Unreal Engine 5, or stick with Unity etc., indies often opt for Godot), so you don't get much past simple example projects. Part of this is probably that it never generated a lot of hype or much of a community around it.
Godot has a big community around it and is maturing pretty quickly, the early versions were pretty rough when it came to 3D (2.X and 3.X), but it's better now. Not as stable as Unity or Unreal but those have had the advantage of lots of years of work put into them, by more people than Godot has up until now.
There's also more niche options like Stride (https://www.stride3d.net/) and Flax (https://flaxengine.com/) but they suffer from the same issues as O3DE, even if otherwise are promising.
-
Quartz: A Deterministic Time Testing Library for Go
This may be your personal experience but it is used successfully and happily by many in a variety of domains way different to "boring OOP back-ends". No popular general purpose language is confined to a single domain like you describe. C# lets you do things like writing a competitive Redis implementation[0], advanced physics engine that beats Jolt[1] or a game engine that does not rely on C++ or C[2], cross-platform applications[3] and so on and so forth. The language itself lets you go from high level FP style approach for business domain modeling to very low-level data crunching that is competitive with systems programming languages.
[0]: https://microsoft.github.io/garnet/docs/benchmarking/results...
[1]: https://github.com/bepu/bepuphysics2
[2]: https://www.stride3d.net
[3]: https://avaloniaui.net
-
Alternatives to Unity, Unreal, and Godot for 3D games
Stride: https://www.stride3d.net can be what you are looking for. It's very similar to Unity, open source and uses C#.
-
I would say to Unity developers, don't use Godot.
For 3D games, check out the engine: Stride Engine or Flax Engine.
-
Visual Node Graph with ImGui
Check out Fuse[1/2]. It's an open source library for visually programming on the GPU. It is built for use in the visual programming environment vvvv[3].
VVVV itself is based on .Net and you can extend its functionality by either writing nodes in C# or import just about every existing .Net library just by referencing it or installing it as nuget. No need for wrappers[4]. For rendering vvvv uses the Stride [5] game engine which comes with a really neat shader system / language which is basically a superset of HLSL [6]. In vvvv those shaders are represented as nodes and you can open them in your favorite text editor directly from the vvvv evironment, edit the code, save and the changed result will instantly be loaded in vvvv[7].
[1]https://www.thefuselab.io
[2]https://github.com/TheFuseLab/VL.Fuse
[3]https://visualprogramming.net
[4]https://thegraybook.vvvv.org/reference/extending/overview.ht...
[5]https://www.stride3d.net
[6]https://doc.stride3d.net/latest/en/manual/graphics/effects-a...
[7]https://thegraybook.vvvv.org/reference/libraries/3d/shaders....
-
What the hell am I gonna do
Check out Stride https://www.stride3d.net/ It's similar to Unity, was built for 3D, and is free & open source.
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Aug 2026
Stats
stride3d/stride-website is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of stride-website is HTML.