Screen 13 Versions Save

Screen 13 is an easy-to-use Vulkan rendering engine in the spirit of QBasic.

v0.8

1 year ago

Cleaned up shader interfaces and added hot-reload feature

v0.7.1

1 year ago

Fix for release-mode ray tracing

v0.7

1 year ago

Multiple hardware queues

v0.6.5

1 year ago

Lots of validation error fixes and a new bindless.rs example.

v0.6.4

1 year ago

Multisample anti-aliasing; graphical example in examples/msaa.rs and a fuzz-test example which includes depth/stencil MSAA in examples/fuzzer.rs.

v0.6.3

1 year ago

Two minor panic fixes and a number of small improvements

v0.6.2

1 year ago

Fixed a few small issues with Window management and frame timing.

v0.6.1

1 year ago

Fixed a number of multi-layer framebuffer issues and added a shadow mapping example.

v0.6

1 year ago

Added documentation and cleaned up types/modules. Now includes a good looking PBR depth/stencil example, multipass.rs.

v0.5

1 year ago

Added LazyPool resource manager and some fixes