<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: TestTube_Andy</title><link>https://news.ycombinator.com/user?id=TestTube_Andy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 14:55:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TestTube_Andy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Since Velocity Raptor, I've started making my new games using Unity. That lets me release to the web (now, recently, without needing any plugin at all) or various devices.<p>I don't have any immediate plans to port Velocity Raptor over, though. It would take an entire rebuild of the game.</p>
]]></description><pubDate>Tue, 24 Mar 2015 04:03:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=9254834</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9254834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9254834</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Different cannons shoot bullets at different speeds. Check out the (bonus) level 40 to just play around with a few different cannons at once, and see that their speeds stay constant whichever view you select.<p>I wanted to let the bullets have different speeds to change the 'strength' of the relativistic effects.  For example, making the ones in level 9 move really, really fast so you couldn't pass through them without using a little relativistic trick.</p>
]]></description><pubDate>Mon, 23 Mar 2015 03:12:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249326</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249326</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Oh - haha - no problem. One of my favorite parts of watching people who know about relativity play this game is seeing them a) think of an effect that isn't shown in the game, and state that out loud, then b) reach the level that the effect is introduced. (Doppler shift, aberration, etc.) Makes me smile every time.</p>
]]></description><pubDate>Mon, 23 Mar 2015 03:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249308</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249308</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Oh, that's really cool. No, I'd not heard of those shaders or DisplacementMapFilter - but it sure looks like they could do what I need. My current method (as you can perhaps tell) is to split the (non-relativistic) image into a bunch of thin triangle fanning out radially from your character, then redraw those images onto triangles with modified angle/vertices.<p>It works pretty well, but I imagine using one of the methods you listed would be a lot faster. Thanks for sharing them, I'll keep them in mind for a possible upgrade to the game.</p>
]]></description><pubDate>Mon, 23 Mar 2015 01:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249098</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249098</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Ha, I would love to get more time to spend working on this game. There <i>is</i> a level editor, though, and some players have made truly amazing levels in the game. Many are posted in the TestTubeGames forum, so I encourage you to check them out (<a href="http://testtubegames.com/forums/viewtopic.php?f=3&t=89" rel="nofollow">http://testtubegames.com/forums/viewtopic.php?f=3&t=89</a>).<p>One player made a quasi-"light clock" using the bullets, and another made a whole sequence of levels about the see-all seal that may as well be canon :)</p>
]]></description><pubDate>Mon, 23 Mar 2015 01:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249052</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249052</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Oh yes, so true. I too am not immune to a bit of minor nausea after a bunch of playing. Just goes to show that our eyes & brains really aren't built for seeing the relativistic world. Not something our ancestors really needed to do :)</p>
]]></description><pubDate>Mon, 23 Mar 2015 01:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249041</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249041</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Thanks for playing.  It's an interesting question about the huge-and-instantaneous acceleration when the raptor stops.  The way I treated it when making the game was that the spacebar is equivalent to applying an acceleration exactly equal to (minus) your speed divided by the timestep of the game.  Which means from one frame to the next you'll go from moving to stopped.<p>So from a technical perspective, the acceleration isn't infinite, since it happens over the course of a single frame.  Of course, that reveals one of the odd parts about having discrete time-steps (frame, frame, frame) instead of continuous time.<p>Practically, the acceleration it would take to stop you <i>that</i> suddenly would indeed be immense, and certainly the forces would be enough to tear a normal velociraptor's claws right off her feet. (Luckily, VR is no <i>normal</i> raptor)<p>If you do want to be able to see the acceleration, you can always use the arrow keys to slow down... or hold down an arrow key as you hit the spacebar (that decreases the 'braking' acceleration)</p>
]]></description><pubDate>Mon, 23 Mar 2015 01:37:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=9249031</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9249031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9249031</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Oh, nicely done! You beat the game faster than I could remind myself of the cheat code!<p>You're absolutely right about the colors. Right now, the color-blocks only show what would happen to the wavelength (which gets 'black' as you head into UV), not the brightness. There are so many effects, which can get confusing if all presented at the same time, so I had to pick and choose which I'd represent.<p>That said, I really should have added levels that dealt with the brightness. It's a cool effect, too, dammit!  I'll keep that in mind.<p>About the doors, if you're noticing what I think you're noticing, a quick explanation... Put shortly: in their rest frame, they open/shut simultaneously. But to the moving raptor, those 'simultaneous' moments happen at different times. Which is why the raptor feels like she can fit through a pair of doors that are otherwise too close together - there is a period of time (in her frame) that the doors are both open, letting her through.</p>
]]></description><pubDate>Sun, 22 Mar 2015 22:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=9248427</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9248427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9248427</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Either:<p>a) Raptors are the cleverest of animals, with an uncanny ability to understand relativity.
b) I am obsessed with Jurassic Park and couldn't pass up a good pun.<p>So, you know. One of those two.</p>
]]></description><pubDate>Sun, 22 Mar 2015 21:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=9248212</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9248212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9248212</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Thanks! And no problem about the link. I'll warn you, though, once you listen to his music, you'll start to hear it <i>everywhere</i> in games. So listen at your own peril :)</p>
]]></description><pubDate>Sun, 22 Mar 2015 20:57:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=9248193</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9248193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9248193</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Yes it is.  It's 'Bathed in the Light' by Kevin McLeod. He's got a nice site (incompetech.com) filled with royalty free music. Great for low-budget game devs like myself. Sounds like KSP picked one of the same songs I did.</p>
]]></description><pubDate>Sun, 22 Mar 2015 20:49:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=9248164</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9248164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9248164</guid></item><item><title><![CDATA[New comment by TestTube_Andy in "Velocity Raptor – an adventure in 2+1 dimensions"]]></title><description><![CDATA[
<p>Hey there - game's creator here. I came across this post and figured I'd pop in to say: thanks to everyone for playing! (And thanks to stared for sharing it.)<p>I'm happy to answer any questions/take feedback/suggestions.<p>Oh, and __m: I can't reveal VR's secret identity... what if Professor Rex found out? Could spell certain disaster.</p>
]]></description><pubDate>Sun, 22 Mar 2015 20:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=9248043</link><dc:creator>TestTube_Andy</dc:creator><comments>https://news.ycombinator.com/item?id=9248043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9248043</guid></item></channel></rss>