Giter Club home page Giter Club logo

cocoduino's Introduction

About

Cocoduino is an IDE for the Arduino platform written in native Cocoa. It's designed to be simple and easy to use and is a replacement for the official Arduino IDE.

Cocoduino plays perfectly well together with the official Arduino IDE without any compatibility problems.

Cocoduino

Download

You can download the latest version of the application here.

Make sure you have the official Arduino IDE installed, because Cocoduino relies on tools that are shipped with it.

System Requirements:

  • Mac OS X 10.7 Lion (64 Bit)

Features

Cocoduino offers nearly the same features as the official Arduino IDE:

  • Sketchbook
  • Serial Monitor
  • Integrated Examples
  • Multiple Files or Tabs
  • Build and Upload to your Arduino

Additionally, it supports Mac OS X features like:

  • Autosave
  • Versions
  • Fullscreen

Last but not least, there is also:

  • Syntax Coloring
  • Basic Code Completion

Limitations

  1. Build Process

    As there is no official CLI interface for the Arduino build process, there is no guarantee that Cocoduino can compile all sketches that work with the official Arduino IDE.
    There might be problems with more complex sketches.

  2. File Architecture

    The official Arduino IDE uses plain text files for sketches with a path extension of .ino. Those sketches need to be located inside a directory with the same name as the main sketch file's name.
    When using NSDocument, you'd actually want to use a binary data file which is far more powerful, because you can store additional metadata within the file. Or store multiple files in a single one, etc.
    In order to preserve full compatibility to the official Arduino IDE, Cocoduino uses some hacks in order to support the same file architecture as the official Arduino IDE. There are some disadvantages when doing this: Autosave doesn't work without additional work and Versions is buggy. All in all, I think this was the right decision.

  3. Upload using Programmers

    While Cocoduino supports nearly all Arduino boards theoretically, the use of programmers is neither tested nor "officially supported".

On the List…

  • Clean up the syntax coloring library
  • More advanced code completion (Cocoduino is ignoring the keywords.txt files!)

F.A.Q

  1. Will you add…?

    Only if I think it'd improve the application. You are free to fork the project, though. (That's why it's open source.)

  2. My sketch won't compile

    If you have problems with one particular sketch, please post to the issues.

  3. Application crashes

    To err is human. Please post the crash log to the issues.

Acknowledgments

Cocoduino uses (modified) versions of the following third party libraries:

The tool used for the actual build process is (modified and with additional preprocessing):

cocoduino's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.