HippoHX repository
From HippoHX
They say that if you have to add explanations to what you do it's not clear enough. Ok, our fault, but until we make it everything super-clear, here's a brief explanation:
- src: Source files.
- client: Client APIs (AS2 for the time being)
- server: Common backend source files.
- demo: Demo source files
- tools: packager and installer source files.
- bin: Compiled files.
- demo: Compiled demo files. They should be ready to use out of the box.
- packager: Packager binary files. Still needs Neko and installed. If you want/need to run it standalone, just copy all necessary dlls from a regular HippoHX win/mac application distribution.
The source files are split into core (client/server) and demo so once they are added to your classpath you only have useful stuff for your development.

