Once you have downloaded and installed AngelCAD, it is time to try some examples to illustrate the features. Like most things AngelCAD, there is a GitHub repository of existing samples that you can try. There are 2 ways you can access the samples
either
1. Download samples zip-file from Github at
https://github.com/arnholm/angelcad-samples/archive/master.zipExtract the contents to a folder in your computer, then open and run the contained *.as files using AngelCAD
or
2. Clone the Github angelcad-samples repository. For this you must first
install Git. Then from some relevant local folder on your computer, clone the repository
$ git clone https://github.com/arnholm/angelcad-samples/This will generate a subfolder
angelcad-samples with *.as files to open and run in AngelCAD.
The *.as files can be opened using File->Open ... in AngelCAD, or you can simply use file drag/drop from the file browser into the AngelCAD. Then build the sample using the Build menu or F6 shortcut, and view the result using the Tools menu or F7 shortcut.