-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
371 lines (357 loc) · 12.8 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<style>
body
{
background: #FAFAFA;
}
code, pre
{
font-family: monospace, serif;
font-size: 1em;
color: #7f0a0c;
}
figure
{
margin: 0px;
padding: 0px;
}
img
{
width: 720px;
}
html
{
font-family: sans-serif;
}
#header
{
background: #2BA6E3;
padding: 0.7em;
text-align: left;
}
#header a
{
color: white;
text-decoration: none;
padding: 0.5em 1em 0.5em 1em;
}
a
{
color: #3A91CB;
text-decoration: none;
}
.news_item
{
background: #FFFFFF;
width: 720px;
padding: 1em;
margin-top: 2em;
margin-bottom: 2em;
border: 1px solid #E0E0E0;
text-align: left;
}
.news_item_contents
{
color: #444;
line-height: 1.5em;
}
.news_item_date
{
margin-bottom: 50px;
color: #aaa;
}
.pagination_title
{
color: #aaa;
}
#lang
{
float: right;
}
</style>
</head>
<body>
<center>
<div id="header">
<a href="index.html">News</a>
<a href="games.html">Games</a>
<a href="tools.html">Tools</a>
<a href="about.html">About</a>
<div id="lang">
<a href="index.html">EN</a>
<a href="index-ru.html">RU</a>
</div>
</div>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="
teaching-kids-to-program.html
">
Teaching kids to program
</a>
</h2>
<p class="news_item_date">
2019-02-04 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2019-02-04_teaching-kids-to-program-team.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>In this article, Michael shares his experience of teaching kids to program.</p>
<p>Here’s what he covers:</p>
<ul>
<li>organization of the learning process</li>
<li>learning plan</li>
<li>memory game</li>
<li>development tools</li>
<li>lessons</li>
<li>results and plans</li>
</ul>
<p><strong>Organization of the learning process</strong> …</p>
</div>
<div class="news_item_more">
<a href="
teaching-kids-to-program.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
2019-year-of-rethinking.html
">
Year of rethinking
</a>
</h2>
<p class="news_item_date">
2019-01-01 0:01
</p>
<div class="news_item_contents">
<figure>
<img src="images/2017-12-31-celebration.jpg" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>It was a year of reimagining and rethinking. As some of you may remember, we started this project to make a game development tool. During the years, the idea evolved from one form to another, sometimes the changes were significant, other times we threw away all the code and started anew. …</p>
</div>
<div class="news_item_more">
<a href="
2019-year-of-rethinking.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
ideal-gamedev.html
">
Ideal games and game development tools
</a>
</h2>
<p class="news_item_date">
2018-11-19 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-11-19-ideal-gamedev.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>In this article, we discuss how ideal video game and video game development tool look like, in our opinion.</p>
<p><strong>Questions</strong></p>
<p>As you know, the <a href="about.html">goals of Opensource Game Studio</a> are:</p>
<ul>
<li>creation of free video game development tools …</li>
</ul>
</div>
<div class="news_item_more">
<a href="
ideal-gamedev.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
mahjong-demo2.html
">
OGS Mahjong 2: Demo 2
</a>
</h2>
<p class="news_item_date">
2018-10-02 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-10-02-mahjong-demo2.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>We are glad to announce the release of the second demonstration of OGS Mahjong 2. The purposes of this release were to refine our development techniques and build a solid cross-platform foundation.</p>
<p><strong>Release</strong></p>
<p>Run the latest version of OGS Mahjong 2 in your web browser: <a href="http://ogstudio.github.io/ogs-mahjong">http://ogstudio.github.io/ogs-mahjong</a> …</p>
</div>
<div class="news_item_more">
<a href="
mahjong-demo2.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
examples-and-dependencies.html
">
Examples and dependencies
</a>
</h2>
<p class="news_item_date">
2018-08-21 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-08-21-examples-and-dependencies.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>This article describes two new OpenSceneGraph cross-platform examples and the change in handling dependencies.</p>
<p><strong>Examples of HTTP client and node selection</strong></p>
<p>Once we finished working on <a href="https://github.com/OGStudio/openscenegraph-cross-platform-examples/tree/master/04.RemoteDebugging">the remote debugging example</a> and <a href="2018-06-27-example-driven-development.html">reported its completion</a>, we were surprised by the fact that secure HTTP connection between a debugged application and debug broker was only working in the web version of the example. Desktop and mobile versions only worked with insecure HTTP. …</p>
</div>
<div class="news_item_more">
<a href="
examples-and-dependencies.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
example-driven-development.html
">
Example-driven development
</a>
</h2>
<p class="news_item_date">
2018-06-27 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-06-27-example-driven-development.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>This article explains how the third OpenSceneGraph cross-platform example opened our eyes to example-driven development.</p>
<p><strong>2018-08 EDIT</strong>: the third example has been renamed to the fourth one due to the reasons described in the <a href="2018-08-21-examples-and-dependencies.html">next article</a>. …</p>
</div>
<div class="news_item_more">
<a href="
example-driven-development.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
openscenegraph-examples.html
">
OpenSceneGraph cross-platform examples
</a>
</h2>
<p class="news_item_date">
2018-04-20 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-04-20-openscenegraph-examples.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>This article summarizes the work we did to produce the first two cross-platform OpenSceneGraph examples.</p>
<p>By the time <a href="2018-02-16-mahjong-techdemo1-gameplay.html">the first technology demonstration of OGS Mahjong 2</a> has been released, we’ve already had <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide/issues/4">issue request</a> (to explain how to load images with OpenSceneGraph on Android) hanging for some time. We considered creating a new tutorial for <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide">OpenSceneGraph cross-platform guide</a> at first. However, we realized that it’s time-consuming and excessive for such a tiny topic (compared to what an average game has) as image loading. We decided to continue sharing our knowledge in the form of concrete examples. That’s how <a href="https://github.com/OGStudio/openscenegraph-cross-platform-examples">OpenSceneGraph cross-platform examples</a> were born. …</p>
</div>
<div class="news_item_more">
<a href="
openscenegraph-examples.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
mahjong-techdemo1-gameplay.html
">
First techdemo of OGS Mahjong 2: Gameplay
</a>
</h2>
<p class="news_item_date">
2018-02-16 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-02-16-mahjong-techdemo1-gameplay.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>We are glad to announce the release of the first technical demonstration of OGS Mahjong 2. The purpose of this release was to verify gameplay across supported platforms.</p>
<p>Get techdemo for your platform:</p>
<ul>
<li>Run <a href="https://ogstudio.github.io/game-mahjong/versions/013/mjin-player.html">Web version</a> in your browser …</li>
</ul>
</div>
<div class="news_item_more">
<a href="
mahjong-techdemo1-gameplay.html
">
More
</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="
mahjong-recreation-start.html
">
Mahjong recreation start
</a>
</h2>
<p class="news_item_date">
2018-01-26 00:00
</p>
<div class="news_item_contents">
<figure>
<img src="images/2018-01-26-mahjong-recreation-start.png" alt="Screenshot" /><figcaption>Screenshot</figcaption>
</figure>
<p>This article describes the start of Mahjong game recreation.</p>
<p><strong>Plan</strong></p>
<p>We started Mahjong recreation endeavour by composing a brief plan to get gameplay with minimal graphics:</p>
<ul>
<li>Load single layout</li>
<li>Place tiles in layout positions …</li>
</ul>
</div>
<div class="news_item_more">
<a href="
mahjong-recreation-start.html
">
More
</a>
</div>
</div>
<p class="pagination_title">
Page 1 of 3
</p>
<p>
<a href="
index2.html
">Older »</a>
</p>
</center>
<script type="text/javascript">
</script>
</body>
</html>