-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcg.html
More file actions
42 lines (31 loc) · 1.41 KB
/
cg.html
File metadata and controls
42 lines (31 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: page
title: "Статьи по Modern OpenGL"
permalink: /cg/
---
{% assign posts_collection = site.cg %}
<h1 class="post-heading">Погружение в C++17</h1>
{% include post_box.html post_id='/cg/setup_windows_with_qt' %}
{% include post_box.html post_id='/cg/mmz01' %}
{% include post_box.html post_id='/cg/mmz02' %}
{% include post_box.html post_id='/cg/mmz03' %}
{% include post_box.html post_id='/cg/mmz04' %}
<!-- {% include post_box.html post_id='/cg/dive_into_cpp_1' %}
{% include post_box.html post_id='/cg/dive_into_cpp_2' %}
{% include post_box.html post_id='/cg/dive_into_cpp_3' %}
{% include post_box.html post_id='/cg/dive_into_cpp_4' %} -->
<h1 class="post-heading">Modern OpenGL в 2D</h1>
{% include post_box.html post_id='/cg/mmz05' %}
{% include post_box.html post_id='/cg/mmz06' %}
{% include post_box.html post_id='/cg/mmz07' %}
<h1 class="post-heading">Modern OpenGL в 3D</h1>
{% include post_box.html post_id='/cg/mmz08' %}
{% include post_box.html post_id='/cg/mmz09' %}
{% include post_box.html post_id='/cg/mmz10' %}
{% include post_box.html post_id='/cg/mmz11' %}
{% include post_box.html post_id='/cg/mmz12' %}
<h1 class="post-heading">Научная визуализаця с OpenGL</h1>
{% include post_box.html post_id='/cg/mmz13' %}
{% include post_box.html post_id='/cg/mmz14' %}
{% include post_box.html post_id='/cg/mmz15' %}
{% include post_box.html post_id='/cg/mmz16' %}