2
0
Эх сурвалжийг харах

feat: Core team page added

Vaclav Elias 1 жил өмнө
parent
commit
c664891e33

+ 114 - 0
en/contributors/core-team.md

@@ -0,0 +1,114 @@
+# Core Team
+
+The core team consists of a small group of volunteer developers, each with expertise in different areas of development. There are no full-time developers dedicated solely to Stride's advancement; instead, the engine progresses through the voluntary contributions of both the core team and the broader community. These individuals dedicate their spare time to enhance and expand the engine, motivated by personal interest, passion for the project, or their areas of expertise.
+
+The core team is created by members with very frequent contributions to the project, be it code, documentation, or community management.
+
+<table class="table table-striped table-sm">
+  <thead>
+    <tr>
+      <th>Discord</th>
+      <th>GitHub</th>
+      <th>Location</th>
+      <th>Focus / Expertise</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td><strong>xen2</strong>
+        <br>Lead developer of Stride
+      </td>
+      <td><a href="https://github.com/xen2">xen2</a></td>
+      <td>Japan</td>
+      <td>
+          <ul>
+              <li>Build</li>
+              <li>Release</li>
+              <li>Most engine areas</li>
+              <ul>
+                  <li>Asset pipeline</li>
+                  <li>Render pipelne</li>
+                  <li>Shader system</li>
+              </ul>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>tebjan</strong></td>
+      <td><a href="https://github.com/tebjan">tebjan</a></td>
+      <td>Germany</td>
+      <td>
+          <ul>
+              <li>C# in general</li>
+              <li>Render pipeline</li>
+              <li>Graphics</li>
+              <li>Shaders</li>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>Eideren</strong></td>
+      <td><a href="https://github.com/Eideren">Eideren</a></td>
+      <td>Belgium</td>
+      <td>
+          <ul>
+              <li>C# in general</li>
+              <li>Shaders</li>
+              <li>Physics</li>
+              <li>Multithreading</li>
+              <li>Input/Gameplay</li>
+              <li>Math</li>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>Manio143</strong></td>
+      <td><a href="https://github.com/manio143">Manio143</a></td>
+      <td>Ireland</td>
+      <td>
+          <ul>
+              <li>Asset system</li>
+              <li>Porting Editor to Avalonia</li>
+              <li>Plugin System</li>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>Vašo</strong></td>
+      <td><a href="https://github.com/VaclavElias">VaclavElias</a></td>
+      <td>United Kingdom</td>
+      <td>
+          <ul>
+              <li>Website</li>
+              <li>Documenation</li>
+              <li>Stride Community Toolkit</li>
+              <li>C#</li>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>Simba</strong></td>
+      <td><a href="https://github.com/Doprez">Doprez</a></td>
+      <td>Canada</td>
+      <td>
+          <ul>
+              <li>Video Tutorials</li>
+              <li>C#</li>
+          </ul>
+      </td>
+    </tr>
+    <tr>
+      <td><strong>Joreyk</strong></td>
+      <td><a href="https://github.com/IXLLEGACYIXL">IXLLEGACYIXL</a></td>
+      <td>Germany</td>
+      <td>
+          <ul>
+              <li>Yaml Serializer Source Generator</li>
+              <li>Stride Diagnostics Analyzer</li>
+              <li>Overall Source Generators</li>
+          </ul>
+      </td>
+    </tr>
+  </tbody>
+</table>
+

+ 2 - 0
en/contributors/toc.yml

@@ -18,6 +18,8 @@ items:
       href: contribution-workflow/xml-comments-and-docs.md
 - name: ⚙️ Major Release Workflow
   href: major-release-workflow.md
+- name: 🧑‍💻 Core Team
+  href: core-team.md
 - name: 🛠️ Contribute to the engine
   expanded: false
   href: engine/index.md