mach v0.1.0
Pre-release
Pre-release
pineapplemachine
released this
17 Feb 01:37
·
250 commits
to master
since this release
This is the very first release of mach! The functionality of the mach.sdl
package has not yet been verified on a Linux platform, but otherwise the library successfully compiles and passes unit tests on Windows, OSX, and Ubuntu.
This library still has a long way to go, but this first release is a big step in that journey.
To use mach with your D project, you can clone the repository and include it as a dependency with your project either via dub or by using the -I"path/to/deps"
option of D compilers e.g. rdmd. If you want to use mach.sdl
for graphics and/or polled input, you will also need the DerelictSDL2, DerelictGL3, and DerelictUtil bindings. Some more information about building with mach can be found here and here.