Blobs alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view Blobs alternatives based on common mentions on social networks and blogs.
-
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) -
log-warper
Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output -
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)
Learn any GitHub repo in 59 seconds
* 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 Blobs or a related project?
Popular Comparisons
README
Blobs
Blobs from http://www.cs.york.ac.uk/fp/darcs/Blobs/
Note: wxc-0.90.0.3 fails to compile, see https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3536406&group_id=73133
A workaround: wxc install fails with eljpen.cpp not compiling.
Change line 159 to
_ref = ((const char const*)NULL);
from
*_ref = NULL;
Changes
0.3 Introduce class GuiEdit and GuiGlobalEdit to allow custom dialogs for editing the global,node and edge attributes
0.2 Move the contents into the Graphics.Blobs namespace
0.1 Initial import of original code, updated for GHC 7.0.4