Skip to content

Commit 5459ebb

Browse files
authored
N47: Procedural trees in Ambient (#1412)
1 parent d7cd343 commit 5459ebb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

content/news/047/ambient-trees.jpg

193 KB
Loading

content/news/047/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,21 @@ world down to the final wgpu draw calls.
274274

275275
[Bevy Rendering Demystified]: https://youtu.be/5oKEPZ6LbNE
276276

277+
### Procedural Trees in Ambient
278+
279+
![Procedural tree in Ambient](ambient-trees.jpg)
280+
281+
[@mebyz] authored a set of articles "building mmo-ready procedural trees using
282+
Ambient engine". The three ([1][ambient-trees-1], [2][ambient-trees-2],
283+
[3][ambient-trees-3]) posts cover a week's worth of explorations into simple
284+
pseudo-random procedural ecosystem generation (trees, mushrooms, etc)
285+
system/strategy for Ambient.
286+
287+
[@mebyz]: https://github.com/mebyz
288+
[ambient-trees-1]: https://medium.com/@emmanuel.botros/webgpu-wasm-rust-building-mmo-ready-procedural-trees-using-ambient-engine-part-1-2359225b592
289+
[ambient-trees-2]: https://medium.com/@emmanuel.botros/webgpu-wasm-rust-building-mmo-ready-procedural-trees-using-ambient-engine-part-2-60ccce4c6adc
290+
[ambient-trees-3]: https://medium.com/@emmanuel.botros/webgpu-wasm-rust-building-mmo-ready-procedural-trees-using-ambient-engine-part-3-5a217ecdcabe
291+
277292
## Tooling Updates
278293

279294
### [Rerun][rerun]

0 commit comments

Comments
 (0)