Skip to content

xlcteam/nxtIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

659ace6 · Oct 28, 2016
Mar 16, 2014
Feb 28, 2014
May 9, 2014
Mar 30, 2014
Nov 2, 2013
Feb 28, 2014
Oct 28, 2016
Sep 9, 2012
Feb 28, 2014

Repository files navigation

nxtIDE

All you need to play with Lego Mindstorms NXT and Python

nxtIDE contains two separate applications:

  • nxted -> for editing, compiling, running, and downloading your code
  • nxtemu -> for emulating Lego Mindstorms NXT Robot

You can download latest version here

nxtemu

screenshot

nxted

screenshot

Dependencies

aka built upon

  • wxPython
  • pygame
  • pynxc

Installation

First of all, make sure you have all the aforementioned dependencies available on your system. The packages can be aquired trough pip.

pip install wxPython pygame pynxc

Then clone this repository by running:

git clone https://github.com/xlcteam/nxtIDE.git

You can then try to run nxtemu/nxtemu.py and nxted/nxted.py.

License

nxtIDE is licensed under the terms of the MIT License.

(c) 2011 - 2014, Brought to you by the XLC Team, http://xlc-team.info