TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pixi3D – 3D rendering library for the web

98 pointsby nassimsoftwareover 2 years ago

8 comments

astlouis44over 2 years ago
Can&#x27;t help but feel that the big game engines are going to have the most impact for 3D on the web. Our team at Wonder has brought Unreal Engine support back to HTML5 for newer versions of the engine, and we&#x27;re offering an entire platform and suite of tools to enable developers to publish, manage, host, and monetize their games and 3D experiences on the web. Full blog post with demos below:<p><a href="https:&#x2F;&#x2F;theimmersiveweb.com&#x2F;blog" rel="nofollow">https:&#x2F;&#x2F;theimmersiveweb.com&#x2F;blog</a>
评论 #34089010 未加载
评论 #34088673 未加载
评论 #34088714 未加载
评论 #34090086 未加载
nassimsoftwareover 2 years ago
For examples go to : <a href="https:&#x2F;&#x2F;pixi3d.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pixi3d.org&#x2F;</a>
noduermeover 2 years ago
Love it! PixiJS is awesome. Highly performant, the best webgl&#x2F;canvas screen graph out there for me. Apart from occasional tooling issues with imports and TS definitions, usually when I upgrade, firing up an art&#x2F;code project is almost as easy as in the good old days with AS3. I&#x27;m looking forward to adding 3D straight into my next project without using any ThreeJS or other libraries!
riddleronroofover 2 years ago
Amazing project! Looks like it needs to control the DOM. Is there a way to use this with react?
评论 #34091166 未加载
qillerover 2 years ago
How does this compare to Threejs or Babylon?
评论 #34090945 未加载
评论 #34088368 未加载
wffurrover 2 years ago
How does it compose 2D and 3D content? Is it using a WebGL canvas for the rendering surface? Or a 2D canvas and rasterising the 3D content in an offscreen canvas and transferring to bitmap to place in the 2D canvas?
评论 #34090827 未加载
bovermyerover 2 years ago
So, if I wanted to load a PNG image file as an input to another shader for this, how would I go about doing that?<p>I don&#x27;t actually need an answer to that question, I just want to know if it&#x27;s possible.
villgaxover 2 years ago
I want one but to do custom UI elements on iOS &amp; Android without having to make an opengl nightmare or unity based video game inadvertently