stephan_gfx [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=11598 Artificial Life Meetup 2019 Intro TweetCart <p> <table><tr><td> <a href="/bbs/?pid=64279#p"> <img src="/bbs/thumbs/pico8_artificial_life_meetup_intro-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64279#p"> artificial_life_meetup_intro</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=64279#p"> [Click to Play]</a> </td></tr></table> </p> <p>Artificial Life Meetup 2019<br /> when: May 14th, 2019 Noon-2pm<br /> where: Oakland Museum of California (loitering in cafe/courtyard), Oakland, CA</p> <p>This is a tweetcart implementation of almost conway's game of life. If you're interested in artificial life and in the area, come join us to hang out and chat!</p> <p>Follow @antovsky on twitter for more details.</p> <p>Tweetcart by: <a href="https://www.lexaloffle.com/bbs/?uid=11598"> @stephan_gfx</a> on twitter</p> https://www.lexaloffle.com/bbs/?tid=34169 https://www.lexaloffle.com/bbs/?tid=34169 Fri, 10 May 2019 03:38:07 UTC Dead Man's Slope (Now With Invertible Controls!) <p> <table><tr><td> <a href="/bbs/?pid=46604#p"> <img src="/bbs/thumbs/pico46800.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=46604#p"> Dead Man's Slope 0.6</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=46604#p"> [Click to Play]</a> </td></tr></table> </p> <p>v0.6 update:</p> <ul> <li>added menu item to invert the horizontal controls, let me know what you think!</li> </ul> <p>Dead Man's Slope</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/mogulneer_18.gif" width=256 height=256 alt="" /> <p>WIP post for early feedback. Tell me what you think!</p> <p>Fast paced, technical slalom skiing!</p> <p>Controls:<br /> arrow keys: point the skis toward the arrow direction<br /> x: dash<br /> z: jump</p> <p>Slalom around the gates and get to the finish line as quickly as possible. Missing gates incurs a time penalty, so try to stay on track! Jump over the holes and avoid the trees.</p> <p>I'm still iterating on the polish and level design. I have already implemented ice patches that you slide across and moguls that you can jump off of, but haven't built levels around them yet. Thought I would release this a bit early to see how people react!</p> https://www.lexaloffle.com/bbs/?tid=30307 https://www.lexaloffle.com/bbs/?tid=30307 Wed, 22 Nov 2017 23:30:11 UTC Performance Test Gallery <p> <table><tr><td> <a href="/bbs/?pid=44898#p"> <img src="/bbs/thumbs/pico44897.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=44898#p"> Performance Test Gallery 1.0</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=44898#p"> [Click to Play]</a> </td></tr></table> </p> <p>Ok, it isn't pretty but sometimes you just want to know what the CPU cost of something is. I've started this cart just to see what things cost. This runs at 60fps, so if you're using a 30fps cart, you can divide the CPU cost by 2.</p> <p>Its structured to be really easy to add more tests to, if you're curious. Let me know if you have any questions! This lives on github at:<br /> <a href="https://github.com/ssteinbach/pico8carts/blob/master/performance_test_gallery.p8">https://github.com/ssteinbach/pico8carts/blob/master/performance_test_gallery.p8</a></p> <p>PRs welcome!</p> https://www.lexaloffle.com/bbs/?tid=30032 https://www.lexaloffle.com/bbs/?tid=30032 Tue, 03 Oct 2017 23:42:09 UTC One Euro Filter Demo Cart <p> <table><tr><td> <a href="/bbs/?pid=42460#p"> <img src="/bbs/thumbs/pico42459.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=42460#p"> One Euro Filter Demo Cart 1.0</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=42460#p"> [Click to Play]</a> </td></tr></table> </p> <p>I needed a filter for something on another project, so I implemented the very cool 1 euro filter from:<br /> <a href="http://cristal.univ-lille.fr/~casiez/1euro/">http://cristal.univ-lille.fr/~casiez/1euro/</a></p> <p>The parameters are tuned in this gif to make it very obvious, but its controllable.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/PICO-8_177.gif" width=256 height=256 alt="" /> <p>The code for the filter is at the top of the cart, if you want to see the source. It has a :filter() method that can filter the incoming noisy value.</p> <p>In the cart: if you click it draws lines. Green line is the input signal, yellow is the filtered signal.</p> <p>Based on stdlib.p8, built with @stevelavieties.</p> https://www.lexaloffle.com/bbs/?tid=29646 https://www.lexaloffle.com/bbs/?tid=29646 Thu, 13 Jul 2017 23:39:01 UTC Easing Gallery <p> <table><tr><td> <a href="/bbs/?pid=41657#p"> <img src="/bbs/thumbs/pico8_wewudonko-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=41657#p"> Easing Gallery 0.4</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=41657#p"> [Click to Play]</a> </td></tr></table> </p> <p>Update 0.4: fixed a bug that would cause bad behavior when changing the loop duration.</p> <p>Update: Added more functions, including critically damped spring and cosine interpolation. Also added the &quot;kaneda&quot; easing function visualization for fun :-). Also removed even more code so its even easier to see how it all works and add your own functions.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/PICO-8_244.gif" width=256 height=256 alt="" /> <p>PRs welcome!<br /> <a href="https://github.com/ssteinbach/pico8carts/blob/master/easing_gallery.p8">Easing Gallery github page</a></p> <p> <table><tr><td> <a href="/bbs/?pid=41657#p"> <img src="/bbs/thumbs/pico41893.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=41657#p"> Easing Gallery 0.2</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=41657#p"> [Click to Play]</a> </td></tr></table> </p> <p>Update: added a few more functions and removed a ton of crap from the code to make it easier to find the actual math. The nice thing about this cart is that it is <em>extremely</em> easy to write a new easing function to test out. I'll keep adding to it as I need to try out different feels. Thanks!</p> <p> <table><tr><td> <a href="/bbs/?pid=41657#p"> <img src="/bbs/thumbs/pico41656.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=41657#p"> Easing Gallery 0.1</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=41657#p"> [Click to Play]</a> </td></tr></table> </p> <p>I made this cart because I wanted to visualize easing functions and make it easy to compare them. Is there a better version of this somewhere?</p> <p>In any case, feedback welcome. I'll update it with more functions as I need them.</p> <p>Made with @stevelavieties.</p> https://www.lexaloffle.com/bbs/?tid=29488 https://www.lexaloffle.com/bbs/?tid=29488 Fri, 16 Jun 2017 00:07:02 UTC Pushback <p> <table><tr><td> <a href="/bbs/?pid=40276#p"> <img src="/bbs/thumbs/pico40479.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=40276#p"> Pushback 0.6</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=40276#p"> [Click to Play]</a> </td></tr></table> </p> <p>0.6: fixed invincibility bug</p> <p> <table><tr><td> <a href="/bbs/?pid=40276#p"> <img src="/bbs/thumbs/pico40275.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=40276#p"> Pushback 0.5</a><br><br> by <a href="/bbs/?uid=11598"> stephan_gfx</a> <br><br><br> <a href="/bbs/?pid=40276#p"> [Click to Play]</a> </td></tr></table> </p> <p>Pushback is a simple action game based on the Ludum Dare theme &quot;One Room&quot;.</p> <p>How to play:<br /> You are the center yellow block. Use the green blocks to push the red monsters back and squish them against the walls.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/PICO-8_130.gif" width=256 height=256 alt="" /> <p>If the red monsters get next to you, they'll attack you, and you'll get progressively bloodier. Lose all your health and you lose. </p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/PICO-8_131.gif" width=256 height=256 alt="" /> <p>Squish all the monsters and you progress. See how many levels you can clear!</p> <p>Controls:<br /> arrow keys move the green blocks, you can't move yourself.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11598/PICO-8_128.gif" width=256 height=256 alt="" /> <p>Made in collaboration with <a href="https://www.lexaloffle.com/bbs/?uid=15987"> @SteveL</a></p> <p>Feedback welcome!</p> https://www.lexaloffle.com/bbs/?tid=29285 https://www.lexaloffle.com/bbs/?tid=29285 Sun, 07 May 2017 12:09:27 UTC