MicroCity Notes

Record the learning process of MicroCity and provide quick reference

Desktop docs Learning notes

Doc and Search 🔍

The desktop documentation is adapted from MicroCity's project docs with slight modifications. Quickly search and navigate content using the website's search functionality.

Learning Notes 📔

In addition to docs, find summaries of pitfalls in using and learning MicroCity Web/Desktop. These notes aim to help you avoid as many pitfalls as possible.

Stylish and Smooth ✨

VuePress powers this standalone site for a seamless reading and documentation reference. Install it as a Progressive Web App (PWA) for anytime access, irrespective of network constraints.

Getting Started with MicroCity Web

  1. Open MicroCity Webopen in new window, and the example code for rotating blocks will load by default.

  2. Click the Play button to run the code.

  3. The program will run, and you will see the blocks rotating in the right-hand view.

If you want to learn more about how to use MicroCity Web and its advanced features, you can refer to the Learning Notes provided on this site.

Getting Started with MicroCity Desktop

GitHub release (latest by date) GitHub release (by tag)

  1. Go to the MicroCity documentation repository to download the Latest Version of MicroCityopen in new window.

  2. Open the iconScriptEditor and type:

Print("hello, world!")
  1. Save the script as test.mcs and drag it into iconMicroCity.

  2. In the main interface of the program, go to the Modules tab on the left side, open icontest, and double-click on iconmain to execute the script you just wrote.

  3. The information about the execution of the script will be displayed in the Messages panel at the bottom of the program interface.

For more information on how to use MicroCity, you can refer to the documentation found on this site, which is a mirror of the documentation provided on GitHub: MicroCity Documentation. You can also refer to the documentation of MicroCtiy on GitHub at MicroCityopen in new window.

MicroCityNotes Repository

GitHub last commit GitHub Workflow Status Netlify Statusopen in new window

If users in China have difficulty accessing GitHub, they can also visit the Synchronized Siteopen in new window hosted on Netlify.

If you find any issues with the documentation or notes, please feel free to submit a Pull Requestopen in new window or provide Issuesopen in new window to help make it better😋.

This post is translated using ChatGPT, please feedbackopen in new window if any omissions.