rez information 3851 glöps
- general:
- level: pr0nstahr
- personal:
- first name: christophe
- last name: résigné
- portals:
- csdb: profile
- slengpung: pictures
- demozoo: profile
- cdcs:
- cdc #1: Enigma by Phenomena
- cdc #2: Hardwired by Crionics & The Silents [web]
- cdc #3: on by Mercury [web]
- cdc #4: fermi paradox by Mercury [web]
- cdc #5: Rainbow Clash: What Is Your Function? by United Force [web] & Digital Dynamite [web]
- cdc #6: Razor1911 by Razor 1911 [web]
- 4k Commodore 64 makeshift by Logicoma [web]
- awesome 4k intro ferris! you killed me! :D
- rulezadded on the 2017-07-16 17:42:43
- demo Linux Windows megademo by Hackefuffel [web]
- nice demo, great music :D
- rulezadded on the 2017-06-30 10:51:29
- 4k procedural graphics Windows TRSi Temple by Tristar & Red Sector Inc. [web]
- What everybody said.
- rulezadded on the 2017-06-30 01:50:51
- 4k Windows Bricked by Rift
- ho I remember this one, a little bit slow on the party screen but was nice too see even if it looked a little bit rushed (yeay deadline!) :D
- rulezadded on the 2017-06-30 01:49:29
- 4k procedural graphics Windows Coming Up? by Tristar & Red Sector Inc. [web]
- really nice scene and rendering!
- rulezadded on the 2017-06-30 01:47:56
- 4k Windows w a y f a r e r by Rift & Virgill [web]
- wow! really neat and original visual, love the atmosphere of the whole intro :)
and also, totally great music ♥ - rulezadded on the 2017-06-29 19:17:58
- game PICO-8 ZEPTON by Rez [web]
- I finally released the 1.0 version, and added some bonus :)

- isokadded on the 2017-06-29 15:10:31
- 1k PICO-8 RGB plasma by Rez [web]
- @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 - isokadded on the 2017-06-26 15:36:26
- 1k PICO-8 RGB plasma by Rez [web]

- isokadded on the 2017-06-26 13:39:12
- demo Windows fr-087: snake charmer by Farbrausch [web]
- nice one effect demo! :)
- rulezadded on the 2017-06-21 13:08:44
account created on the 2000-07-06 01:30:36
