start the mini http server:
	windows: MiniServer.exe
	macos: ./MiniServer

	then open a browser and go to http://localhost or http://localhost:8080 if port 80 is not available

supported browsers:
	firefox 4, 5
	chrome
	internet explorer with chrome frame installed


troubleshooting:
	restart browser and try again
	update your graphics drivers
	
troubleshooting for firefox:
	enter about:config to see settings
	scroll down to the bottom and look for options starting with webgl.
	try setting webgl.force-enabled or webgl.prefer-native-gl to true

making audio controls visible:
	open index.html
	find <audio> tag at the end
	add controls="true" to audio tag
