3d-graphics-examples: Examples of 3D graphics programming with OpenGL
This package demonstrates how to program simple interactive 3D graphics with OpenGL. It contains two programs, which are both about fractals:
- L-systems
- generates graphics from Lindenmayer systems (L-systems). It defines a language for L-systems as an embedded DSL.
- Mountains
- uses the generalized Brownian motion to generate graphics that resemble mountain landscapes.
The original versions of these programs were written by Matthias Reisner as part of a student project at the Brandenburg University of Technology at Cottbus, Germany. Wolfgang Jeltsch, who supervised this student project, is now maintaining these programs.
Downloads
- 3d-graphics-examples-0.0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.0.0.2 |
|---|---|
| Dependencies | base (>=3.0 && <5), GLUT (>=2.4 && <2.8), OpenGL (>=2.8 && <3.1), random (>=1.0 && <1.2) [details] |
| Tested with | ghc ==8.0.1 |
| License | BSD-3-Clause |
| Copyright | © 2006 Matthias Reisner; © 2012–2015 Wolfgang Jeltsch |
| Author | Matthias Reisner |
| Maintainer | wolfgang@cs.ioc.ee |
| Category | Graphics, Fractals |
| Home page | http://darcs.wolfgang.jeltsch.info/haskell/3d-graphics-examples |
| Source repo | head: darcs get http://darcs.wolfgang.jeltsch.info/haskell/3d-graphics-examples/main this: darcs get http://darcs.wolfgang.jeltsch.info/haskell/3d-graphics-examples/main --tag 3d-graphics-examples-0.0.0.2 |
| Uploaded | by WolfgangJeltsch at 2016-07-22T14:26:23Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | l-systems, mountains |
| Downloads | 4636 total (3 in the last 30 days) |
| Rating | 1.75 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs not available [build log] Last success reported on 2016-10-24 [all 11 reports] |