Popularity
5.9
Declining
Activity
0.0
Stable
21
2
1

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: JavaScript     Game     Game Engine     Fwgl    
Latest version: v0.1.4.0

fwgl alternatives and similar packages

Based on the "Game Engine" category.
Alternatively, view fwgl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fwgl or a related project?

Add another 'Game Engine' Package

README

FWGL

Note: This is abandoned. The graphics part of the project became Ombra.

FWGL

Installing

    # GLFW:
    cabal install fwgl fwgl-glfw

    # JavaScript:
    cabal install --ghcjs fwgl fwgl-javascript

Patch for ghcjs/shims#13

If you want to use the GHCJS backend, you need to apply fix.patch in ~/.ghcjs/CURRENT_VERSION/ghcjs/shims/src.

Examples

Avoid the obstacles
A simple 3D game.

Shadow mapping
Shadow mapping, point light (the example in the screenshot).

Demo
3D graphics, IO output.

Rectangles
2D graphics.

Distortion
Custom geometry.

3D picking
Render layers.

Multiple windows

TCP (GLFW only)
Custom inputs, IO output.