Git Product home page Git Product logo

arcadia's Introduction

ARcadia

A programming editor to enable construction of real-time, interactive tangible interfaces

Try it out here: https://laboratoryforplayfulcomputation.github.io/arcadia/

Setup

ARcadia is a target for Microsoft Makecode and the following commands are a 1-time setup after synching the repo on your machine.

Setup PXT

  • clone the PXT repo
git clone https://github.com/Microsoft/pxt
  • install necessary tools for building PXT
npm install -g jake
npm install -g typings
  • build PXT
npm install
typings install
jake
  • install the pxt command line tool (only need to do it once):
npm install -g pxt

If you would like to pick up the latest PXT build, simply run

pxt update

Setup ARcadia

  • clone ARcadia
  • link ARcadia to the PXT framework (run command from within ARcadia directory)
npm link ../pxt

Running the local server

After you're done, simple run this command inside of the ARcadia repo to open a local web server:

pxt serve

After making a change in the source, refresh the page in the browser.

More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

License

MIT

arcadia's People

Contributors

rustynymph avatar pelikhan avatar jonathanperret avatar tballmsft avatar

Watchers

James Cloos 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.