My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

A collection of free modules for the Monkey language.

This project uses Mercurial. Stable versions can be found under the Downloads tab. The repository will likely be more up to date than the downloads.

All module folders must be put in the folder [monkeypath]/modules/wdw/

All my modules and code use unit testing. Unit testing is a way to validate that a particular section of code works properly. The tests are located in the test subfolder of each module. You require wdw.unittest if you want to run the tests yourself.

  • unittest: a simple unit-test module, using reflection, inspired by JUnit and Maxunit
  • tools: various classes to make life easier
    • vector2d: your typical vector class
    • color: RGBA convenience class

...more to come

Powered by Google Project Hosting