[go: up one dir, main page]

Menu

Tree [18904f] default 1.1.8 /
 History

Read Only access


File Date Author Commit
 Build 2012-01-21 ash@ashdesktop ash@ashdesktop [40b8c4] Added new command line options to the build pro...
 Editor 2012-01-22 ash@ashdesktop ash@ashdesktop [18904f] Removed the FileDirectoryPath from the Editor's...
 Runtime 2012-01-22 ash@ashdesktop ash@ashdesktop [a42e2c] Updated version no to 1.1.8.
 .hgignore 2011-10-29 ash@ashdesktop.home.gateway ash@ashdesktop.home.gateway [f0c04c] Updated ignore file to ignore the InsaneFX_Runt...
 .hgtags 2012-01-21 ash@ashdesktop ash@ashdesktop [9c7631] Added tag 1.1.7 for changeset 72ef8bd3eae4
 Ash.flt 2011-08-15 ashleydavis75 ashleydavis75 [3dd3c0] First commit of InsaneFX Editor and Runtime.
 Build.bat 2012-01-21 ash@ashdesktop ash@ashdesktop [ba735f] Added new command line options to the build pro...
 Readme.txt 2011-10-31 ash@ashdesktop.home.gateway ash@ashdesktop.home.gateway [a7016c] Add licence info to readmes.
 licence.txt 2011-10-31 ash@ashdesktop.home.gateway ash@ashdesktop.home.gateway [5860da] Added the licence to the repo.

Read Me

InsaneFX is a special effects editor and runtime.

The editor is written mostly in C# and is node-based, kind of like Maya's hypergraph editor.  The runtime is written in C/C++ and is driven by a performance-orientated byte-code interpreter for maximum flexibility.  The rendering is done via a plugin renderer and it is intended that users of InsaneFX provide their own renderer that will link InsaneFX into their game engine of choice.  InsaneFX currently ships with simple unoptimized OpenGL and DirectX renderers.

For compile/build instructions please see the Readme.txt files in the Editor and Runtime folders.

Please see licence.txt for InsaneFX licence details.

A summary of folders:

	Editor\
	
		Code for the InsaneFX Editor.
	
	Runtime\
	
		Code for the runtime, compiler and previewer.

		The sample OpenGL and DirectX renderers and example code can also be found here.
		
	Docs\
	
		Project documents.
	
	Data\
	
		Example and test data.
		
	Build\
	
		Program to build InsaneFX and generate a binary release.