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.

GPU Accelerated Voxel Physics Solver

5 pointsby gablerouxabout 8 years ago

1 comment

gablerouxabout 8 years ago
A very good example of Compute Shaders for the recent release of Unity 5.6 that supports Metal for MacOS and iOS. This is just awesome, grab the project on Github and try it! It&#x27;s not perfect, but still very impressive. All the gravity is being calculated using the GPU :)<p>Kudos to Jason Knight<p>Compute Shaders: <a href="https:&#x2F;&#x2F;docs.unity3d.com&#x2F;Manual&#x2F;ComputeShaders.html" rel="nofollow">https:&#x2F;&#x2F;docs.unity3d.com&#x2F;Manual&#x2F;ComputeShaders.html</a> Note that documentation is not yet updated concerning Metal and MacOS + iOS support<p>Apple Metal: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;metal&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;metal&#x2F;</a><p>Unity 5.6 added Compute Shaders for Metal: <a href="https:&#x2F;&#x2F;unity3d.com&#x2F;unity&#x2F;roadmap" rel="nofollow">https:&#x2F;&#x2F;unity3d.com&#x2F;unity&#x2F;roadmap</a>