All Projects → rdlester → hermes

rdlester / hermes

Licence: MIT License
A game engine for rapid world prototyping in Processing/Java:

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
Max
122 projects
shell
77523 projects

HERMES

Hermes is an experimental game engine leveraging Java's object-oriented systems and the simplicity of Processing to provide an architecture for rapid sketching and prototyping of games and simulations.

Install

For Processing 2:

Hermes.zip contains a completely built version of the library with examples and documentation. To install, drag the unzipped folder into the 'libraries' folder in your Processing sketchbook.

For Processing 3:

A beta release of Hermes supporting Processing 3 is available here, but please check the release page for caveats.

Getting Started

See the Tutorial for an introduction to making games with Hermes. See the javadocs for full code and API documentation.

Source

The full source code of the library is in the hermes/ folder; unit tests are in hermesTest/. The library itself is in the package hermes, and testing code is in hermesTest. In the pre-built download, source is included in the src/ folder. See the wiki for details on building the library from source.

License

Hermes is available under the MIT license. See 'LICENSE' for full details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].