Profi06 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=37630 Dodecahedron <p> <table><tr><td> <a href="/bbs/?pid=155332#p"> <img src="/bbs/thumbs/pico64_dodecahedron-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=155332#p"> Dodecahedron</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=155332#p"> [Click to Play]</a> </td></tr></table> </p> <p>Wanted to freshen up my knowledge about 3D math and dodecahedrons are just a cool shape.<br /> Contains a small self-written library for converting 3d points to screen coordinates.</p> <p>Controls:<br /> x/o: Change Fov<br /> left/right: Move horizontally<br /> up/right: Spin</p> https://www.lexaloffle.com/bbs/?tid=144599 https://www.lexaloffle.com/bbs/?tid=144599 Sat, 05 Oct 2024 00:09:22 UTC matmul returns wrong result when m0 == m_out <p> <table><tr><td> <a href="/bbs/?pid=155323#p"> <img src="/bbs/thumbs/pico64_seboburamu-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=155323#p"> seboburamu</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=155323#p"> [Click to Play]</a> </td></tr></table> </p> <p>matmul and matmul3d seem to yield wrong results when used in the form <code>a:matmul(b, a)</code>, while <code>a = a:matmul(b)</code> yields the expected result. This is probably because positions are overwritten with their results even if they are still needed for the calculation of other positions.</p> <p>This could probably be fixed if <code>a:matmul(b, a)</code> calculated results columnwise and buffered results until the column is finished.</p> https://www.lexaloffle.com/bbs/?tid=144595 https://www.lexaloffle.com/bbs/?tid=144595 Fri, 04 Oct 2024 18:58:32 UTC Canvas Screensaver <p> <table><tr><td> <a href="/bbs/?pid=154813#p"> <img src="/bbs/thumbs/pico64_canvas_screensaver-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=154813#p"> Canvas Screensaver 1.0</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=154813#p"> [Click to Play]</a> </td></tr></table> </p> <p>Wanted to try rgb values for the palette and I think it turned out quite pretty.</p> https://www.lexaloffle.com/bbs/?tid=144425 https://www.lexaloffle.com/bbs/?tid=144425 Wed, 25 Sep 2024 22:26:22 UTC Spotty Wallpaper <p> <table><tr><td> <a href="/bbs/?pid=154746#p"> <img src="/bbs/thumbs/pico64_spotty_wallpaper-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=154746#p"> Spotty Wallpaper 1.1</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=154746#p"> [Click to Play]</a> </td></tr></table> </p> <p>A wallpaper similar to pattern.p64, except that some parts of the screen have inverted colors. (Due to the use of fill patterns, this wallpaper assumes a 8x8 theme desktop_pattern, larger patterns will be clipped)</p> <p>Release Notes:<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> 1.1 (rev 1): Fixed pattern being mirrored horizontally<br /> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=144398 https://www.lexaloffle.com/bbs/?tid=144398 Tue, 24 Sep 2024 20:55:16 UTC Fontviewer <p> <table><tr><td> <a href="/bbs/?pid=154684#p"> <img src="/bbs/thumbs/pico64_fontviewer-5.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=154684#p"> Font Viewer 1.2.1</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=154684#p"> [Click to Play]</a> </td></tr></table> </p> <p>I created a Font viewer that can be set as the default app for .font files like those found in /system/fonts/ (by using the command <code>default_app font /placeholder/path/to/fontviewer</code>). It also allows you to copy characters and their chr call to the clipboard.</p> <p>Release Notes:<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> 1.2.1 (rev 5): Fixed crash in sandboxed mode<br /> 1.2 (rev 4): </p> <ul> <li>Inspector is now prettier (and uses gui elements) </li> <li>Inspector now lists character size (including for non monospace fonts) and hexadecimal character code</li> <li>redraw on mouse movements now far cheaper (only redraws previously hovered and newly hovered characters)</li> <li>If the font is small enough, the icon of saved files contains ABC in the font itself (otherwise in default font)</li> </ul> <p>1.1 (rev 3): Can now wrangle files and added inspector that allows to copy character and chr(DECIMAL) to clipboard</p> <p>1.0 (rev 2): Initial release</p> <p>(rev 0 &amp; 1: I suck at metadata)<br /> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=144379 https://www.lexaloffle.com/bbs/?tid=144379 Tue, 24 Sep 2024 00:12:41 UTC Simple Weekday Gifs <p>I created 7 extremly simple gifs, one for each day of the week:</p> <p>Monday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_monday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> monday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Tuesday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_tuesday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> tuesday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Wednesday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_wednesday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> wednesday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Thursday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_thursday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> thursday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Friday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_friday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> friday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Saturday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_saturday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> saturday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> <p>Sunday:<br /> <table><tr><td> <a href="/bbs/?pid=114679#p"> <img src="/bbs/thumbs/pico8_sunday_gif-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=114679#p"> sunday_gif</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=114679#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=48605 https://www.lexaloffle.com/bbs/?tid=48605 Sat, 23 Jul 2022 15:43:24 UTC Custom font: PICO-8 Logo Font <p> <table><tr><td> <a href="/bbs/?pid=66389#p"> <img src="/bbs/thumbs/pico8_pico8logofont-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=66389#p"> pico8logofont</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=66389#p"> [Click to Play]</a> </td></tr></table> </p> <p>This font is inspired by the font that's used on the PICO-8 booting screen. Most characters below 128 have been changed while most wide characters remain unchanged.</p> https://www.lexaloffle.com/bbs/?tid=34969 https://www.lexaloffle.com/bbs/?tid=34969 Tue, 30 Mar 2021 13:20:19 UTC Rotatio <p> <table><tr><td> <a href="/bbs/?pid=89307#p"> <img src="/bbs/thumbs/pico8_rotatio-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=89307#p"> Rotatio V8</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=89307#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=42115 https://www.lexaloffle.com/bbs/?tid=42115 Sun, 21 Mar 2021 15:42:36 UTC Unexplored Dungeon V1.6.0 <p> <table><tr><td> <a href="/bbs/?pid=66391#p"> <img src="/bbs/thumbs/pico8_unexplored_dungeon-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=66391#p"> Unexplored Dungeon V1.6.0</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=66391#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=34971 https://www.lexaloffle.com/bbs/?tid=34971 Sun, 21 Mar 2021 15:35:45 UTC unexplored_dungeon V1.0.0 <p> <table><tr><td> <a href="/bbs/?pid=79209#p"> <img src="/bbs/thumbs/pico8_unexplored_dungeon-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=79209#p"> unexplored_dungeon V1.0.0</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=79209#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=38790 https://www.lexaloffle.com/bbs/?tid=38790 Sun, 12 Jul 2020 17:54:12 UTC The Spare Coin 1.0 <p> <table><tr><td> <a href="/bbs/?pid=66390#p"> <img src="/bbs/thumbs/pico8_the_spare_coin-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=66390#p"> The Spare Coin 1.0</a><br><br> by <a href="/bbs/?uid=37630"> Profi06</a> <br><br><br> <a href="/bbs/?pid=66390#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=34970 https://www.lexaloffle.com/bbs/?tid=34970 Mon, 05 Aug 2019 15:26:19 UTC