-
Notifications
You must be signed in to change notification settings - Fork 19
Description
The repository contains two tools: a sprite animation editor and particle editor. These are used to preview and create the data files used by xygine's AnimatedSprite component and ParticleSystem component. It would be nice to replace these as, not only are they written using winforms - making them not particularly cross platform - they are missing features and could potentially be both part of the same software. With the addition of imgui to xygine I propose creating a single, cross platform application built on xygine itself which would also mean previews would be rendered accurately. This could also then be extended to provide support for materials used by the MeshRenderer, as well as a model viewer for previewing meshes to be used in xygine based games. As the mesh renderer has been dropped in the newest revision of xygine the current plan is for tools to target particle systems and sprite animations, using the new ConfigFile format. Potetially I'd like to create a scene graph editor too.