done by kusma
logo done by kusma :: pouët.net is brought to you by mandarine




glRez (20kb) by rez [web] [nfo]

platform :

  Linux

  Windows

  MacOSX
type :

  intro
release date : march 2005
release party : Breakpoint 2005
compo : pc 64k
ranked : 7th
171
13
5
popularity :
5 %
5
5
average rating 0.88 cdc 1
alltime top: #111
[download]
[capped.tv]
[demoscene.tv]
[linux port]
[OSX port]
[source]
[video]
[video iPod]
[youtube]
[mirrors...]
added on the 2005-03-27 by keops  

popularity helper
increase the popularity of this prod by spreading this URL:

comments
THE source: http://www.mediafire.com/download.php?ghkc8yk62sgm6tt
  added on the 2012-04-04 15:52:43 by nguyenbinh  
NOTE: THIS IS ONLY MY CLONE, not author source, so it contain many mistake. i'm sorry for that
  added on the 2012-04-04 15:53:41 by nguyenbinh  
Getting the prod to work with Linux for dummies:

For the prod to work on Linux you need to have a writeable /dev/dsp. If you have Alsa with OSS compatibility (this is the case for most Linux distros), open a terminal and do this:
Code:
sudo modprobe snd-pcm-oss

If this gives you a /dev/dsp1 instead of /dev/dsp:
Code:
sudo ln -s /dev/dsp1 /dev/dsp

Now, you have to see if something is blocking /dev/dsp.
Code:
cat /dev/urandom > /dev/dsp

If you don't get an error message and hear white noise, press ctrl+c to stop the white noise. You are now ready to run the demo.
If you get this error:
Code:
bash: /dev/dsp: Device or resource busy

or a similar one, some program is blocking the audio device. You can find out which program that is by running this command:
Code:
fuser -mv /dev/dsp

The program that is blocking the device will have a line similar to this:
Code:
freefull   7095 F...m audacious

The letter m to the left of the program name indicates that it is blocking the device. Close all programs that block /dev/dsp.
You should now be ready to run the demo. These instructions should work for all demos written to use /dev/dsp, no matter how the demo is accessing it.
  added on the 2012-05-03 19:02:22 by FreeFull  
I can't...
  added on the 2012-05-03 19:11:55 by noby  
nice!
  added on the 2012-05-04 04:27:52 by w23  
I finally released the original sources on github :)
  added on the 2012-05-11 17:07:57 by rez  
Really nice, especially the chiptune.
  added on the 2012-05-18 12:30:38 by dafuq  
there.
  added on the 2012-10-01 12:53:11 by mudlord  
Very nice prod!
  added on the 2012-10-01 15:04:07 by T_S  
Just because.
  added on the 2012-10-05 19:23:43 by betasector  
Man you rule :)
  added on the 2012-10-05 19:30:13 by leGend  
Cutie!
  added on the 2012-10-12 18:33:50 by Fell  
cool! :)
  added on the 2013-02-16 03:17:42 by blackpawn  

  previous page
displaying comments (226-238) out of 238 (go to first)

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, post about it.

add a comment
You need to be logged in to add a comment :: register here







pouët.net 0.9-a9e6b6e © 2000-2013 mandarine - hosted on scene.org
send comments and bug reports to webmaster@pouet.net - contribute on GitHub
page created in 0.026105 seconds.