@@ -177,8 +177,10 @@ This month an alpha version was published on itch: [check it out here][colony-it
177177
178178### [ Veloren] [ veloren ]
179179
180- ![ Rolling mountain landscape] ( veloren1.png )
181- _ Rolling mountain landscape_
180+ {{ image_figure(
181+ alt="Rolling mountain landscape"
182+ src="veloren1.png"
183+ caption="Rolling mountain landscape") }}
182184
183185[ Veloren] [ veloren ] is an open world, open-source voxel RPG
184186inspired by Dwarf Fortress and Cube World.
@@ -214,8 +216,11 @@ Here is the February changelog:
214216- Added music system
215217```
216218
217- [ ![ veloren development] ( veloren3.gif )] ( https://youtube.com/watch?v=1ldHQfxCT24 )
218- _ 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 ") }}
219224
220225You can read more about some specific topics:
221226
@@ -243,8 +248,11 @@ February's full weekly devlogs: "This Week In Veloren...":
243248
244249### [ Oxidator] [ oxidator ]
245250
246- [ ![ Gameplay demo: two giant tank armies clashing] ( oxidator-play.gif )] [ oxidator-video-play ]
247- _ gameplay demo (35000 units)_
251+ {{ image_figure(
252+ alt="Gameplay demo: two giant tank armies clashing"
253+ src="oxidator-play.gif"
254+ caption="gameplay demo (35000 units)",
255+ link="https://streamable.com/499j0 ") }}
248256
249257[ Oxidator] [ oxidator ] by [ @Ruddle ] is a real-time strategy game/engine
250258written with Rust and WebGPU.
@@ -270,11 +278,17 @@ Some of the current features:
270278- Unit editor: basic editor with joint & mesh selection and parameter editing
271279 (speed, turn rate, health, etc);
272280
273- [ ![ Unit editor demo: move agent's parts] ( oxidator-unit-editor.gif )] [ oxidator-video-unit-editor ]
274- _ Demo of the unit editor_
281+ {{ image_figure(
282+ alt="Unit editor demo: move agent's parts"
283+ src="oxidator-unit-editor.gif"
284+ caption="Demo of the unit editor",
285+ link="https://streamable.com/ywr44 ") }}
275286
276- [ ![ Map editor demo: use pencil tool to instantly create a lake and mountains] ( oxidator-map-editor.gif )] [ oxidator-video-map-editor ]
277- _ Demo of the map editor_
287+ {{ image_figure(
288+ alt="Map editor demo: use pencil tool to instantly create a lake and mountains"
289+ src="oxidator-map-editor.gif"
290+ caption="Demo of the map editor",
291+ link="https://github.com/Ruddle/oxidator/blob/be4863e74/etc/map_editor.gif ") }}
278292
279293[ oxidator ] : https://github.com/Ruddle/oxidator
280294[ @Ruddle ] : https://github.com/Ruddle
@@ -485,9 +499,11 @@ Tetra itself also received two small updates recently:
485499
486500### [ Akigi] [ akigi ]
487501
488- ![ High detail terrain chunk with PRR] ( akigi.png )
489- _ Sampling a heightmap in the vertex shader and also computing the normal,
490- 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.") }}
491507
492508[ Akigi] [ akigi ] is a multiplayer online world where most believe that humans are inferior.
493509
@@ -590,8 +606,10 @@ Check them out in the [latest winter devlog][grumpy_visitors].
590606
591607### [ Make China Great Again] [ china-great ]
592608
593- ![ cities, planes and keys] ( china.png )
594- _ 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.") }}
595613
596614[ Make China Great Again] [ china-great ] ([ source] [ china-great-src ] )
597615by [ @PsichiX ] is a GlobalGameJam game written using [ Oxygengine] .
@@ -633,8 +651,10 @@ dependency updates, bugfixes and performance optimizations.
633651
634652### [ Recall Singularity: February Progress] [ recall-s-feb ]
635653
636- ![ Harvesting and refining some Gold] ( recall-singularity.png )
637- _ Harvesting and refining some Gold._
654+ {{ image_figure(
655+ alt="Harvesting and refining some Gold"
656+ src="recall-singularity.png"
657+ caption="Harvesting and refining some Gold.") }}
638658
639659[ Tom Leys] is working on a "The Recall Singularity" game
640660about designing autonomous factory ships and stations.
@@ -905,8 +925,10 @@ A showcase game is [being developed](https://github.com/lcnr/akari) with crow.
905925
906926### miniquad: [ "Rust 2D Engine 2020 Roadmap"] [ fedor-road ]
907927
908- ![ mainloop async/await experiment in macroquad] ( miniquad-sample.png )
909- _ 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") }}
910932
911933[ miniquad] by [ @fedor_games] is a safe cross-platform rendering library
912934focused on portability and low-end platforms support.
0 commit comments