Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create support tools #11

Open
fallahn opened this issue Jul 16, 2016 · 4 comments
Open

Create support tools #11

fallahn opened this issue Jul 16, 2016 · 4 comments

Comments

@fallahn
Copy link
Owner

fallahn commented Jul 16, 2016

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.

@JonnyPtn
Copy link
Collaborator

I've started work on an editor. Feel free to assign this to me, and add any issues/feedback/requests on this issue or the editor repo

@fallahn fallahn assigned fallahn and JonnyPtn and unassigned fallahn Dec 23, 2017
@zerodarkzone
Copy link

Hi,
is there a current method to create or load spritesheets?
How did you made the ".spt" files in the demo project?
Thanks.

@JonnyPtn
Copy link
Collaborator

JonnyPtn commented Jan 6, 2018

I'm working on an editor here: https://github.com/JonnyPtn/xygine-editor

It's still very much a work in progress, and I wouldn't suggest trying it if you're easily frustrated, but if you want to poke around and give any feedback feel free. You'll need the spritesheet Pull request changes for it to work too

Alternatively for the time being, you can create .spt files by hand

@JonnyPtn
Copy link
Collaborator

update: this is now #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants