Giter VIP home page Giter VIP logo

quantum-entanglement's People

Contributors

thebearingedge avatar

Stargazers

 avatar

Watchers

 avatar

quantum-entanglement's Issues

Fix for travis CI.

  • Make sure travis is running all tests correctly.

  • Add in code coverage test for travis.

User can add flags to name for different connection or creation options.

  • -i --incognito flags for no notification on connect or cursor color.

  • -w --watch flags for no editing abilities or cursor.

  • -o --options flags enable only following options for server connect. (-o -w allows only the watch flag to be used)

  • -p --private flags require password.

  • -t --test flags for tests.

User can connect through github repos.

  • Research Atom repository info.

  • Add prompts and notifications for repository connection.

  • If different, give the branch and repo name and a link to git clone.

Remove room on disconnect.

  • Save number of connections.

  • Increment and decrement number on connect or disconnect.

  • If no connections, delete room data.

User can see other user's cursors and names.

  • Add socket event for moving the cursor.

  • Create data structure for cursors.

  • Create new cursor when a user connects.

  • Display cursor.

  • Make cursor different colors for different users.

  • Add name option for connection.

  • Add notification for user connecting.

Data Structure:

[ { color: 'hex', name: 'string', object: 'Atom Cursor' } ]

On Connect:

Save array of cursors and create Atom Cursor object and assign to object property.

On Disconnect:

Delete cursor.

On Change:

Reassign cursor position based on new location.

If no changes by self for 2s:

Show other names above cursor.

User can connect to an external server and send files across it in realtime.

  • Research Heroku servers and see how to handle different file connections.
    • Add command to command palette to connect to or host a server.
    • Add view element for inputting connection unique name.
    • If connection exists, connect to it by url/uniquename else create new server.
  • Before connection, compare Files. If different, offer to change to match or refuse connection.

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.