Giter Site home page Giter Site logo

Place to Share Shaders about shadereditor HOT 5 OPEN

markusfisch avatar markusfisch commented on August 29, 2024 1
Place to Share Shaders

from shadereditor.

Comments (5)

JFonS avatar JFonS commented on August 29, 2024 1

What about integrating an API like github gists? It might solve the backend and user management problems.

from shadereditor.

markusfisch avatar markusfisch commented on August 29, 2024

Very cool shader!

And yes, sharing shaders across users and devices is something I wanted for a long time. But it's not easy because it would require running a back end and (some) kind of user management. We'd need to transfer not just source code but textures and settings (resolution) as well. Then there would have to be some kind of (shader) browser in the app. And there are incompatibilities between GPU's. What runs on one device can fail on others (for example, your shader does not run on a Nexus 6 because INF = 1.0 / 0.0 does not compile: division by zero).

So yes, I totally want this but I'm afraid it'll take some time.

from shadereditor.

markusfisch avatar markusfisch commented on August 29, 2024

Yes, maybe that'd be an option and a cool one too! Will check.

from shadereditor.

odbol avatar odbol commented on August 29, 2024

Gists are a super easy API... don't even need to be signed in to post one, so it's literally one HTTP request. I used them for another project so I could help if you like...

from shadereditor.

markusfisch avatar markusfisch commented on August 29, 2024

Sounds good! Contributions are always welcome!

I'm on vacation right now and haven't had the time to check this out yet. But it really sounds like it would fit.

Implementing the UI, maybe a browser for the shaders, is possibly the biggest part I guess.

from shadereditor.

Related Issues (20)

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.