TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Veloren – Voxel action-adventure role-playing

340 点作者 tete大约 2 个月前

13 条评论

skitter大约 2 个月前
If you&#x27;re interested in how the mountains and rivers are generated, it&#x27;s mostly based on the paper &quot;Large Scale Terrain Generation from Tectonic Uplift and Fluvial Erosion&quot;: Each chunk rises (at a noise-based, constant rate) while erosion is applied based on the chunk&#x27;s slope and the size of its catchment area.<p>The result is a river network as well as the central height of each chunk; based on this roads, caves and structures are laid out. The actual voxels are only determined when a player loads the area and are (usually) not persisted.<p>Also, for some technologies not related to worldgen: Rendering is done via wgpu, models are built in MagicaVoxel, and both client and server use an ECS (specs).
misnome大约 2 个月前
Minor note that installation via the launcher (Why a launcher!?!) seems a bit broken. Both the direct mac download, and installing from Cargo, installs Airshipper v0.15.0. This says that it&#x27;s outdated and to install a new version. Clicking the button to do this takes you to the Github releases page, where the latest version is 0.14. There&#x27;s a december release for v0.16 but it&#x27;s a tag only and has no artifacts. Quit in frustration.<p>Edit: Despite having an issues page, the GitHub page of the launcher is apparently only a mirror of the GitLab repository. GitLab has artifacts for the latest version. I am mystified why they send people to the GitHub page on their officially linked and `cargo install` downloads.
评论 #43518742 未加载
littlestymaar大约 2 个月前
I want to like Veloren, I&#x27;ve been following the project for a long time as I like their design goal and the art direction they have, but even after all this time it&#x27;s the perfect illustration of what you get when you try making a game with just artists and developers and with no <i>game designers</i>: lots of things are very <i>cool</i> but as a <i>video game</i> it just keep missing the mark.
评论 #43520185 未加载
echelon大约 2 个月前
Rust gaming is picking up.<p>Veloren&#x27;s mainline client is built on its own engine.<p>Tiny Glade uses Bevy ECS, but has it&#x27;s own graphics stack.<p>Both Bevy and Fyrox are starting to get pretty capable. They&#x27;re not Godot yet, but they&#x27;re getting there. Bevy and Fyrox have very different design goals, so there&#x27;s something for everyone.<p>Bevy leans hard into ECS and has a ton of utility crates and third party libraries, such as level builders. Fyrox is not so heavily tied to ECS and tries to build everything in as a complete package. Bevy is the more mature engine, but both are viable.<p>Both can be easily deployed to the web as WASM bundles, so they&#x27;re ideal for multi platform targeting.<p>Rust is shaping up to be a major game programming language. And it&#x27;s already an incredible web backend &#x2F; RPC &#x2F; API service programming language, so you can write your game server in Rust too.
评论 #43518250 未加载
评论 #43519743 未加载
评论 #43518358 未加载
评论 #43518147 未加载
评论 #43519186 未加载
dang大约 2 个月前
Related. Others?<p><i>Veloren, an open source game, release 0.16</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39876804">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39876804</a> - March 2024 (17 comments)<p><i>Five Years of Veloren</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36259635">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36259635</a> - June 2023 (1 comment)<p><i>Veloren is a multiplayer voxel RPG written in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33496414">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33496414</a> - Nov 2022 (4 comments)<p><i>Veloren is a multiplayer voxel RPG written in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30667022">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30667022</a> - March 2022 (177 comments)<p><i>Veloren – Open-source MMORPG written in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26037461">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26037461</a> - Feb 2021 (143 comments)<p><i>Veloren: An open-world, open-source multiplayer voxel RPG written in Rust</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20347286">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20347286</a> - July 2019 (1 comment)
ianbutler大约 2 个月前
Okay I played Veloren for a bit a few years ago and I&#x27;m really impressed with the improvement, will need to give it another go.<p>One serious question I have, is there a reason with voxels we still need to have block based stuff? Like back when voxel tech first started taking off I kind of thought we&#x27;d get to the place where like you have so many voxels and we get so good at calcing the physics interactions it would just look like a normal game.<p>What are the bottlenecks there? Or is this intentionally stylistic still these days?<p>From looking at some of the bosses I can tell that&#x27;s getting closer but we&#x27;re still further than I&#x27;d think
评论 #43521103 未加载
评论 #43537401 未加载
评论 #43522431 未加载
评论 #43523400 未加载
评论 #43523109 未加载
评论 #43522351 未加载
99094大约 2 个月前
I remember playing a very very early version of Veloren as a Cube World alternative. Happy to see where it is right now.
matricaria大约 2 个月前
This is an open source version of another game called Cube World, which was basically a scam when it came out. Had only a few of the promised features and didn’t update for years.
评论 #43519391 未加载
评论 #43520566 未加载
评论 #43518713 未加载
daemonologist大约 2 个月前
Couple of tips for getting this to launch (I don&#x27;t have deep experience here, this is just what worked for me):<p>- install the Rust package rather than the Flatpak or COPR<p>- disable fractional scaling if you&#x27;re using Wayland<p>- launch airshipper from a terminal rather than the Gnome app grid (and if you&#x27;ve already done the latter check for and kill any orphaned processes - they seem to get stuck sucking up a whole thread)
pndy大约 2 个月前
Isn&#x27;t that word used as name means &quot;lost&quot; in German?<p>I tried it a while ago and it looks really interesting - especially biomes and lightning
评论 #43517434 未加载
canadiantim大约 2 个月前
Thanks for ruining my productivity. This is awesome!
silverliver大约 1 个月前
I remember the last time a tried it on the steam deck, less than a year ago through their launcher, it was completely broken and unplayable. I would love to give it another go if this was fixed.
muterad_murilax大约 2 个月前
Reminds me of 3D Dot Game Heroes for the PS3.