|
@@ -1,33 +1,45 @@
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-# Urho3D
|
|
|
|
|
-
|
|
|
|
|
**This repository is now focused on Russian-speaking community only.
|
|
**This repository is now focused on Russian-speaking community only.
|
|
|
-If you were looking for original version of Urho3D (international), check out:**
|
|
|
|
|
|
|
+If you were looking for international versions of Urho3D, check out:**
|
|
|
|
|
|
|
|
-* [Urho3D 1.9](https://github.com/urho3d/Urho3D/releases/tag/1.9.0): Last English version of Urho3D, unmaintained.
|
|
|
|
|
|
|
+* [Urho3D 1.9.0](https://github.com/urho3d/Urho3D/releases/tag/1.9.0): Last English version of Urho3D, unmaintained.
|
|
|
|
|
|
|
|
* [Rebel Fork](https://github.com/rbfx/rbfx): Reimagining of Urho3D with significant API changes, in active development.
|
|
* [Rebel Fork](https://github.com/rbfx/rbfx): Reimagining of Urho3D with significant API changes, in active development.
|
|
|
|
|
|
|
|
-* [U3D Community](https://github.com/u3d-community/U3D): Urho3D 1.8, in maintenance mode.
|
|
|
|
|
|
|
+* [U3D Community](https://github.com/u3d-community/U3D): Urho3D 1.8.0, in maintenance mode.
|
|
|
|
|
|
|
|
-Sincerely yours, [Eugene Kozlov](https://github.com/eugeneko)
|
|
|
|
|
|
|
+Sincerely yours, [Eugene Kozlov](https://github.com/eugeneko) (Rebel Fork developer)
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
-Игровой движок, ориентированный на русскоязычное сообщество.
|
|
|
|
|
|
|
+# Urho3D
|
|
|
|
|
|
|
|
[](https://github.com/urho3d/Urho3D/actions?query=workflow%3ACI%2FCD)
|
|
[](https://github.com/urho3d/Urho3D/actions?query=workflow%3ACI%2FCD)
|
|
|
[](https://scan.coverity.com/projects/urho3d-urho3d)
|
|
[](https://scan.coverity.com/projects/urho3d-urho3d)
|
|
|
|
|
|
|
|
-**Urho3D** is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Greatly inspired by OGRE and Horde3D.
|
|
|
|
|
|
|
+**Urho3D** - это легковесный, кроссплатформенный 2D и 3D игровой движок, написанный на C++ и опубликованный под лицензией MIT.
|
|
|
|
|
+
|
|
|
|
|
+## Лицензия
|
|
|
|
|
+
|
|
|
|
|
+Urho3D распространяется под лицензией MIT.
|
|
|
|
|
|
|
|
-Main website: [https://urho3d.io/](https://urho3d.io/)
|
|
|
|
|
|
|
+Тексты лицензий:
|
|
|
|
|
+* [Проект Urho3D](licenses/urho3d/LICENSE)
|
|
|
|
|
+* [Третьесторонние библиотеки](licenses).
|
|
|
|
|
|
|
|
-## License
|
|
|
|
|
-Licensed under the MIT license, see [LICENSE](licenses/urho3d/LICENSE) for details.
|
|
|
|
|
|
|
+Папку [licenses](licenses) удобно распространять вместе с игрой.
|
|
|
|
|
+
|
|
|
|
|
+## Важные ссылки:
|
|
|
|
|
+
|
|
|
|
|
+* [Документация, сгенерированная Doxygen](https://urho3d-doxygen.github.io)
|
|
|
|
|
+
|
|
|
|
|
+## Авторы проекта
|
|
|
|
|
+
|
|
|
|
|
+Основателем проекта является [Lasse Öörni](https://github.com/cadaver). Огромный вклад в развитие проекта также внесли
|
|
|
|
|
+[Yao Wei Tjong](https://github.com/weitjong), [asterj](https://github.com/aster2013)
|
|
|
|
|
+и многие другие разработчики, список которых можно посмотреть [тут](https://github.com/urho3d/Urho3D/graphs/contributors).
|
|
|
|
|
|
|
|
## Contributing
|
|
## Contributing
|
|
|
|
|
+
|
|
|
Before making pull requests, please read the [Contribution checklist](https://urho3d.io/documentation/HEAD/_contribution_checklist.html) and [Coding conventions](https://urho3d.io/documentation/HEAD/_coding_conventions.html) pages from the documentation.
|
|
Before making pull requests, please read the [Contribution checklist](https://urho3d.io/documentation/HEAD/_contribution_checklist.html) and [Coding conventions](https://urho3d.io/documentation/HEAD/_coding_conventions.html) pages from the documentation.
|
|
|
|
|
|
|
|
## Credits
|
|
## Credits
|