pouët.net

RGB plasma by Rez [web]
screenshot added by rez on 2017-06-26 13:38:20
platform :
type :
release date : june 2017
  • 18
  • 1
  • 0
popularity : 55%
 55%
  • 0.95
alltime top: #9054
  • rez rez [Code, design]
added on the 2017-06-26 13:38:20 by rez rez

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

BB Image
added on the 2017-06-26 13:39:12 by rez rez
Very slick and nice effect! I like the way we got two(?) superposed plasmas at the same time. Cool!
rulez added on the 2017-06-26 13:47:42 by sim sim
\o/
rulez added on the 2017-06-26 13:53:58 by keops keops
sexy
rulez added on the 2017-06-26 14:53:20 by Revenant Revenant
@sim: in fact 3, and the 4th is 1+2 reversed :D

here is the whole code:
Code:-- rgbplasma -- by rez local a,cr,cg,cb,cw= 127,{},{},{},{} function _init() cls() for i=0,127 do cr[i]=sget(i,0) cg[i]=sget(i,1) cb[i]=sget(i,2) cw[i]=sget(i,3) end end function _draw() local a2=a*2 for x=3,123,3 do local x2=x/2048 for y=3,123,3 do local y2=y/1024 local v1,v2= 256+192*sin(y2+a2), sin(a-x2+y2) local r,g,b= 56*cos(a2+x/v1+v2), 48*sin((x+y)/v1*v2), 40*cos((x*v2-y)/v1) pset(x,y,cr[flr(56+r)]) pset(x+1,y,cg[flr(48-g)]) pset(x,y+1,cb[flr(40+b)]) pset(x+1,y+1,cw[flr(32-r+g)]) end end --if(a==0) extcmd "rec" a+=0.0025 if a>1 then a=0 --extcmd "video" end --rectfill(0,0,40,6,1) --print("cpu:"..stat(1),1,1,12) end
added on the 2017-06-26 15:36:26 by rez rez
Sweeeet! Love the PICO.
rulez added on the 2017-06-26 16:46:37 by kieran kieran
nice
rulez added on the 2017-06-26 18:40:46 by SiR SiR
Yes
rulez added on the 2017-06-26 22:55:30 by HellMood HellMood
A real nice effect on Pico-8! Rez Rulez!
rulez added on the 2017-06-27 01:43:20 by Volantis Volantis
not bad! :)
rulez added on the 2017-06-27 03:56:01 by norecess norecess
yes
rulez added on the 2017-06-27 05:07:18 by Flashira Flashira
:)
rulez added on the 2017-06-27 05:38:34 by sensenstahl sensenstahl
Cool!
rulez added on the 2017-06-27 08:17:48 by Optimus Optimus
wow!
rulez added on the 2017-06-27 09:36:58 by wbcbz7 wbcbz7
plasmathumb
rulez added on the 2017-06-28 18:30:31 by wysiwtf wysiwtf
@rez:
Ha! That's why we have a 4px (2x2) pattern here =). Very nice!
added on the 2017-06-28 18:43:19 by sim sim
nice!!
rulez added on the 2017-06-29 11:35:15 by Fell Fell
so nice
Rocks!
rulez added on the 2022-06-26 21:11:04 by micdune micdune
nice
rulez added on the 2022-06-26 22:31:39 by usual usual
Nice! On my "effects to steal" list ;)
rulez added on the 2023-09-11 22:27:58 by Tom Tom

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment