A fast 3D collision detection algorithm
Hacker News (score: 46)Description
github repo: https://github.com/cairnc/sat_blog
More from Hacker
Show HN: The Montana MiniComputer
Show HN: The Montana MiniComputer Hey HN, we just released the 1.0 of the MonTana Mini Computer (MTMC-16), a virtual teaching computer to help students understand how low level computing works. It is a 16 bit computer with only 4k of ram, but we've made some design choices that help maximize what you can accomplish with the limited hardware<p><a href="https://mtmc.cs.montana.edu/" rel="nofollow">https://mtmc.cs.montana.edu/</a><p>It is written in java (sorry) and provides a web interface that has:<p>- a blinken-lighten display for registers<p>- a memory view with different filters you can apply<p>- a Gameboy-like game pad<p>- a console you can use to interact with the computer (including running assembly instructions directly)<p>- a file browser with an integrated editor for editing file<p>So everything you need to get going on low level programming.<p>It includes some sample code, including snake and conway's game of life, in the /src directory.<p>You can watch a quick start video here: <a href="https://www.youtube.com/watch?v=m_6pZ_sT3y0" rel="nofollow">https://www.youtube.com/watch?v=m_6pZ_sT3y0</a><p>We have the start of a C compiler for the machine, but that's still a work in progress. We plan on improving the interactivity and visual feedback over the next few months, so any feedback you can give us would be very much appreciated!
No other tools from this source yet.