Skip to content

r9y9/WORLD

Repository files navigation

WORLD

Build Status Build status

This repository hosts a slightly modified version of WORLD to provide a easy way to use from external programs. See here for the original WORLD.

This version of WORLD is used by the following bindings:

Supported Platforms

  • Linux
  • Mac OS X
  • Windows

Installation

./waf configure && ./waf
sudo ./waf install

NOTE: MSVC will be used for compilation on windows by default. If you prefer to use g++, use --check-cxx-compiler option like:

./waf configure --check-cxx-compiler=g++

Changes from the original WORLD

  • Add extern C in header files
  • Add DioByOptPtr (for calling from Julia that doesn't support struct-passing by value)
  • Integrate waf
  • Support pkg-config
  • Add GetWORLDVersion function #4