Skip to content

Latest commit

 

History

History

contrib

User Contributions to Screen 13

These subdirectories contain additions, changes, and other things you might find useful while using Screen 13. These user-provided contributions are not guaranteed to work and are untested.

Configuration files for users of Visual Studio Code. Copy the .vscode/ directory into the root Screen 13 project directory in order to enable build and debug configurations.

NOTE: Requires installation of the CodeLLDB extension for debugging.

A script which exercises all test cases and build conditions which must succeed prior to merging new code into the main branch.

Renderer for egui; a simple, fast, and highly portable immediate mode GUI library.

Pre-defined effects and tools built using Screen 13 features. Generally anything that requires shaders or other physical data which shouldn't be part of the main library.

Adds a hot-reload feature to compute, graphic and ray-trace shader pipelines.

Renderer for Dear ImGui. Provides a graphical user interface useful for debug purposes.