Git Product home page Git Product logo

Comments (6)

slaymaker1907 avatar slaymaker1907 commented on May 20, 2024

Additionally, the file format should have a file format version for easy upgrading.

from sinap-ide.

slaymaker1907 avatar slaymaker1907 commented on May 20, 2024

This should be structured as an Angular service.

from sinap-ide.

slaymaker1907 avatar slaymaker1907 commented on May 20, 2024

Example of message format:

{
    "nodes": [{
        "Start State": false,
        "Accept State": false,
        "Label": "q0",
        "Color": "#fff200",
        "Border Color": "#000",
        "Border Style": "solid",
        "Border Width": 1,
        "Position": {
            "x": 261,
            "y": 225
        }
    }, {
        "Start State": false,
        "Accept State": false,
        "Label": "q1",
        "Color": "#fff200",
        "Border Color": "#000",
        "Border Style": "solid",
        "Border Width": 1,
        "Position": {
            "x": 436,
            "y": 247
        }
    }, {
        "Start State": false,
        "Accept State": false,
        "Label": "q2",
        "Color": "#fff200",
        "Border Color": "#000",
        "Border Style": "solid",
        "Border Width": 1,
        "Position": {
            "x": 340,
            "y": 322
        }
    }],
    "edges": [{
        "Source Arrow": false,
        "Destination Arrow": true,
        "Label": "0",
        "Color": "#000",
        "Line Style": "solid",
        "Line Width": 1,
        "Source": {
            "proxyto": "Node",
            "location": 0
        },
        "Destination": {
            "proxyto": "Node",
            "location": 1
        }
    }, {
        "Source Arrow": false,
        "Destination Arrow": true,
        "Label": "0",
        "Color": "#000",
        "Line Style": "solid",
        "Line Width": 1,
        "Source": {
            "proxyto": "Node",
            "location": 0
        },
        "Destination": {
            "proxyto": "Node",
            "location": 2
        }
    }]
}

from sinap-ide.

cj-dimaano avatar cj-dimaano commented on May 20, 2024

Should this issue be closed? We have something in place that I think works well enough for the prototype.

from sinap-ide.

danielscottjames avatar danielscottjames commented on May 20, 2024

We many wanna add on to this later, so I'm moving to alpha.

from sinap-ide.

danielscottjames avatar danielscottjames commented on May 20, 2024

I'm closing this, further changes can have their own issue. I've created a label for this.

from sinap-ide.

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.