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 c2a47f4

Browse filesBrowse files
authored
N43: Ambient (rust-gamedev#1299)
1 parent a59acbe commit c2a47f4
Copy full SHA for c2a47f4

File tree

2 files changed

+29
-0
lines changed
Filter options

2 files changed

+29
-0
lines changed

‎content/news/043/index.md

Copy file name to clipboardExpand all lines: content/news/043/index.md
+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,35 @@ design, suggestions are welcome to cement a better design. Refer to [example][be
225225
[@ElhamAryanpur]: https://github.com/ElhamAryanpur
226226
[@Noswad]: https://github.com/TheNoswad
227227

228+
### [Ambient][ambient-github]
229+
230+
![Image of a scene made with Ambient](made_with_ambient.jpg)
231+
232+
After over a year in development, [version 0.1 of Ambient][ambient-blog]
233+
(formerly known as Dims) was unveiled to the public. It is an open-source
234+
multiplayer 3D game runtime, compatible with any language that compiles
235+
to/runs on WebAssembly, and designed to make it easy to build and deploy
236+
rich multiplayer worlds and experiences.
237+
238+
It is guided by several core principles, including seamless networking,
239+
data-oriented design, interoperability, and more.
240+
The core runtime is written in Rust and uses WGPU for graphics, Quinn
241+
for networking and WebAssembly for user logic. This allows it to run on
242+
all major desktop platforms, with active work underway for the Web and
243+
other targets.
244+
245+
Check out [the GitHub][ambient-github] (2600 stars!) to get started with
246+
building for/or on Ambient yourself, or chat to the developers and other
247+
explorers on [the Discord][ambient-discord].
248+
249+
_Discussion: [/r/rust][ambient-reddit], [Hacker News][ambient-hn]_
250+
251+
[ambient-github]: https://github.com/AmbientRun/Ambient
252+
[ambient-blog]: https://ambient.run/post/introducing-ambient
253+
[ambient-reddit]: https://reddit.com/r/rust/comments/118wlda/introducing_ambient_01
254+
[ambient-hn]: https://news.ycombinator.com/item?id=34906166
255+
[ambient-discord]: https://discord.gg/eQEwPCWSy8
256+
228257
## Learning Material Updates
229258

230259
### [Write a First Person Game in 2KB with Rust][firstperson-wasm4]
238 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.