Denman Rooke · @denmanrooke
1431 followers · 105 posts · Server social.coop

As a big fan of PICO-8 I'm very curious about PICOTRON. Looking forward to playing with that when it's ready.

#pico8 #picotron

Last updated 1 year ago

zep.p8 · @zep
2974 followers · 173 posts · Server mastodon.social

Working on 's cpu -- spooky but beautiful things currently happen when it goes over 100% capacity.

#picotron

Last updated 1 year ago

zep.p8 · @zep
2953 followers · 167 posts · Server mastodon.social

menus concept: one global drop-down for cart management & settings ("picotron menu"), and one app-specific drop-down ("app menu"). When editing a file inside the current working cartridge (e.g. /ram/cart/src/update.lua), changes are live ~ no need to save before running.

#picotron

Last updated 1 year ago

I've posted a DevLog πŸ“ to my covering:
πŸ‘¨β€πŸ’» Playing with
πŸ—ΊοΈ UI update
πŸŽ‚ Anniversary
❀️ Lovebyte 2023 - Sneak Peek

❀️ patreon.com/posts/77903114

#indiedev #gamedev #screenshotsunday #UnDUNE2 #SAGEngine #picotron #patreon

Last updated 2 years ago

zep.p8 · @zep
2704 followers · 143 posts · Server mastodon.social

Wondering when different features might arrive in ? Here's a rough roadmap: lexaloffle.com/picotron.php?pa

#picotron

Last updated 2 years ago

JamesMcDaniel · @JamesMD
4 followers · 9 posts · Server mastodon.gamedev.place

A few fun attemps to create tootcards inside picotron on lunch-break (source on the comments)


#tweetcart #tootcart #pico8 #picotron

Last updated 2 years ago

Greg · @greg76
1 followers · 2 posts · Server mas.to

Dusted off some earlier starfield and dycp scroll code, "borrowed" some music and tested how apps can be run in a browser. just sat better in my existing toolchain and was lazy to try just yet, but it is still on my bucket list. maybe will be a reason to switch. Being able to share over the web is just a boost! dervarics.hu/sufni/dycp.html

#picotron #pico8 #Python #pyxel

Last updated 2 years ago

fsouchu · @fsouchu
174 followers · 101 posts · Server mastodon.gamedev.place

Thanks @GunTurtle for enlightening Discord chat - zbuffer using stencil operations (no polygon sorting harmed in this picture!)

left: no stencil ops (see through artifacts)
right: src<dst (far pixels gets clipped)

#picotron

Last updated 2 years ago

@JamesTDG you should be excited for then. It’s basically that :)

#picotron

Last updated 2 years ago

RπŸ’½nflaix · @Ronflaix
493 followers · 875 posts · Server mastodon.gamedev.place

There is something to do with the new palette abilities.

Here's Famicube by Arne(@\androidarts@\mastodon.gamedev.place) running directly in the console.

Palettes are stored at 0x5000 (like in the documentation says) in BGRA8 format (not like the documentation says)

#picotron

Last updated 2 years ago

Krystian Majewski · @krystman
449 followers · 902 posts · Server mastodon.social

πŸŽ₯⭐ New Video ⭐πŸŽ₯
First Look at . The future of ?
youtube.com/watch?v=e8LXpPwW3F

#picotron #pico8

Last updated 2 years ago

fsouchu · @fsouchu
173 followers · 93 posts · Server mastodon.gamedev.place

@zep went through some crash course on and got running on my own app but still cannot grok how to read *local file system* - welp!!!

#picotron #electron

Last updated 2 years ago

First trembling steps on soil. The increased resolution feels exciting and horrifying at the same time. Having been head down in 's 128x128 this is definitely gonna take some time to get used to!

#pico8 #picotron

Last updated 2 years ago

Drake Blue · @drakeblue
42 followers · 35 posts · Server mastodon.gamedev.place

Played about with a bit. I'm hoping it'll be a reasonable step up from without making projects too big for me to finish.
- The bigger res makes editing in it better, but I'd still rather use my own text editor. Is that possible yet? I couldn't even get copy/paste to work inside picotron never mind in/out.
- i.e. no way to preserve code yet
- Maybe I've missed it, but I haven't seen anything about networking yet - anyone have any info?

#pico8 #picotron

Last updated 2 years ago

Andrew Reist · @platformalist
86 followers · 47 posts · Server mastodon.gamedev.place

@Liquidream Awesome! Were you able to capture this clip straight from , or did you need to use an external app?

#picotron

Last updated 2 years ago

Marquee Design · @marqueedesign
28 followers · 37 posts · Server icosahedron.website

@zep Stresstesting the with a ray-marched cavesystem chugging along at ~8-12FPS in playground on my old laptop ;-)

#pico8 #picotron

Last updated 2 years ago

· @pancelor
67 followers · 8 posts · Server mastodon.social

tiny code christmas day 4: a plasma, made in picotron! I love the new colors :D

252 bytes:
```
c={18,16,30,29,28}t=0
s=sin
j=0
function _draw()t+=.004
j+=8
j%=96
for x=0,480,8 do
for y=j,270,48 do
z=s(t+x/170+s(y/299)+y/311*s(x/239+t)*(2+s(t)))*2+3.5
for i=0,7,2 do
poke2(0x5500+i,z-z\1<.3 and 21930 or 0)end
circfill(x,y,2+s(t),c[z\1])end
end
end
```

#lovebytetcc #pico8 #picotron #sizecoding

Last updated 2 years ago

Andrew Reist · @platformalist
86 followers · 45 posts · Server mastodon.gamedev.place

Having a ton of fun with Picotron Playground! Nothing to show yet since I've lost a few simple programs to crashes, but the potential is amazing.

lexaloffle.com/picotron.php?pa

#gamedev #picotron

Last updated 2 years ago

Moritz Rebbert · @ztiromoritz
27 followers · 41 posts · Server mastodon.social

When you want to have a look inside the lua files in the picotron playground, I wrote a small script to do that.

You can past it to the terminal and use it like this
$ less system/api.lua

The name less might be a bit exaggerated, I was excited 😊

github.com/ztiromoritz/picotro

#picotron

Last updated 2 years ago

--first ? 🌌
g={}p={[0]=1,5,6,7,28}
for i=1,100 do
add(g,{x=rnd(480),y=rnd(270),z=rnd(5)})
end
function _draw()
cls()
for s in all(g)do
s.x-=s.z
s.x%=480
pset(s.x,s.y,p[s.z\1])
end
end

#tootcart #picotron

Last updated 2 years ago