FractalArt alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view FractalArt alternatives based on common mentions on social networks and blogs.
-
Gifcurry
๐ The open-source, Haskell-built video editor for GIF makers. -
reanimate
Haskell library for building declarative animations based on SVG graphics -
implicit
A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation... -
threepenny-gui
GUI framework that uses the web browser as a display. -
GPipe
Core library of new GPipe, encapsulating OpenGl and providing a type safe minimal library -
diagrams
Embedded domain-specific language for declarative vector graphics (wrapper package) -
luminance
Type-safe, type-level and stateless Haskell graphics framework -
log-warper
Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output -
unm-hip
The University of New Mexico's Haskell Image Processing Library -
timeplot
Analyst's swiss army knife for visualizing data from ad-hoc log files -
processing-for-haskell
Graphics for kids and artists. Processing implemented in Haskell -
GLUtil
Utility functions for working with OpenGL BufferObjects, GLSL shaders, and textures. -
graphics-drawingcombinators
Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
ONLYOFFICE Docs โ document collaboration in your environment
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FractalArt or a related project?
README
Fractal Art
This program generates colorful Wallpapers.
Usage
These are optional
It automatically detects your screen resolution.
Command | Argument | Description | Default |
---|---|---|---|
-w, --width | Integer | sets width of the generated image | Screen Width |
-h, --height | Integer | sets height of the generated image | Screen Height |
-f, --file | Path | specify filename and path | ~/.fractalart/wallpaper.bmp |
-n, --no-bg | don't set the wallpaper |
Installation
Arch Linux
This package is available in the AUR as fractalart-git.
Building manually
Make sure you have stack and zlib installed.
Then do:
$ git clone https://github.com/TomSmeets/FractalArt.git
$ cd FractalArt
$ stack install
Your executable will copied to your local-bin path.
For Unix systems this path is $HOME/.local/bin
and on Windows %APPDATA%\local\bin
.
Windows
If you want a new wallpaper each time you start your PC, put the executable into a startup folder.
For Windows 7 this folder is located at:
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
but can also be found in: Start Menu -> All Programs
Linux
On Linux you have to set your wallpaper path to: ~/.fractalart/wallpaper.bmp
And somehow run the program on startup.
Gnome
You can add ~/.cabal/bin
to your path
or move dist/build/FractalArt/FractalArt
inside /usr/local/bin/
Create ~/.config/autostart/fractalart.desktop
[Desktop Entry]
Name=FractalArt
GenericName=Fractal Art
Comment=Generate Wallpapers
Exec=FractalArt
Terminal=false
Type=Application
Categories=Graphics
This will execute the command FractalArt
after login.
To set your wallpaper path run:
gsettings set org.gnome.desktop.background picture-uri file://$HOME/.fractalart/wallpaper.bmp
Example images
[Image0](examples/image0.bmp?raw=true)
[Image1](examples/image1.bmp?raw=true)