The hush Sources


The hush Sources allow you to peek into the internal realization of hush.



	hush
		widgets
			simulation
					java





slide: The Sources

Try to look for example for the patterns with which the widgets have been realized.
The hush Sources provide you with the (indeed at times very) gory details of the hush implementation. Don't look at the source, unless you have a particular interest in source code and programming tricks. Despite the tricks, though, on the positive side, hush is built using a small but powerful collection of software idioms, that allow us to apply high level design patterns to our components. These same idioms allowed for a relatively uniform native implementation of hush in Java.

As concerns style, just realize that hush has been developed as a side-activity next to other scientific research and educational obligations.

Don't forget to take a look at the Resources!