Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 433 Bytes

File metadata and controls

12 lines (8 loc) · 433 Bytes

Haskell GLFW Example

A port of the 'Hello Triangle' tutorial from Learn OpenGL to show how to get started with GLFW and OpenGL using Haskell.

screenshot

Running

  1. Clone the repository.
  2. cd to the main directory.
  3. Run cabal build
  4. Run cabal run