MakeCode für den Calliope
Go to file
Peli de Halleux 5166c5141f added build of windows app 2016-04-08 13:49:53 -07:00
.vscode Rename references 2016-04-07 11:30:22 -07:00
cmds Rename references 2016-04-07 11:30:22 -07:00
docs updated windows app manifest 2016-04-08 13:21:03 -07:00
libs Renaming stuff in the simulator 2016-04-07 12:52:02 -07:00
sim Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-04-08 10:54:05 -07:00
win10 added build of windows app 2016-04-08 13:49:53 -07:00
.gitattributes Move files from main kindscript repo 2016-03-10 14:01:04 -08:00
.gitignore added uwp app 2016-04-07 20:48:00 -07:00
.travis.yml Rename references 2016-04-07 11:30:22 -07:00
README.md added build of windows app 2016-04-08 13:49:53 -07:00
package.json 0.2.47 2016-04-08 11:02:01 -07:00
pxtarget.json importing target logos from files 2016-04-08 12:04:43 -07:00

README.md

micro:bit target for PXT

This target allow to program a BBC micro:bit using Microsoft Programming Experience Toolkit.

Build Status

Getting started

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

Universal Windows App

The Windows 10 app is a Universal Windows Hosted Web App that wraps codemicrobit.com and provides additional features.

Sideloading

Find the latest build under win10/app/AppPackages/latest and run the Add-AppDevPackage.ps1 PowerShell script.

Building

  • Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
  • open the win10/app.sln solution and launch the codemicrobit project.