MicroCity Notes
Record the learning process of MicroCity and provide quick reference
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
Open MicroCity Web, and the example code for rotating blocks will load by default.
Click the button to run the code.
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
Go to the MicroCity documentation repository to download the Latest Version of MicroCity.
Open the ScriptEditor and type:
Print("hello, world!")
Save the script as test.mcs and drag it into MicroCity.
In the main interface of the program, go to the Modules tab on the left side, open test, and double-click on main to execute the script you just wrote.
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 MicroCity.
MicroCityNotes Repository
If users in China have difficulty accessing GitHub, they can also visit the Synchronized Site hosted on Netlify.
If you find any issues with the documentation or notes, please feel free to submit a Pull Request or provide Issues to help make it better😋.
This post is translated using ChatGPT, please feedback if any omissions.