https://github.com/hcl-tech-software/code-realtime-art-tutorial
A VS Code extension for learning Code RealTime and the Art language
https://github.com/hcl-tech-software/code-realtime-art-tutorial
art code-realtime cpp realtime statemachine tutorial
Last synced: about 1 month ago
JSON representation
A VS Code extension for learning Code RealTime and the Art language
- Host: GitHub
- URL: https://github.com/hcl-tech-software/code-realtime-art-tutorial
- Owner: HCL-TECH-SOFTWARE
- License: apache-2.0
- Created: 2025-06-18T09:09:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-10-20T11:33:01.000Z (6 months ago)
- Last Synced: 2025-10-21T00:41:32.438Z (6 months ago)
- Topics: art, code-realtime, cpp, realtime, statemachine, tutorial
- Language: JavaScript
- Homepage: https://secure-dev-ops.github.io/code-realtime/
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Art Tutorial
This extension helps you learn the [Art language](https://secure-dev-ops.github.io/code-realtime/art-lang/) and [Code RealTime](https://marketplace.visualstudio.com/items?itemName=secure-dev-ops.code-realtime-ce) by working on excercises. Such exercises can be found [here](https://github.com/HCL-TECH-SOFTWARE/code-realtime-art-exercises).
Invoke the command **Art Tutorial: Exercises** and specify a folder that contains Art excercises. The exercises will be loaded into the workspace and a web view will open. Use that web view to:
* Select which exercise to work on.
* Open an Art file for that exercise. It typically provides an incomplete application, and the goal of the exercise is to complete it so it works according to the instructions.
* If you get stuck you can view a hint with information on how to solve the exercise.
* If you still are not able to solve the exercise, or are just short of time, you can view a solution.
* At any time you can try your solution for the exercise by building and running the Art application.
* When you feel ready with the exercise, you can mark it as completed and move on to another exercise.