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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Elm 0.12.3 – Hardware accelerated 3D rendering with WebGL

101 点作者 wheatBread大约 11 年前

8 条评论

thu大约 11 年前
This release makes me very happy. I never really took a look at Elm but yesterday I've receive a bug report on a very old library of mine to parse GLSL. The author of Elm told me it was used in their WebGL work and pointed to that Thwomp example. I didn't know that library was actually used by anyone!
评论 #7776019 未加载
davexunit大约 11 年前
The Elm hackers continue to impress me. FRP, the interactive timeline debugger, and now functional 3D graphics. Functional game programming is a big interest of mine, and I've taken a lot of inspiration from Elm in my own personal project to create a 2D game engine for Guile Scheme.
评论 #7774214 未加载
kbenson大约 11 年前
I still think first of a terminal mail program when I read "elm". Same for "pine".
phorese大约 11 年前
Loading this page insta-kills my Browser.<p>FF 29.0.1 on 3.10.39-1-MANJARO x86_64 with lots of plugins (HTTPSEverywhere, Ghostery, FlashBlock...)<p>It does not recognize the crash and does not offer a crash report on restart.
评论 #7774215 未加载
kristianp大约 11 年前
I&#x27;m curious, why isn&#x27;t type inference used in the examples? For example:<p><a href="http://elm-lang.org/edit/examples/WebGL/Triangle.elm" rel="nofollow">http:&#x2F;&#x2F;elm-lang.org&#x2F;edit&#x2F;examples&#x2F;WebGL&#x2F;Triangle.elm</a><p>Edit: ok, the language has full type inference, but not the webgl examples.
评论 #7775761 未加载
dbbolton大约 11 年前
&gt;We switched away from Hue-Saturation-Value (HSV) because Value is a bit more confusing than Lightness.<p>That&#x27;s funny to me because I&#x27;ve always found HSV colors and color choosers to be a lot more intuitive.
wereHamster大约 11 年前
Does it only support Triangles? What about buffers? Rendering individual triangles is not efficient if you have anything more than a simple scene.
评论 #7781645 未加载
paulannesley大约 11 年前
elm was my daily-use email client at work twelve years ago. <a href="http://en.wikipedia.org/wiki/Elm_(email_client)" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Elm_(email_client)</a>