Join us on Discord!
You can help CodeWalrus stay online by donating here.

Juju's PICO-8 projects

Started by Yuki, June 04, 2016, 03:37:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yuki

Yeah, mouse support is an undocumented feature and not officially supported. It's there, likely for the program editor, except zep did not meant to put it in the docs and/or anyone to use it.

Quote from: DJ Omnimaga on August 02, 2016, 04:29:30 AM
Also you should add options that allows people to hide title bars or icons or even disable drag and drop. That could be handy if for example someone was to use this in a JRPG and didn't want the mouse stuff.
I think you're better drawing rectangles in that case. Unless you need to move windows, that is.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Dream of Omnimaga

Ah ok. I hope it won't get patched by accident in future versions. That's kinda cool that we can do such stuff. Also I was suggesting the JRPG idea since sometimes that requires moving windows and stuff and it would make it easier for programmers to make menus. But also it would make your routine more versatile.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Yuki

Update! It looks like a decent OS with a taskbar now, check it out.

http://www.lexaloffle.com/bbs/?tid=3980
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Dream of Omnimaga

It even supports touchscreen for the mouse movements o.o

Also this looks good so far. Now it reminds me a bit of Windows 98 :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Snektron

  • Calculators owned: TI-84+
Legends say if you spam more than DJ Omnimaga, you will become a walrus...


c4ooo

I wonder if a pico8 emu on CE would be possible? Given the large amount of games on pico8 games, such an emulator will open a lot of gaming possibility. If not then maybe an emulator of some nintendo consoles would be possible on the CE?

Ivoah

Quote from: c4ooo on August 06, 2016, 11:59:22 AM
I wonder if a pico8 emu on CE would be possible? Given the large amount of games on pico8 games, such an emulator will open a lot of gaming possibility. If not then maybe an emulator of some nintendo consoles would be possible on the CE?
I asked zep about the possibility of porting PICO-8 to the Nspire and he said that it wouldn't be possible, so I'm sure a CE port would be out of the question unfortunately.
  • Calculators owned: TI-86 (now broken), TI SR-56, TI-Nspire CX CAS, TI-84+ SE, TI-84+ SE, TI-85, TI-73 Explorer VS, ViewScreen, TI-84+ CSE, TI-83+ SE

c4ooo

Wouldn't be possible do to legal or hardware reasons?

Ivoah

Quote from: c4ooo on August 06, 2016, 03:06:36 PM
Wouldn't be possible do to legal or hardware reasons?
hardware
  • Calculators owned: TI-86 (now broken), TI SR-56, TI-Nspire CX CAS, TI-84+ SE, TI-84+ SE, TI-85, TI-73 Explorer VS, ViewScreen, TI-84+ CSE, TI-83+ SE

c4ooo

Ohh. What makes it so impossible? The fact that you need a lua interpreter or a lot of memory or something else?

Dream of Omnimaga

Maybe PICO 8 was not optimized enough to run on such lower-end hardware?
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Yuki

  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Dream of Omnimaga

Lol that is epic. I didn't know PICO-8 could do video streaming from a webcam (or Manycam)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Yuki

Yeah, most of the thing is done in Javascript, then it crams it in PICO-8's 128 bytes of GPIO port memory. Kinda why it's this slow.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Powered by EzPortal