Sample applications - tgjones/gemini GitHub Wiki
Gemini includes three sample applications:
Gemini.Demo
Showcases many of the available modules. The screenshot below shows the interactive script editor in action - as you type, the code will be compiled in real-time into a dynamic assembly and then executed in the same AppDomain.
It also includes a very basic example of a filter designer, built on the GraphEditor module.
Gemini.Demo.MonoGame
Showcases the MonoGame module.
Gemini.Demo.SharpDX
Showcases the SharpDX module.
Gemini.Demo.Xna
Showcases the Xna module.