▲ | Animats 4 days ago | |||||||||||||||||||||||||||||||
> What are the three major projects that were cancelled? Here are some: - LogLog Games [1]. Not happy with Bevy. Not too unhappy about performance, although it's mentioned. - Moonlight Coffee [2]. Not a major project, but he got as far as loading glTF and displaying the results, then quit. That's a common place to give up. - Hexops. [3] Found Rust "too hard", switched to Zig. Tiny Glade is very well done. But, of course, it's a tiny glade. This avoids the scaling problems. [1] https://news.ycombinator.com/item?id=40172033 [2] https://www.gamedev.net/blogs/entry/2294178-abandoning-the-r... [3] https://devlog.hexops.com/2021/increasing-my-contribution-to... | ||||||||||||||||||||||||||||||||
▲ | slimsag 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
It's crazy you've cited Hexops as an example: 1. It's a game studio not a project (CEO here :)) 2. It's very much still alive and well today, not 'cancelled' 3. We never even used WebGPU in Rust, this was before WebGPU was really a thing. It is true that we looked elsewhere for a better language for us with different tradeoffs, and have since fully embraced Zig. It's also true that we were big proponents of WebGPU earlier on, and have in recent years abandoned WebGPU in favor of something which is better for graphics outside the browser (that's its own worthwhile story).. But we've never played /any/ role in the Rust gamedev ecosystem, really. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | littlestymaar 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
None of those are “major projects” by any definition of the word though. And none of the three has anything to do with wgpu's performance. Rust for game engine has always been a highly risky endeavor since the ecosystem is much less mature than everything else, and even though things have improved a ton over the past few years, it's still light-years away from the mainstream tools. Building a complete game ecosystem is very hard and it's not surprising to see that Rust is still struggling. | ||||||||||||||||||||||||||||||||
▲ | adastra22 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
Tiny glade isn’t tiny on the rendering side. It does gorgeous, detailed landscapes. | ||||||||||||||||||||||||||||||||
|