-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb23af0
commit 3034536
Showing
3 changed files
with
71 additions
and
0 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,21 @@ | ||
Title: Основи WebGL | ||
|
||
Вивчаємо WebGL з нуля. Жодної магії. | ||
|
||
|
||
Перед вами набір статей, що навчають WebGL починаючи з базових принципів. Це НЕ застарілі перероблені статті про OpenGL, як багато інших у мережі. Це абсолютно нові матеріали, які відкидають застарілі ідеї та допомагають вам | ||
повноцінно зрозуміти чим насправді є WebGL і як він насправді працює. | ||
|
||
Якщо вам цікаво дізнатись про WebGL2 зверніть увагу на цей ресурс [webgl2fundamentals.org](https://webgl2fundamentals.org) | ||
|
||
{{{include "webgl/lessons/toc.html"}}} | ||
|
||
|
||
<!-- | ||
{{{table_of_contents}}} | ||
--> | ||
|
||
|
||
|
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,44 @@ | ||
{ | ||
language: 'Українська', | ||
langCode: 'uk', // if not specified will use folder | ||
defaultExampleCaption: "натисніть сюди, щоб відкрити в окремому вікні", | ||
title: 'Основи WebGL', | ||
description: 'Вивчаємо WebGL з нуля. Жодної магії.', | ||
link: 'https://webglfundamentals.org/', | ||
commentSectionHeader: ` | ||
<div>Запитання? <a href="https://stackoverflow.com/questions/tagged/webgl">Запитати на stackoverflow</a>.</div> | ||
<div>Помітили проблему чи баг? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Створити опис проблеми на github</a>.</div> | ||
<div class="lesson-comment-notes"> | ||
Use <b><pre><code></b>code goes here<b></code></pre></b> for code blocks | ||
</div> | ||
`, | ||
missing: ` | ||
Вибачте, ця стаття ще не була перекладена. | ||
|
||
[Допомога в парекладі вітається](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄 | ||
|
||
[Тут ви знайдете оригінальну англійську версію статті на цю тему.]({{{origLink}}}). | ||
`, | ||
contribTemplate: 'Thank you <a href="${html_url}"><img src="${avatar_url}"> ${login}</a><br>for <a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} contributions</a>', | ||
toc: 'Зміст', | ||
categoryMapping: { | ||
'fundamentals': "Основи", | ||
'image-processing': "Обробка зображень", | ||
'matrices': "Переміщення, обертання та масштабування в 2D просторі", | ||
'3d': "3D", | ||
'lighting': "Освітлення", | ||
'organization': "Структура та організація", | ||
'geometry': "Геометрія", | ||
'textures': "Текстури", | ||
'shadows': "Тіні", | ||
'rendertargets': "Рендеринг в текстуру", | ||
'techniques': "Прийоми", | ||
'2d': "2D", | ||
'text': "Текст", | ||
'tips': "Поради", | ||
'misc': "Різне", | ||
'gpgpu': "GPGPU", | ||
'reference': "Довідка", | ||
'optimization': "Оптимізація", | ||
}, | ||
} |
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,6 @@ | ||
{{{tocHtml}}} | ||
<ul> | ||
<li><a href="/docs/">Допоміжна документація по API</a></li> | ||
<li><a href="https://twgljs.org">TWGL, A tiny WebGL helper library</a></li> | ||
<li><a href="https://github.com/gfxfundamentals/webgl-fundamentals">github</a></li> | ||
</ul> |