lambdacube-samples: Samples for LambdaCube 3D
Executable samples to showcase the capabilities of LambdaCube
3D. Each sample is a separate executable called
lambdacube-<samplename>
. The following samples are included
(each is described in a separate blog post):
hello
: the canonical rotating cubeconvolutionfilter
: a simple Gaussian blur (http://lambdacube3d.wordpress.com/2013/04/11/optimising-convolution-filters/)shadowmapping
: variance shadow mapping (http://lambdacube3d.wordpress.com/2012/10/14/variance-shadow-mapping/)cubemap
: cube mapped reflection using geometry shaders (http://lambdacube3d.wordpress.com/2012/10/14/variance-shadow-mapping/)bulletexample
: integration with Bullet physics through Elerea; this sample is optional due to its dependence on Bullet, and you need to install the package with -fBulletInstalled to enable it. (first post: http://lambdacube3d.wordpress.com/2012/12/20/using-bullet-physics-with-an-frp-approach-part-1/, second post: http://lambdacube3d.wordpress.com/2012/12/20/using-bullet-physics-with-an-frp-approach-part-2/, third post: http://lambdacube3d.wordpress.com/2012/12/20/using-bullet-physics-with-an-frp-approach-part-3/)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
bulletinstalled | Enable samples that depend on Bullet | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lambdacube-samples-0.2.0.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.1.0, 0.2.0 |
---|---|
Dependencies | base (>=4.6 && <5), bullet (>=0.2 && <0.3), bytestring (>=0.10 && <0.11), bytestring-trie (>=0.2 && <0.3), elerea (>=2.7 && <2.8), GLFW-b (==1.4.6), lambdacube-core (>=0.2 && <0.3), lambdacube-edsl (>=0.2 && <0.3), lambdacube-gl (>=0.2 && <0.3), mtl (>=2.2 && <2.3), OpenGLRaw (>=1.4 && <1.6), stb-image (==0.2.1), time (>=1.4 && <1.5), vect (>=0.4 && <0.5), vector (>=0.10 && <0.11) [details] |
License | BSD-3-Clause |
Author | Csaba Hruska, Gergely Patai |
Maintainer | csaba.hruska@gmail.com, patai.gergely@gmail.com |
Category | Graphics |
Home page | http://lambdacube3d.wordpress.com/ |
Uploaded | by CsabaHruska at 2014-12-09T15:20:42Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | lambdacube-bulletexample, lambdacube-convolutionfilter, lambdacube-cubemap, lambdacube-shadowmapping, lambdacube-hello |
Downloads | 1998 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2015-05-20 [all 7 reports] |