Giter Club home page Giter Club logo

Comments (3)

jackschaedler avatar jackschaedler commented on August 12, 2024

Yes, this is unfortunately the major fault in the app right now. I unfortunately don't know enough about front-end dev to know if it's possible to allow loading files entirely on the client-side.

One option is to allow users to export a proprietary file format (.goy) which can be reloaded to allow for further work. Another option is to allow copy/paste of png (or other image) data, but this is unsatisfactory because I'm working towards adding animation support and you really want the user to be able to export an entire session (multiple frames).

I know that working with something like node-webkit would allow local file access, but I'd ideally like to keep the app as simple as possible. If you have expertise in this area, let me know!

One idea I've toyed around with is allowing the user to export the app state as a gist, which could be reloaded or shared.

from goya.

jackschaedler avatar jackschaedler commented on August 12, 2024

So presumably, the app state could be serialized and exported as a plain text file, and then loaded back in via menu command:
http://stackoverflow.com/questions/4950567/reading-client-side-text-file-using-javascript

Again, if you have expertise in this area, any help would be appreciated. Otherwise, i'll give it a crack this weekend.

from goya.

jackschaedler avatar jackschaedler commented on August 12, 2024

Added as part of 6cf6bd0

from goya.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.