Installation
Choose your version of qASIC:
For C# projects
-
Go to qASIC's github page and clone the repository to your computer.
-
Open the
srcfolder. -
Copy
qASIC.Coreand other folders containing the projects you want to use. The full list includesqASIC.Core,qASIC.ConsoleandqASIC.Options. -
Add the copied
.csprojfiles that are inside of those folders to your project's dependencies.
For Stride
note
As of the time of writing, qASIC doesn't have an official Stride implementation, so you have to follow the same steps as in the C# projects guide.