V# is an interpreted programming language that lets you build anything — from simple console tools to full games.
Designed to be simple, readable, and written entirely in C#.
- first you need to download V#
- then just run installer file
at this point you can already use V#
- download the V# source code
- build source code
- add to system path
- CPU: 1 GHz or faster
- RAM: 2 GB
- Disk: 100 MB
- CPU: 2+ GHz multi-core
- RAM: 4+ GB
- Disk: 500 MB SSD
- Windows: 10 / 11 / Server 2019+
- Linux: Ubuntu 20.04+, Debian 10+, Fedora 34+, CentOS 8+, or any with .NET 8.0 support
- Recommended Code Editors:
- Visual Studio Code
- JetBrains Rider
- Sublime Text
- Atom
-
Download source after you download source you shoud check if
you have .net 8.0 and right code editor like Visual studio code -
Build the project
Windows
once you have .net 8.0, go to the directory where the project files are located and use dotnet build
Linux
- install .net 8.0
- clone repo
git clone https://github.com/funcieqDEV/VSharp
cd VSharp
dotnet build
You can find documentation on our official website (outdated)
official package manager (outdated source code)
- run the project
VSharp run <file.vshrp>