{"id":19272088,"url":"https://github.com/ogstudio/tutorial","last_synced_at":"2026-02-01T16:33:33.339Z","repository":{"id":92278518,"uuid":"173286039","full_name":"OGStudio/tutorial","owner":"OGStudio","description":"The first tutorial about Lua based editor","archived":false,"fork":false,"pushed_at":"2019-03-18T10:05:17.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T04:45:50.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OGStudio.png","metadata":{"files":{"readme":"README-ru.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-01T10:51:01.000Z","updated_at":"2019-07-11T08:37:01.000Z","dependencies_parsed_at":"2023-06-08T06:15:32.500Z","dependency_job_id":null,"html_url":"https://github.com/OGStudio/tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OGStudio/tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGStudio%2Ftutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGStudio%2Ftutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGStudio%2Ftutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGStudio%2Ftutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OGStudio","download_url":"https://codeload.github.com/OGStudio/tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGStudio%2Ftutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28982813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T16:29:42.054Z","status":"ssl_error","status_checked_at":"2026-02-01T16:29:41.428Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T20:35:23.392Z","updated_at":"2026-02-01T16:33:33.316Z","avatar_url":"https://github.com/OGStudio.png","language":null,"readme":"\n[EN][en] | **RU**\n\nЭтот документ является частью [программы обучения OGStudio][education].\n\nСамоучители описывают создание (и распространение) простой игры с\nпомощью `ogs` за считанные часы.\n\n# Инструменты\n\nНашим основным инструментом является `ogse`\n([http://ogstudio.github.io/ogse](https://ogstudio.github.io/ogse)),\nминималистичный редактор:\n\n![screen-editor]\n\nСлева:\n\n* кнопка для выполнения кода\n* редактор кода\n\nСправа:\n\n* окно отображения результата выполнения кода\n* отладочная консоль для вывода ценной информации\n\n`ogse` использует `ogs`, инструмент для создания кросс-платформенных игр 3D.\n`ogs` использует язык `Lua` для скриптов.\n\n**Внимание**: ваш [веб-браузер должен иметь поддержку `WebGL`][webgl], чтобы\nсуметь выполнить примеры кода.\n\n# Самоучители\n\n**Внимание**: курс находится в разработке, поэтому список самоучителей ещё не окончательный.\n\n| Самоучитель | Описание | Ориентировочное время выполнения | Новый API |\n|-|-|-|-|\n| [01. Цвет фона][01.BackgroundColor] | Установка цвета фона | 5 минут | \u003col\u003e\u003cli\u003e`main`\u003c/li\u003e\u003cli\u003e`main.application`\u003c/li\u003e\u003cli\u003e`main.application.camera`\u003c/li\u003e\u003cli\u003e`main.application.camera.clearColor`\u003c/li\u003e\u003col\u003e |\n| [02. Мышь][02.Mouse] | Установка цвета фона на нажатие кнопок мыши | 5 минут | \u003col\u003e\u003cli\u003e`main.application.mouse`\u003c/li\u003e\u003cli\u003e`main.application.mouse.pressedButtons`\u003c/li\u003e\u003cli\u003e`main.application.mouse.pressedButtonsChanged`\u003c/li\u003e\u003cli\u003e`core`\u003c/li\u003e\u003cli\u003e`core.Reporter`\u003c/li\u003e\u003cli\u003e`core.Reporter:addCallback()`\u003c/li\u003e\u003c/ol\u003e |\n| [03. Сферы][03.Spheres] | Отображение сфер | 10 минут | \u003col\u003e \u003cli\u003e`main.application.nodes`\u003c/li\u003e \u003cli\u003e`main.application.nodes:createSphere()`\u003c/li\u003e \u003cli\u003e`main.application.nodes:node()`\u003c/li\u003e \u003cli\u003e`scene`\u003c/li\u003e \u003cli\u003e`scene.Node:addChild()`\u003c/li\u003e \u003cli\u003e`scene.Node.position`\u003c/li\u003e \u003cli\u003e`main.application.camera.position`\u003c/li\u003e \u003cli\u003e`main.application.camera.rotation`\u003c/li\u003e \u003c/ol\u003e |\n| [04. Выбор узла][04.Selection] | Выбор сфер | 10 минут | \u003col\u003e \u003cli\u003e`scene.Node:setMask()`\u003c/li\u003e \u003cli\u003e`main.application.camera:nodeAtPosition()`\u003c/li\u003e \u003cli\u003e`scene.Node.__name`\u003c/li\u003e \u003c/ol\u003e |\n| [05. Материал][05.Material] | Отображение сферы в цвете | 10 минут | \u003col\u003e \u003cli\u003e`main.application.materials`\u003c/li\u003e \u003cli\u003e`main.application.materials:createMaterial()`\u003c/li\u003e \u003cli\u003e`render.Material:setShaders()`\u003c/li\u003e \u003cli\u003e`render.Material:setUniform()`\u003c/li\u003e \u003cli\u003e`scene.Node:setMaterial()`\u003c/li\u003e \u003c/ol\u003e |\n\n[en]: README.md\n\n[education]: http://opengamestudio.org/pages/education.html\n[01.BackgroundColor]: 01.BackgroundColor/README-ru.md\n[02.Mouse]: 02.Mouse/README-ru.md\n[03.Spheres]: 03.Spheres/README-ru.md\n[04.Selection]: 04.Selection/README-ru.md\n[05.Material]: 05.Material/README-ru.md\n\n[screen-editor]: ogse.png\n[webgl]: https://get.webgl.org\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogstudio%2Ftutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogstudio%2Ftutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogstudio%2Ftutorial/lists"}