Giter Site home page Giter Site logo

nomok / funky-fisheye Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

A customizable Fisheye Lens shader for Clickteam Fusion.

License: MIT License

HLSL 63.60% Batchfile 36.40%
clickteam clickteam-fusion fisheye fisheye-lens-distortion shader shaders

funky-fisheye's Introduction

Funky Fisheye

Purpose

The purpose of this shader was to provide a more customizable Fisheye Lens shader that could allow the user more flexability and usability in projects.

Some of the possible use cases for this shader can be:

  • Inversion of Fisheye Lens Images:

Uninverted Image Example Inverted Image Example

  • Magnifying Glass Effect:

Magnifying Glass Example

  • CRT Bulge Effect:

CRT Example

Compiling:

Requisites:

FXC (apart of the Windows SDK)

Windows:

  1. Insert FXC.exe into the root directory or insert the path for FXC in line 11 of CompileShader.bat
  2. Run CompileShader.bat
  3. You should get a successful compilation message:
fxc.exe "funky_fisheye.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main /Fo"funky_fisheye.fxc"
compilation object save succeeded; see ROOT\funky_fisheye.fxc

fxc.exe "funky_fisheye.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main_pm /Fo"funky_fisheye.premultiplied.fxc"
compilation object save succeeded; see ROOT\funky_fisheye.premultiplied.fxc
.
Shaders compiled ok

TODO

  • Android Support
  • MacOS Support
  • IOS Support
  • Tiling Support in DirectX11

funky-fisheye's People

Contributors

nomok avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.