Skip to content

Commit 568081e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents afabac9 + 3b0266c commit 568081e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Open this page at [https://kierpalin.github.io/pxt-microdata-gui/](https://kierpalin.github.io/pxt-microdata-gui/)
1+
> Open this page at [https://microbit-apps.github.io/MicroGUI/](https://microbit-apps.github.io/MicroGUI/)
22
33
## Use as Extension
44

@@ -7,20 +7,24 @@ This repository can be added as an **extension** in MakeCode.
77
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
88
* click on **New Project**
99
* click on **Extensions** under the gearwheel menu
10-
* search for **https://github.com/kierpalin/pxt-microdata-gui** and import
10+
* search for **https://github.com/microbit-apps/MicroGUI** and import
1111

1212
## Edit this project
1313

1414
To edit this repository in MakeCode.
1515

1616
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
1717
* click on **Import** then click on **Import URL**
18-
* paste **https://github.com/kierpalin/pxt-microdata-gui** and click import
18+
* paste **https://github.com/microbit-apps/MicroGUI** and click import
1919

2020
#### Metadata (used for search, rendering)
2121

2222
* for PXT/microbit
2323
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>
2424

25-
# Project Objective:
26-
To coalesce aspects of MicroData and MicroCode into a makecode extension that makes the underlying GUI maleable to user-created makecode applications.
25+
# Project Objectives:
26+
27+
* Make it easier to create microbit-apps.
28+
* Allow students to learn to program more complex applications with the micro:bit.
29+
* Re-usable and easily modifiable components.
30+
* Hetrogenous components that are easy to setup, but can work together on the screen.

0 commit comments

Comments
 (0)