|
|
@@ -7,6 +7,7 @@ New to Stride? Start with these tutorials to get familiar with the basics of the
|
|
|
1. 🛠️ [Game Studio](gamestudio/index.md) - The Stride engine comes with an editor called Game Studio, which is the central tool for game and application production in Stride.]
|
|
|
1. 🌱 [C# Beginner](csharpbeginner/index.md) - Covering the beginner principles of using C# when working with the Stride game engine.
|
|
|
1. 📈 [C# Intermediate](csharpintermediate/index.md) - Diving into intermediate principles of C# programming in Stride, including UI, collisions, and more.
|
|
|
+<!---
|
|
|
1. 🔥 C# Advanced - Explore advanced C# techniques and features in Stride, such as optimization, networking, and custom shaders.
|
|
|
1. 🧙♂️ Visual Scripting - Learn how to create game logic using Stride's visual scripting system, without writing a single line of code.
|
|
|
1. 🌈 Graphics & Rendering - Discover how to create stunning visuals with Stride's powerful graphics and rendering capabilities.
|
|
|
@@ -14,7 +15,7 @@ New to Stride? Start with these tutorials to get familiar with the basics of the
|
|
|
1. 🌐 Multiplayer & Networking - Implement online multiplayer features and networking in your Stride games for a connected experience.
|
|
|
1. 🎯 Platform-specific Development - Learn how to target different platforms like PC, consoles, and mobile devices with your Stride projects.
|
|
|
1. 🏆 Best Practices & Optimization - Master the techniques to optimize your Stride games and follow the best practices for efficient development.
|
|
|
-
|
|
|
+-->
|
|
|
<div class="row g-4 my-4">
|
|
|
<div class="col-xxl-4 col-md-6">
|
|
|
<div class="card h-100">
|