Skip to content
/ dde Public
forked from cfry/dde

Dexter Development Environment

Notifications You must be signed in to change notification settings

robotory/dde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexter Development Environment

DDE allows user to develop and run software on the Dexter 5 axis robot arm made by: http://hdrobotic.com
DDE is fundamentally a JavaScript development environment with lots of extensions.
Most users will simply want to download the appropriate application file for their operating system.
Start by clicking on the releases word near the top of this window (github main DDE) page
or browse https://github.com/cfry/dde/releases .
The "doc" folder above contains a lot of documenation on DDE.
This documentation is part of DDE and is easily readable within DDE.


For System Developers Only

Below are instructions for building the DDE executables.

travis (for Mac & linux) Build Status

appveyor (for Windows) Build status

Commands

$ npm install             # install dependencies
$ npm start               # start the application
$ npm run build           # compile the app but don't package it
$ npm run dist            # compile the app into an ASAR file to release
$ npm run clean           # delete the dist folder
$ npm run rebuild         # rebuild native modules

About

Dexter Development Environment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.0%
  • CSS 9.0%
  • Other 1.0%