Coder Social home page Coder Social logo

johnsonwust / robogami Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tarquasso/robogami

0.0 0.0 0.0 17.2 MB

Interactive Robogami: Computational Robot Design Tool

C++ 81.57% C 3.97% OpenSCAD 0.31% Batchfile 0.01% Objective-C 0.03% CMake 1.51% Shell 0.18% Fortran 8.94% Python 0.06% CSS 0.11% Makefile 0.25% M4 0.03% C# 2.76% XSLT 0.27%

robogami's Introduction

Robogami

ORGANIZATION:

  • code\cplusplus: C++ code for template manipulations and composition
  • code\csharp: C# code for UI
  • data: protos, stls, etc. used and produced by the system

SETUP INSTRUCTIONS (for Windows):

STEP 1: GIT

STEP 2: DOWNLOAD ADDITIONAL SETUP FILES

STEP 3: CPLEX

  • Unzip the setup file CPLEX_Studio124.7z into XXX\code\cplusplus

  • Add CPLEX to the path:

    Create these two Environment Variables:

    • Name: CPLEX_STUDIO_BINARIES124

      Value: XXX\code\cplusplus\CPLEX_Studio124\cplex\bin\x86_win32

    • Name: CPLEX_STUDIO_DIR124

      Value: XXX\code\cplusplus\CPLEX_Studio124

    Add or extend the PATH environment variable:

    • Name: PATH

      Value: %CPLEX_STUDIO_DIR124%;%CPLEX_STUDIO_BINARIES124%

      If the PATH environment variable already exists, just extend it to include these two new variables.

  • Restart Visual Studio and other applications for this change in the operating system to take effect. You might need to restart your computer.

STEP 4: CINDER

  • Unzip the setup file cinder_0.8.5_vc2010.7z and add it to C:

STEP 5: OPENSCAD

  • Install OpenSCAD

  • Add OpenSCAD to the path:

    Create a new Environment Variable:

    • Name: SCAD_PATH

      Value: path to openscad.exe (e.g., C:\Program Files\OpenSCAD)

    Add or extend the PATH environment variable:

    • Name: PATH

      Value: %SCAD_PATH%

robogami's People

Contributors

crsung avatar

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.