Skip to content

guidouil/PicoCalcStuffs

Repository files navigation

PicoCalc Stuffs I coded in MMBasic (for now)

DEMO

IMAGE ALT TEXT HERE

👆 Click on image to see the video of the Demo ☝️

A 130 seconds demo with sound and many annimations gathered mostly on TheBackShed. You also need the file laamaa.mod in the same directory as demo.bas to have it working properly. This was tested on a Raspberry Pico2W overclocked at 252MHz.

Requirements

  • A PicoCalc (obvously)
  • Having the mod files buffer enabled. This will format your A: drive, so do backup if you store some stuff as autorun. To enable the buffer use this command option modbuff enable. You can disable it latter on with option modbuff disable
  • Running on a Raspberry Pico2W overclocked at 252MHz. You can overclock with the following command option cpluclock 252000. It might run on a Pico1 on regular frequency since it's only MMBasic without 3D instructions in the code.

Launch it using run "demo command.

Boing

An attempt to recreate the famous Amiga Demo from 1984. Vibe coded by GPT5 and adapted/fixed by me.

Launch it using run "boing command.

chain

A little demo stolen from this page that looks like this

Chain screenshot

Launch it using run "chain command.

cmatrix

A wanabe clone of the famous linux command screensaver: cmatrix.

Launch it using run "cmatrix command.

DVD

A wanabe clone of the infamous DVD players screensaver.

Launch it using run "dvd command.

Flappy

A clone of FlappyBird vibe coded with GPT, need rework, added framebuffer to make it playable.

Launch it using run "flappy command.

ilu

It's just an illusion, is your screen flikering? is any line moving? Maybe ¯\(ツ)

ilu screenshot

Launch it using run "ilu command.

Keyb

A keyboard testing app coded 100% on the picocalc keyboard.

Keyb screenshot

Launch it using run "keyb command.

MODP

My most ambitious mmbasic programm yet, 5k to make a .mod files music player / sampler. Tested on Pico2W only.

It requires 2 things

  • have the MODBUFFER enabled on yout PicoCalc. This will format your A: drive, so do backup if you store some stuff as autorun. To enable the buffer use this command option modbuff enable 192 (if you don't put the 192 it will only take 128ko for buff and as max mod file size to play)
  • have a modfiles directory at the same level as modp.bas with some .mod files in it, you can get some here.

The player can only play file up to 192k

Launch it using run "nodp command.

Paint

A small image maker in 40x40 tiles with basic colors for all the pixels lovers.

Paint screenshot

Launch it using run "paint command.

Popup

A little test to make UI mostly with print characters, also some rbox and text.

Popup screenshot

Launch it using run "popup command.

RGB

A little tool to show rgb colors and corresponding code. Two command are available when running a for again and s to save a screenshot, any other key to quit.

RGB screenshot

Launch it using run "rgb command.

Starfield

A screensaver inspired by win95 and partialy vibe coded with a GPTs.

Launch it using run "starfield command.

w95

A windows 95 emulator, needs the w95.wav file to be in the same directory as the w95.bas file to work "properly".

Launch it using run "w95 command.

win10

The windows 10 loading screen with a twist.

Launch it using run "win10 command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors