Skip to content
philcali edited this page Sep 30, 2011 · 5 revisions

Nicol is supported out of the box. Nicol is a pure scala implementation on top of the lwjgl library geared toward 2D renderings. It is recommended to use the nicol g8 template to kick start a project.

Setting up a Nicol project is as simple as you would have guessed.

seq(nicolSettings: _*)

// Need this for running a project in sbt
mainClass in (Compile, run) := Some("com.awesome.App")

Nicol is open source. If you find anything along the way, fork it. It is being actively developed by scan.

Clone this wiki locally