Skip to content

funcieqDEV/VSharp

Repository files navigation

V# logo

GitHub repo creation date GitHub release (latest by date) PRs Welcome GitHub stars GitHub all releases


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#.

installation

Windows

  • first you need to download V#
  • then just run installer file

at this point you can already use V#

Linux

  • download the V# source code
  • build source code
  • add to system path

💻 System Requirements

Minimum

  • CPU: 1 GHz or faster
  • RAM: 2 GB
  • Disk: 100 MB

Recommended

  • CPU: 2+ GHz multi-core
  • RAM: 4+ GB
  • Disk: 500 MB SSD

Supported OS

  • Windows: 10 / 11 / Server 2019+
  • Linux: Ubuntu 20.04+, Debian 10+, Fedora 34+, CentOS 8+, or any with .NET 8.0 support

Required Software

Development Environment Recommendations

  • Recommended Code Editors:
    • Visual Studio Code
    • JetBrains Rider
    • Sublime Text
    • Atom

Special thanks

Thanks

Compilation

  • 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

documentation

You can find documentation on our official website (outdated)

official package manager (outdated source code)

  • run the project
VSharp run <file.vshrp>