wallfart Code
Make interesting, mostly Mandelbrot set based, desktop wallpaper.
Status: Alpha
Brought to you by:
mwhw
File | Date | Author | Commit |
---|---|---|---|
autom4te.cache | 2018-11-04 |
![]() |
[dcfff7] first commit |
debian | 2018-11-04 |
![]() |
[dcfff7] first commit |
doc | 2018-11-04 |
![]() |
[dcfff7] first commit |
src | 2018-11-04 |
![]() |
[dcfff7] first commit |
AUTHORS | 2018-11-04 |
![]() |
[dcfff7] first commit |
COPYING | 2018-11-04 |
![]() |
[dcfff7] first commit |
ChangeLog | 2018-11-04 |
![]() |
[dcfff7] first commit |
INSTALL | 2018-11-04 |
![]() |
[dcfff7] first commit |
Makefile.am | 2018-11-04 |
![]() |
[dcfff7] first commit |
Makefile.in | 2018-11-04 |
![]() |
[dcfff7] first commit |
NEWS | 2018-11-04 |
![]() |
[dcfff7] first commit |
README | 2018-11-04 |
![]() |
[dcfff7] first commit |
README.md | 2018-11-04 |
![]() |
[dcfff7] first commit |
aclocal.m4 | 2018-11-04 |
![]() |
[dcfff7] first commit |
compile | 2018-11-04 |
![]() |
[dcfff7] first commit |
config.h.in | 2018-11-04 |
![]() |
[dcfff7] first commit |
config.h.in~ | 2018-11-04 |
![]() |
[dcfff7] first commit |
configure | 2018-11-04 |
![]() |
[dcfff7] first commit |
configure.ac | 2018-11-04 |
![]() |
[dcfff7] first commit |
depcomp | 2018-11-04 |
![]() |
[dcfff7] first commit |
install-sh | 2018-11-04 |
![]() |
[dcfff7] first commit |
mattmake | 2018-11-04 |
![]() |
[dcfff7] first commit |
missing | 2018-11-04 |
![]() |
[dcfff7] first commit |
Years back, when I started playing with the Mandelbrot set, it took hours for my computer to generate a graphic (320x240 && 256 colours, no less). Not as many years back, when I started playing with this monstrosity I call WallFArt, it took minutes to render an image. Now I'm clickin' and slidin' all around willy-nilly 'n crazy-like,.. will wonders never cease? -- Linux: Requirements: gtk+-2.0 development ("apt-get install gtk2.0-dev" on a debianish system) If configure doesn't work for some reason, cd into the src directory and run " make -f makefile.gmake clean && make -f makefile.gmake". A 'wallfart' binary will be built in the src directory. Might I recommend /usr/local/bin || ~/bin as an appropriate installation directory? -- Windows: I used precompiled gtk+-2.0 libraries from https://gtk-win.sourceforge.net and a MinGW development environment from https://osdn.net/projects/mingw/. First I got the MinGW stuff set up so I had gcc/make/autotools etc working. Then I copied the extracted gtk binaries to /usr/local from the MinGW bash prompt. Then things worked just like Linux... neat. A 32bit Windows binary is available at the time of this writing. I packaged it using NSIS (https://nsis.sourceforge.net) on a Windows 7 machine.