Skip to content

GavinHwa/veldrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Veldrid

An experimental renderer with OpenGL and Direct3D backends.

Sponza

Sponza-GIF

(Severely compressed gif preview)

Build instructions (Windows)

  • Have Visual Studio 2015 Update 3 installed
  • Have latest NuGet extension installed (Tools -> Extensions and Updates -> Updates)
  • Uncheck these options under Tools ->NuGet Package Manager -> Package Manager Settings: image
  • Have .NET Core SDK installed: https://go.microsoft.com/fwlink/?LinkID=835014
  • After cloning the repository, run dotnet restore <cloned-path>.

Visual Studio

Change the configuration to Windows_Debug, x64. Build everything and set "RenderDemo" as the startup project

Command line

Open a Visual Studio developer command prompt. Run msbuild on RenderDemo.csproj. Open RenderDemo.exe.

About

A low-level, hardware-accelerated 3D graphics library for .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.2%
  • HLSL 2.7%
  • GLSL 2.1%