@@ -216,8 +216,11 @@ Here is the February changelog:
216
216
- Added music system
217
217
```
218
218
219
- [ ![ veloren development] ( veloren3.gif )] ( https://youtube.com/watch?v=1ldHQfxCT24 )
220
- _ 1 year of Veloren development. Click for the full video!_
219
+ {{ image_figure(
220
+ alt="veloren development"
221
+ src="veloren3.gif"
222
+ caption="1 year of Veloren development. Click for the full video!"
223
+ link="https://youtube.com/watch?v=1ldHQfxCT24 ") }}
221
224
222
225
You can read more about some specific topics:
223
226
@@ -496,9 +499,11 @@ Tetra itself also received two small updates recently:
496
499
497
500
### [ Akigi] [ akigi ]
498
501
499
- ![ High detail terrain chunk with PRR] ( akigi.png )
500
- _ Sampling a heightmap in the vertex shader and also computing the normal,
501
- tangent and bitangent vectors in the vertex shader._
502
+ {{ image_figure(
503
+ alt="High detail terrain chunk with PRR"
504
+ src="akigi.png"
505
+ caption="Sampling a heightmap in the vertex shader and also computing the normal,
506
+ tangent and bitangent vectors in the vertex shader.") }}
502
507
503
508
[ Akigi] [ akigi ] is a multiplayer online world where most believe that humans are inferior.
504
509
@@ -601,8 +606,10 @@ Check them out in the [latest winter devlog][grumpy_visitors].
601
606
602
607
### [ Make China Great Again] [ china-great ]
603
608
604
- ![ cities, planes and keys] ( china.png )
605
- _ Turn back planes to the port, by clicking right keys to the virus beat._
609
+ {{ image_figure(
610
+ alt="cities, planes and keys"
611
+ src="china.png"
612
+ caption="Turn back planes to the port, by clicking right keys to the virus beat.") }}
606
613
607
614
[ Make China Great Again] [ china-great ] ([ source] [ china-great-src ] )
608
615
by [ @PsichiX ] is a GlobalGameJam game written using [ Oxygengine] .
@@ -918,8 +925,10 @@ A showcase game is [being developed](https://github.com/lcnr/akari) with crow.
918
925
919
926
### miniquad: [ "Rust 2D Engine 2020 Roadmap"] [ fedor-road ]
920
927
921
- ![ mainloop async/await experiment in macroquad] ( miniquad-sample.png )
922
- _ mainloop async/await experiment in macroquad_
928
+ {{ image_figure(
929
+ alt="mainloop async/await experiment in macroquad"
930
+ src="miniquad-sample.png"
931
+ caption="mainloop async/await experiment in macroquad") }}
923
932
924
933
[ miniquad] by [ @fedor_games] is a safe cross-platform rendering library
925
934
focused on portability and low-end platforms support.
0 commit comments