Skip to content

matthewtebbs-too/pxt-impetus

Repository files navigation

Impetus MakeCode Editor

This repo contains a code editor called 'Impetus' built with Microsoft MakeCode (PXT).

The editor is hosted on the GitHub pages here.

Running locally

These instructions will allow you to run the editor locally.

Setup

The following commands are a one-time setup after synching the repo on your machine.

  • Install node.js
  • Install the PXT command line
npm install -g pxt
  • install the dependencies
npm install

Running the local server

After you're done, simple run this command to open a local web server.

pxt serve

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

Updating the tools

If you would like to pick up the latest PXT build.

pxt update

More instructions here.

Latest Release Notes

No formal releses yet.

Open Source Software Usage and Licenses

Please refer to this project's LICENSE and THIRD_PARTY_LICENSES files for more details.

Examples

All examples are Impetus ports of the very excellent three.js examples written by various authors originally hosted here.

About

A Blocks / JavaScript code editor for 3D worlds powered by Microsoft MakeCode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published