Skip to content

wikthewiz/Hoids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoids

This is a Haskell implementation of Boids

Development

You can use what ever editor you like. Currently Eclipse and Vim have been used.

Using Eclipse these use following steps to set up you environment.

  1. Install latest Eclipse
  2. Install eclipsefp

Cabal is used to package the application so don't forget to add to Hoids.cabal

Using Emacs: ...

Building

You can fairly easy build it using:

ghc -package GLUT src/Main.hs -o Hoids

To package it we use cabal

About

This is a Haskell implementation of Boids (https://en.wikipedia.org/wiki/Boids)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published