1.0.0 • Published 5 years ago

cjs2glsl v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

cJS2GLSL

What is it?

cJS2GLSL is a JS2GLSL Client tool for anyone who wants to precompile their scripts for GLSL!

How do I use it?

Vist the JS2GLSL website to get the basic documentation but with some minor changes

What are the changes?

As simple as

    exports = {
        FragmentColor: function() {
           //Your fragment code
        },
        VertexPosition: function() {
            //Your vertex code
        }
    }

Created at 2019-10-28 12:25:20 Monday

1.0.0

5 years ago