Win32 alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view Win32 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) -
timeplot
Analyst's swiss army knife for visualizing data from ad-hoc log files -
log-warper
Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output -
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)
Developer Ecosystem Survey 2022
* 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 Win32 or a related project?
Popular Comparisons
README
The Win32
Package
See Win32
on Hackage for
more information.
Installing from Git
This package requires no special installation instructions.
To install use cabal install
Documentation
This library is just a direct binding to Windows API calls and as such contains no documentation. The documentation for functions can be found in the equivalently named functions on MSDN https://msdn.microsoft.com/library/windows/desktop/hh920508.aspx
Getting Started
The Win32
library is a core GHC library and as such aims to have an
as little as possible footprint when it comes to dependencies.
When submitting new requests think hard if any new Haskell
dependencies are
actually needed. (note that this does not apply to C
dependencies.)
The best way to get started is using cabal new-build
and cabal sandboxes
:
git clone [email protected]:haskell/win32.git
cd win32
cabal v2-repl
Testsuite
The tests in the Win32
package are designed to run as part of the GHC testsuite.
As such, should you want to add a new test, you will need the testsuite drivers.
See https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Adding for details.