Skip to content
wuye9036 edited this page Jul 10, 2015 · 9 revisions

SALVIA: A Direct3D 10+ like software renderer

Highlight

Jul 10, 2015

  • 0.5.8 is available. Ported code repository from Mercurial/Hg to Git.
  • 0.5.8发布!代码库移植到Git中,并减少了80%代码库的下载量。

Introduction

SALVIA is a pure object-oriented software 3D renderer with a programmable pipeline only. Interfaces, operations and parameters of it take advantage of modern graphics APIs such as D3D 10 and OpenGL.

SALVIA是一个面向对象实现的纯软件3D光栅化渲染器,并借助于LLVM实现了接近完整的类HLSL的Shader语言编译器级运行时。渲染器的接口、操作和实现充分吸收了现代图形API如D3D10和OpenGL的优势。

<img src="http://softart.googlecode.com/files/Sponza_0.png" width#320/>

Overview

TODO

What's Comming

TODO

In this release, Pixel shader will be improved.

Snapshots

TODO

Documentations

TODO

Downloads

The Shading And Lighting VIsualization Architecture(SALVIA) is available in both source and binary form.

Binaries for Windows are available from the SALVIA downloads page on google code or mirror sites. Alternatively, here are direct links to builds.

  • TODO

To install the renderer, please download the source code and extract to some direcotry. Then see the user's guide and the examples in the samples/ directory of the distribution.

Alternatively, source can be downloaded. If you're using hg, run:

TODO


Reference

Mirrors