Skip to content
philcali edited this page Jun 2, 2011 · 5 revisions

Nicol is now supported in the the 2.0.7 release of the plugin. 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:

class Project(info: ProjectInfo) extends LWJGLProject(info) with Nicol

Note: Nicol is still in early Beta phase. If you find anything along the way, fork it. It is being actively developed by scan.

Clone this wiki locally