Lab

Get start with Unity… Some New knowledge in Unity for me: Customize Script Editor: Unity Lifecycle: Start ( ) / FixedUpdate( ) / Update( ) Start to implement a Simple Roll-A-Ball Game following Wenjie’s Slides! Skipped step: transform Empty GameObject In my scene, I don’t need to change the transform matrix of the Wall in general. Import TMP: Unshown steps in the tutorial It works with only importing the essential package.
2020-11-30
2 min read
Setup your own Blog Like this… Generally follow this link Install Hugo on macOS (Homebrew): Type in console: - brew install hugo Register on Git Create Page - hugo new site sitename - cd sitename Select Theme - git init - cd themes - git submodule add https://github.com/budparr/gohugotheme-ananke.git themes/ananke Open config.toml in a text editor and add theme = “ananke” Local test - hugo server -D See http://localhost:1313/ in the browser.
2020-11-26
1 min read
Qt Lab #2: 2D Drawing Tool In this work, I completely finished a drawing application based on Qt toolkit by following all the instructions in Lab 2. The application has an interactive interface which allows users to draw multiple shapes in different colors, line styles and thickness, by clicking buttons or dragging sliders. Moreover, by clicking bottom buttons users can switch to editing part which allows users to select an existing shape and move, resize or change attributes of it.
2020-10-30
4 min read
Qt Lab#1 : Qt Basic Source code: https://github.com/winsa24/-QT-BasicMenu
2020-09-30
1 min read