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

Read sprite from file #7

Open
klaushauschild1984 opened this issue Mar 12, 2018 · 1 comment
Open

Read sprite from file #7

klaushauschild1984 opened this issue Mar 12, 2018 · 1 comment

Comments

@klaushauschild1984
Copy link
Owner

A Sprite a actually a full qualified backbuffer and can programatically be drawn.
But it is easier to read it from a file. Find a way to do this comfortable.

klaushauschild1984 added a commit that referenced this issue Mar 12, 2018
implement save() method
klaushauschild1984 added a commit that referenced this issue Mar 12, 2018
implement a sprite constructor taking a InputStream
lay out a sprite viewer
@klaushauschild1984
Copy link
Owner Author

There are now methods that save and load a sprite to and from a file.
In addition there is a sprite writer where your assemble you a sprite and persist it to a file. There is a sprite viewer too.
An basic editor like http://www.gridsagegames.com/rexpaint/ would be nice.

klaushauschild1984 added a commit that referenced this issue Mar 12, 2018
move to main sources
klaushauschild1984 added a commit that referenced this issue Mar 13, 2018
begin to implement a sprite editor
lay out the tool window for selecting the glyph, foreground and background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant