rAzoR8 / Proto

SPIR-V Code Generator / Graph Editor GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proto

Proof Of Concept SPIR-V Code Generator / Graph Editor GUI

This is my test playground project for my IR-builder library SpvGenTwo

Proto

Usage

Use right click context menu to crate new nodes. Click to select node. Press DEL to delete a node.

Code will only be generated if control flow reaches output variables.

Dependencies (Submodules)

Building

Use the supplied CMakeLists.txt to generate project files for your build system.

Copyright and Licensing

The Proto open source project is licensed under MIT license. Any contribution you make to this original repository shall be licensed under same license. You are still free to distribute your contributions (in your own fork) under the license you desire.

About

SPIR-V Code Generator / Graph Editor GUI

License:MIT License


Languages

Language:C++ 90.7%Language:CMake 9.3%