Coder Social home page Coder Social logo

williangalvani / arduide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrickelectric/arduide

0.0 3.0 0.0 3.95 MB

Qt-based alternative Arduino IDE.

Home Page: http://mupuf.org/project/arduide.html

License: GNU General Public License v2.0

CMake 4.60% C++ 89.17% C 3.17% Shell 0.47% Processing 0.28% CSS 0.22% HTML 1.30% Python 0.35% NSIS 0.43%

arduide's Introduction

Arduide (a Qt-based Arduino IDE)

Description

ArduIDE is a Qt-based IDE for the open-source Arduino electronics prototyping platform.

This project is an attempt to provide an alternative to the original Java IDE. It is faster and provides a richer feature set for experienced developers.

Media

Here is a video of the IDE.

    Product Name Product Name Product Name Product Name Product Name Product Name

Dependencies

Arduide depends on the following projects:

  • QScintilla2 - Qt port of Scintilla.
  • Grantlee - A library to separate structure of documents from the data they contain.
  • Libudev - Allows access to device information.
  • Qt4 - Cross-platform application framework.
  • cmake - Manage build process.
  • Doxygen - Documentation generator

Here are the names of the packages needed for some distributions (subject to changes).

Arch Linux

$ sudo pacman -S qt4 qtwebkit qscintilla grantlee udev cmake git doxygen

Debian

$ sudo apt-get install libqscintilla2-dev libudev-dev libgrantlee-dev libgrantlee-core0 qt4-qmake cmake git doxygen

Installation

$ git clone https://git.gitorious.org/arduide/arduide.git
$ cd arduide && mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FHS_PATHS=ON -DCMAKE_BUILD_TYPE=Release ..
$ make
# make install

Internal documentation

Provided that you have doxygen installed, you may generate the documentation by running the following command:

$ make doc

The documentation will then be available under multiple formats in /doc/.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -ams "Added something very cool")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request
  6. Enjoy a good book and wait ๐Ÿ“–

Links

See: http://mupuf.org/project/arduide/

arduide's People

Contributors

albfan avatar bjonnh avatar jdelfes avatar luksan avatar mali avatar mupuf avatar patrickelectric avatar reactormonk avatar williangalvani avatar zerbp avatar

Watchers

 avatar  avatar  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.