stride-website

This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally. (by stride3d)

Stride-website Alternatives

Similar projects and alternatives to stride-website

  1. Godot

    Godot Engine – Multi-platform 2D and 3D game engine

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. godot-proposals

    Godot Improvement Proposals (GIPs)

  4. bevy

    A refreshingly simple data-driven game engine built in Rust

  5. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  6. raylib

    A simple and easy-to-use library to enjoy videogames programming

  7. love

    LÖVE is an awesome 2D game framework for Lua.

  8. OpenRCT2

    An open source re-implementation of RollerCoaster Tycoon 2 🎢

  9. TIC-80

    TIC-80 is a fantasy computer for making, playing and sharing tiny games.

  10. Fennel

    Lua Lisp Language

  11. 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.

  12. source-sdk-2013

    The 2013 edition of the Source SDK

  13. FlaxEngine

    Flax Engine – multi-platform 3D game engine

  14. Stride Game Engine

    Stride (formerly Xenko), a free and open-source cross-platform C# game engine.

  15. VL.Fuse

    A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.

  16. load81

    SDL based Lua programming environment for kids similar to Codea

  17. mojoAL

    An SDL3-based implementation of OpenAL in a single C file.

  18. themachinery-books

    Discontinued This repository contains the source of "The Machinery book " and some other books.

  19. armory

    3D Engine with Blender Integration

  20. tiny

    Tiny is a lightweight 2D game engine that allows developers to easily create games using the Lua programming language. (by minigdx)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better stride-website alternative or higher similarity.

stride-website discussion

Log in or Post with

stride-website reviews and mentions

Posts with mentions or reviews of stride-website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-07-08.
  • Stride Game Engine
    1 project | news.ycombinator.com | 9 Jul 2026
  • Rewriting Bun in Rust
    12 projects | news.ycombinator.com | 8 Jul 2026
    > 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)
    13 projects | news.ycombinator.com | 2 Mar 2026
    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
    12 projects | news.ycombinator.com | 27 Jan 2026
  • Valve releases Team Fortress 2 game code
    14 projects | news.ycombinator.com | 18 Feb 2025
    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
    6 projects | news.ycombinator.com | 15 Jul 2024
    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
    1 project | /r/gamedev | 10 Dec 2023
    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.
    2 projects | /r/gamedev | 3 Oct 2023
    For 3D games, check out the engine: Stride Engine or Flax Engine.
  • Visual Node Graph with ImGui
    18 projects | news.ycombinator.com | 29 Sep 2023
    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
    1 project | /r/unity | 27 Sep 2023
    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
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic stride-website repo stats
18
15
6.6
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that HTML is
the 9th most popular programming language
based on number of references?