Log In  

Cart #49438 | 2018-02-20 | Code ▽ | Embed ▽ | No License
2

hey all,

I managed to get a feedback setup working with peek and poke. It looks like this is all the abuse that the cart can take. The framerate is pretty solid as is, but any additional code (even simple maths) sends the framerate through the floor. I'm excited to keep messing around with manipulating memory. If anyone has any tips for optimization, let me know! Thanks!

mike

Cart #49347 | 2018-02-17 | Code ▽ | Embed ▽ | No License
2

hey all,

new to pico-8 here but quickly falling in love.

as an experiment, I threw together this basic feedback system using pget and pset

is there a more efficient way to do this? i know its possible to access the screen buffer using the various memory getters and setters. is there a way to modify these values before re-setting them?

also, how would i scale (zoom in/out) the current contents of the screen?

thanks!

mike

P#49348 2018-02-16 19:14 ( Edited 2018-02-20 02:20)


[Please log in to post a comment]