-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from DexlerXD/docs-revive
Docs revive
- Loading branch information
Showing
12 changed files
with
72 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Создание простейшей системы с компонентом | ||
<!-- пока пусто... --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Введение в разработку | ||
|
||
Разработка Space Station 14 ведётся в основном на фреймворке .NET и, соответственно, на языке программирования C#. | ||
|
||
Это означает, что для введения в код SS14 нужно **хотя бы** знать основы C#, а также понимать, что такое **ООП (Объектно-Ориентированное Программирование)** на базовом уровне. | ||
|
||
## Ресурсы для изучения | ||
### [**METANIT**](https://metanit.com/sharp/tutorial/) | ||
Очень хороший и доступный ресурс для начинающих программистов (и не только), объясняет многие вещи с практическими примерами, лично я (**автор этой страницы - Dexler**) начинал свой путь отсюда. | ||
|
||
### [**Официальное руководство по C# от Microsoft**](https://learn.microsoft.com/ru-ru/dotnet/csharp/) | ||
Официальный источник информации (та самая **БАЗА**). Максимально подобно объясняет, что и как работает в C#. Для начинающих может быть тяжело из-за иногда не самых простых примеров и стиля подачи информации. | ||
|
||
Также стоит отметить, что не все страницы переведены на русский язык. | ||
|
||
### [**SoloLearn**](https://www.sololearn.com/ru/) | ||
Один из популярных вариантов изучения языков программирования "игровым способом". По сути, изучение материала вёдется по аналогии с сервисом Duolingo. | ||
!!! warning "" | ||
Без изучения вышеперечисленных ресурсов вы никуда с SoloLearn не уйдете. Данный ресурс может пригодиться для раннего изучения .NET, но не более. | ||
|
||
## Полезный софт | ||
Для полноценной работы над проектом вам необходима рабочая среда. | ||
Ниже предоставлены популярные IDE/редакторы кода, которые используются для работы. | ||
|
||
[**Visual Studio 2022**](https://visualstudio.microsoft.com/ru/vs/community/) | ||
|
||
[**Visual Studio Code**](https://code.visualstudio.com/) | ||
|
||
[**VSCodium (open-source версия VSCode)**](https://vscodium.com/) | ||
|
||
[**JetBrains Rider (платно)**](https://www.jetbrains.com/rider/) | ||
|
||
Также, для того, чтобы публиковать свои изменения и держать наш репозиторий под контролем, мы используем систему управления версиями - [**Git**](https://git-scm.com/). | ||
|
||
[**Шпаргалка по Git'у**](https://training.github.com/downloads/ru/github-git-cheat-sheet/). | ||
|
||
А удалённо репозитории хранятся, в основном (как, например, наш репозиторий SS220), на сервисе [**GitHub**](https://github.com/). | ||
|
||
## Начало пути | ||
Для работы с билдом вам нужна будет [**локальная версия нашего репозитория и локальный сервер при нем**](../localhost.md). | ||
|
||
- [ECS](ecs.md) | ||
- [Создание простейшей системы с компонентом](creating-simple-system.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# ECS | ||
<!-- пока пусто... --> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters