Log In  
Follow
Profi06

I created a picotron cheatsheet that you can use as your picotron wallpaper.
PICO-8 already has cheatsheet wallpapers and picotron has built-in wallpaper support so it seemed like the perfect fit.
Some text also contains additional information hidden inside a tooltip that shows up when hovering with the mouse.
Colors and the delay for the tooltip to show up can be changed in /appdata/cheatsheet/config.pod. Changes are applied automatically.

In case you want to use this cheatsheet outside of picotron, here are some screenshots:


Default colorscheme:

A dark colorscheme:

You can paste the following into the terminal to change to the dark colorscheme from the screenshot:

store("/appdata/cheatsheet/config.pod", unpod("b64:bHo0AGsAAACIAAAA8w17Ymc9MCxoZWFkZXI9OCxob3Zlcl9zaWRlPTIwDgBhdHh0PTQsFADxBDUsdGl0bGU9MjQsdG9vbHRpcF9AAAUNACJvckgABBEAADwAJDIyDwCjZGVsYXk9MC41LBgAoHZlcnNpb249MX0="))

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=165093#p)
20
4 comments



It's a mostly green system theme.

You can paste

store("/appdata/system/themes/forest.theme", unpod("b64:bHo0AEgBAAD5AQAAoHtkZXNrMD0xMywJAEExPTE0CQCRX3NoYWRvdz01DgB0dG9wMD0xOQwANDE9MwsA8RNfcGF0dGVybj1weHUAQyAICAQHcAcABxAHEBcQFyAHEAeADgAVABAAFRA6AANiAABXAMJvcl9ib3JkZXI9MjEOAHF1dHRvbj01DQBRZnJhbWWiAKBvcl90aXRsZT02DABKbWFudDgAAhIAAjwAJTE5EgACQQAlMjcRAAJFAJEzLGljb24wPTcIAEExPTExCQAyMj0yEgAQM0QAlHRvb2xiYXI9NwoAEDGKAAMMABcyDABQX2JhY2uIAAQQAABDAAggAFZpdGVtPQ8AgHNlbGVjdGVkdwA0d2luyQADDQADxAARMw4AA8AAETkNAAK8ABA3DAA0ZG93NwAVMBAAAjoAFDMQAAI8ACQxMRAAkHRpdGxlPTE5fQ=="))

into the picotron terminal to install it (assuming you already created the /appdata/system/themes/ folder).

Alternatively, heres the uncompressed theme file:

{desk0=13,desk1=14,desk_shadow=5,desktop0=19,desktop1=3,desktop_pattern=userdata("u8",8,8,"07000000000000000007000700000700000707000007070000000700000700000000000000000007000700000700070000070700000707000000070000070000"),desktop_shadow=19,dor_border=21,dor_button=5,dor_frame=13,dor_title=6,dormant_border=21,dormant_button=19,dormant_frame=27,dormant_title=3,icon0=7,icon1=11,icon2=27,icon3=19,toolbar=7,toolbar1=13,toolbar2=13,toolbar_back=21,toolbar_icon=13,toolbar_item=3,toolbar_selected=11,win_border=1,win_button=13,win_frame=29,win_title=7,window_border=0,window_button=3,window_frame=11,window_title=19}

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=164577#p)
1
0 comments



Cart #happy_new_year_fireworks-0 | 2025-01-04 | Embed ▽ | License: CC4-BY-NC-SA
3

A bit late, but happy new year everyone!

3
1 comment



Cart #dodecahedron-0 | 2024-10-04 | Embed ▽ | License: CC4-BY-NC-SA
14

Wanted to freshen up my knowledge about 3D math and dodecahedrons are just a cool shape.
Contains a small self-written library for converting 3d points to screen coordinates.

Controls:
x/o: Change Fov
left/right: Move horizontally
up/right: Spin

14
3 comments



Cart #seboburamu-0 | 2024-10-01 | Embed ▽ | License: CC4-BY-NC-SA
2

matmul and matmul3d seem to yield wrong results when used in the form a:matmul(b, a), while a = a:matmul(b) 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.

This could probably be fixed if a:matmul(b, a) calculated results columnwise and buffered results until the column is finished.

2
1 comment



Cart #canvas_screensaver-0 | 2024-09-25 | Embed ▽ | License: CC4-BY-NC-SA
5

Wanted to try rgb values for the palette and I think it turned out quite pretty.

5
0 comments



Cart #spotty_wallpaper-1 | 2024-09-24 | Embed ▽ | License: CC4-BY-NC-SA
2

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)

Release Notes:


1.1 (rev 1): Fixed pattern being mirrored horizontally

2
0 comments



Cart #fontviewer-5 | 2024-10-18 | Embed ▽ | License: CC4-BY-NC-SA
11

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 default_app font /placeholder/path/to/fontviewer). It also allows you to copy characters and their chr call to the clipboard.

Release Notes:


1.2.1 (rev 5): Fixed crash in sandboxed mode
1.2 (rev 4):

  • Inspector is now prettier (and uses gui elements)
  • Inspector now lists character size (including for non monospace fonts) and hexadecimal character code
  • redraw on mouse movements now far cheaper (only redraws previously hovered and newly hovered characters)
  • If the font is small enough, the icon of saved files contains ABC in the font itself (otherwise in default font)

1.1 (rev 3): Can now wrangle files and added inspector that allows to copy character and chr(DECIMAL) to clipboard

1.0 (rev 2): Initial release

(rev 0 & 1: I suck at metadata)

11
2 comments



I created 7 extremly simple gifs, one for each day of the week:

Monday:

Cart #monday_gif-0 | 2022-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Tuesday:

Cart #tuesday_gif-0 | 2022-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Wednesday:

Cart #wednesday_gif-0 | 2022-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

[ Continue Reading.. ]

9
3 comments



Cart #pico8logofont-0 | 2021-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

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.

18
1 comment



Cart #rotatio-2 | 2021-09-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

17
5 comments



Cart #unexplored_dungeon-1 | 2021-03-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
3 comments



Cart #unexplored_dungeon-0 | 2020-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

8
2 comments



Cart #the_spare_coin-0 | 2019-08-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
0 comments