Installation
Choose your version of qASIC:
For C# projects
-
Go to qASIC's github page and clone the repository to your computer.
-
Open the
src
folder. -
Copy
qASIC.Core
and other folders containing the projects you want to use. The full list includesqASIC.Core
,qASIC.Console
andqASIC.Options
. -
Add the copied
.csproj
files 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.