Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5459ebb

Browse filesBrowse files
authored
N47: Procedural trees in Ambient (rust-gamedev#1412)
1 parent d7cd343 commit 5459ebb
Copy full SHA for 5459ebb

File tree

2 files changed

+15
-0
lines changed
Filter options

2 files changed

+15
-0
lines changed

‎content/news/047/ambient-trees.jpg

Copy file name to clipboard
193 KB
Loading

‎content/news/047/index.md

Copy file name to clipboardExpand all lines: content/news/047/index.md
+15Lines changed: 15 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.