hippyman [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=14102 Hippyman's Verlet Physics Example <p>Here's an example project that shows how to use verlet physics in your projects. I'm still reading up on the subject, so this is really just a fancy demo at the moment. I'm going to add in edges and then try and figure out how to control objects with forces or impulses.</p> <p><a href="https://github.com/brandonschmeidler/pico8_verlet">Github Source</a><br /> <a href="https://brandonschmeidler.github.io/pico8_verlet">Github Page</a></p> <p> <table><tr><td> <a href="/bbs/?pid=39724#p"> <img src="/bbs/thumbs/pico39723.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=39724#p"> Hippyman's Verlet Physics Example 1</a><br><br> by <a href="/bbs/?uid=14102"> hippyman</a> <br><br><br> <a href="/bbs/?pid=39724#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=29183 https://www.lexaloffle.com/bbs/?tid=29183 Sun, 16 Apr 2017 20:55:40 UTC Hippyman's Starter Project <p>Hello everybody! I normally use Gamemaker Studio but my graphics card crapped out on me and I only have a Linux laptop as a backup which Gamemaker Studio doesn't run on. Fortunately, Pico-8 does run on Linux! I've owned Pico-8 for a while but never really used it so I figured this was a better time than any and I'm pretty glad I did now. This program has really made me appreciate the Lua programming language. It's super simple to use and learn. Over the past few days I put together a simple starter project that lets you not worry about the boring stuff and just jump straight into making your game. The only thing I didn't write myself is the insert function which is edited from Adam Scott's &quot;Missing Built-ins&quot; extension.</p> <p>Features:<br /> -Sprite animations<br /> -Sprite origins<br /> -Automatic depth sorting<br /> -Mouse support</p> <p>Plans:<br /> -Integrate map editor<br /> -Collision system<br /> -more to come? we'll see.</p> <p><a href="https://github.com/brandonschmeidler/pico8_starter">GITHUB LINK</a><br /> <a href="https://brandonschmeidler.github.io/pico8_starter/">Online Demo</a></p> <p>I tried to add a cart to this test so you could check it out but it only works when I first upload and preview it. Once I hit submit, something goes wrong and it fails to load the cart. If anybody could help me understand why, I would appreciate it.</p> <p>I made a github page to see the demo without any mouse issues.</p> https://www.lexaloffle.com/bbs/?tid=29147 https://www.lexaloffle.com/bbs/?tid=29147 Tue, 11 Apr 2017 01:36:49 UTC