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.
The file etchasketch doesn't seem to be an executable.
Any help appreciated, thanks.
chmod u+x ./etchasketch
MagikGimp: It is a MorphOS demo. But source code is released, you can compile it on any platform that support SDL.
AmigaOS4 port can be downloaded from here:
http://eu.os4depot.net/index.php?function=showfile&file=demo/scene/etch_a_sketch.lha
http://eu.os4depot.net/index.php?function=showfile&file=demo/scene/etch_a_sketch.lha
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.
I'll add the OS4 build to the Fix Me Beautiful thread.
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
You might also need to add -lm to the CLIBS in the Makefile.
Code:
if( (offset == 0) || ((i % offset) == 0) ){
You might also need to add -lm to the CLIBS in the Makefile.
Maybe if you have a BlzardPPC card, but I do not recommend it.
FreeFull: Thanks.
FreeFull: Thanks.