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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

High Performance Voxel Engine (2021)

66 点作者 bibanez超过 1 年前

5 条评论

bun_terminator超过 1 年前
I&#x27;m not a professional graphics programmer, but I dabble in it occasionally and hang out in GP communities. It&#x27;s fascinating to see the wealth of voxel engines being written. Minecraft really had a massive cultural impact on the tech scene. Or maybe it&#x27;s just that voxels are a particularly good target for various optimization techniques. Interesting either way!<p>For the author: Any particular reason you don&#x27;t seem to be using DSA in your OpenGL code? ie glNamedBufferData() and friends. I found it the single thing that transforms OpenGL into something very user-friendly.
评论 #38818826 未加载
bibanez超过 1 年前
A showcase of the techniques explained in the article:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IFUj53VwYvU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=IFUj53VwYvU</a><p><a href="https:&#x2F;&#x2F;douglasdwyer.github.io&#x2F;octo-release&#x2F;" rel="nofollow">https:&#x2F;&#x2F;douglasdwyer.github.io&#x2F;octo-release&#x2F;</a> (online demo)<p>Lately I&#x27;ve been addicted to watching (micro) voxel engine videos on youtube. I need to resist my urge to write one (not that I think I would do a particularly good job). I&#x27;ve also found the voxel engine by John Lin to be particularly impressive.
Duanemclemore超过 1 年前
Thank you, OP and everyone else who&#x27;s commented. This is super helpful to see. It&#x27;s great to learn about Nick&#x27;s work specifically and as an introduction to the those working in this field - and to see the other helpful links everyone has posted.<p>I wrote a library to implement (most of) the Space Groups in the visual programming environment Grasshopper, which is inside 3d modeling software Rhino3d. This was to get architects working with 3d symmetries, not just 2d; and to get architecture students learning the spatial symmetries in more rigorous and complete ways. The scope and aim are completely different than these engines. But I&#x27;m hoping to rewrite it into a standalone program soon, so it&#x27;s very helpful and timely to get this influx of information I hadn&#x27;t sought out before!
ricardobeat超过 1 年前
This brought back memories of Atomontage, a voxel engine which seemed to be way ahead of its time 10 years ago, but was never released, and became some kind of cloud platform.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=J62z_7JaYMw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=J62z_7JaYMw</a><p><a href="https:&#x2F;&#x2F;client.atomontage.app&#x2F;view?m=5C1RGKu4vT67qEBLO4gqh" rel="nofollow">https:&#x2F;&#x2F;client.atomontage.app&#x2F;view?m=5C1RGKu4vT67qEBLO4gqh</a>
pixelpoet超过 1 年前
I&#x27;d rather just directly raycast against a nicely compressed hierarchical representation than create horrendous amounts of triangle geometry and rasterise that. The code would be absolutely tiny, and not mostly a bunch of calls into someone else&#x27;s code.<p>But, you know, gotta do the OpenGL &#x2F; DirectX &#x2F; whatever vanilla API thing... that&#x27;s what graphics programming is, isn&#x27;t it...
评论 #38817672 未加载
评论 #38817862 未加载