pouët.net

Go to bottom

How do I run Etch-a-sketch by Cybernetic Genetics?

category: offtopic [glöplog]
 
Etch-a-sketch by Cybernetic Genetics
The file etchasketch doesn't seem to be an executable.
Any help appreciated, thanks.
added on the 2012-07-24 20:55:34 by MagikGimp MagikGimp
chmod u+x ./etchasketch
added on the 2012-07-24 21:16:18 by Gargaj Gargaj
MagikGimp: It is a MorphOS demo. But source code is released, you can compile it on any platform that support SDL.
added on the 2012-07-25 15:22:57 by Travis Travis
AmigaOS4 port can be downloaded from here:
http://eu.os4depot.net/index.php?function=showfile&file=demo/scene/etch_a_sketch.lha
added on the 2012-07-25 15:26:23 by Travis Travis
Thanks both. Does this mean that it won't run on OS3 at all?

I'll add the OS4 build to the Fix Me Beautiful thread.
added on the 2012-07-27 16:34:48 by MagikGimp MagikGimp
Compiles and runs on Linux, but you'll have to get rid of a division by zero by changing line 697 of drawing.c to
Code:if( (offset == 0) || ((i % offset) == 0) ){

You might also need to add -lm to the CLIBS in the Makefile.
added on the 2012-07-27 20:33:28 by FreeFull FreeFull
Maybe if you have a BlzardPPC card, but I do not recommend it.
FreeFull: Thanks.
added on the 2012-07-27 21:19:06 by Travis Travis

login

Go to top