Popularity
8.1
Growing
Activity
0.0
Stable
24
10
8
Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Graphics
Lambdacube
Latest version: v0.5.2.5
lambdacube-gl alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view lambdacube-gl alternatives based on common mentions on social networks and blogs.
-
implicit
A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation... -
log-warper
DISCONTINUED. Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
Promo
sevalla.com

* 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 lambdacube-gl or a related project?
README
lambdacube-gl
Haskell OpenGL backend for LambdaCube 3D.
Building instructions
- On Linux install the following libraries.
i.e. on Ubuntu:
sudo apt install libgl1-mesa-dev libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev zlib1g-dev
For other Linux distributions make sure the corresponing packages are installed.
These libraries required for OpenGL development.
Install Haskell Stack by following it's simple install manual.
Checkout the this repository then run the following commands.
stack setup stack build
Run the examples.
cd examples stack exec lambdacube-gl-hello stack exec lambdacube-gl-hello-obj