obs-shaderfilter-plus | obs-shaderfilter rewritten in Rust

 by   Limeth Rust Version: v0.2.0 License: Non-SPDX

kandi X-RAY | obs-shaderfilter-plus Summary

kandi X-RAY | obs-shaderfilter-plus Summary

obs-shaderfilter-plus is a Rust library. obs-shaderfilter-plus has no bugs, it has no vulnerabilities and it has low support. However obs-shaderfilter-plus has a Non-SPDX License. You can download it from GitHub.

OBS ShaderFilter Plus is a plugin for Open Broadcaster Software. It can be used to apply effects to sources using manually created GLSL/HLSL shaders. Example shaders may be found in the examples directory of this repository. It is a good starting point for the creation of custom effects.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              obs-shaderfilter-plus has a low active ecosystem.
              It has 63 star(s) with 5 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 8 open issues and 7 have been closed. On average issues are closed in 29 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of obs-shaderfilter-plus is v0.2.0

            kandi-Quality Quality

              obs-shaderfilter-plus has 0 bugs and 0 code smells.

            kandi-Security Security

              obs-shaderfilter-plus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              obs-shaderfilter-plus code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              obs-shaderfilter-plus has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              obs-shaderfilter-plus releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of obs-shaderfilter-plus
            Get all kandi verified functions for this library.

            obs-shaderfilter-plus Key Features

            No Key Features are available at this moment for obs-shaderfilter-plus.

            obs-shaderfilter-plus Examples and Code Snippets

            OBS ShaderFilter Plus,Usage Guide,Builtin Variables
            Rustdot img1Lines of Code : 21dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            uniform texture2d image;                                     // the source texture (the image we are filtering)
            uniform int       builtin_frame;                             // the current frame number
            uniform float     builtin_framerate;               
            OBS ShaderFilter Plus,Usage Guide
            Rustdot img2Lines of Code : 4dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            float4 render(float2 uv) {
                // sample the source texture and return its color to be displayed
                return image.Sample(builtin_texture_sampler, uv);
            }
              
            Tips on building OBS (fish shell, Ubuntu)
            Rustdot img3Lines of Code : 3dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            sudo apt remove obs-studio
            
            cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_3770_linux64" ..; and make -j24; and sudo checkinstall --default --pkgname=obs-studio --fstrans=no --backup=no --pkgv  

            Community Discussions

            No Community Discussions are available at this moment for obs-shaderfilter-plus.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install obs-shaderfilter-plus

            Download the latest binary for your platform from the Releases page. On Windows, download the file ending with _windows_x64.dll On Linux, download the file ending with _linux_x64.so
            Place it in the OBS plugin directory: On Windows, that is usually C:\Program Files\obs-studio\obs-plugins\64bit On Linux, that is usually /usr/lib/obs-plugins

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Limeth/obs-shaderfilter-plus.git

          • CLI

            gh repo clone Limeth/obs-shaderfilter-plus

          • sshUrl

            git@github.com:Limeth/obs-shaderfilter-plus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link