Giter Club home page Giter Club logo

servo-linkage's People

Contributors

projectkk2glider avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

servo-linkage's Issues

Add ability to save and restore settings from file

http://wiki.processing.org/w/External_configuration_files

void saveData() {

  // For each Bubble make one String to be saved
  String[] data = new String[bubbles.length];

  for (int i = 0; i < bubbles.length; i ++ ) {
    // Concatenate bubble variables
    data[i] = bubbles[i].r + " , " + bubbles[i].g + " , " + bubbles[i].diameter;
  }

  // Save to File
  // The same file is overwritten by adding the data folder path to saveStrings().
  saveStrings("data/data.txt", data); 

}

Two errors when trying to run sketch; size of sketch can't be determined, use only numbers for size() command

Hi, just came across this sketch and it's perfect for a project I'm working on, but when I try to run the sketch I get two errors. First, "The size of this sketch could not be determined from your code." Second, "Use only numbers (not variables) for the size() command."

I read through the documentation in the sketch and didn't see anything about having to mess with the size() function, and second off when I do find the two instances of the size() function being used there are no variables (and no numbers either), it's just a call with nothing inside the parenthesis.

Any help is greatly appreciated, thank you.

Simulate threaded control horn

What would be better is to have an option where the simulation maps the actual threaded insert, then the user can just vary the horn (as in slide in/out) in the simulation.
The program then calculates the angle and the height of the radius of the surface "control horn".

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.