Coder Social home page Coder Social logo

Comments (5)

seece avatar seece commented on June 12, 2024

Welcome! It takes a while to wrap your head around shader coding. The Book of Shaders is a nice way to get started on the basics. Answers to your questions:

GLFW is a C library that basically just creates a window with OpenGL ready to use. As a Bonzomatic user you shouldn't really worry about it.
Bonzomatic supports both HLSL (DirectX) and GLSL 4.1 (OpenGL) shading languages. The GLSL language version is set by the application by adding #version 410 in the beginning of each shader. The reference page you linked is just the right one.

Printing out values from shaders is not possible in Bonzomatic. In practice you need to debug the shaders by just outputting colors, which really sucks. So yeah it can frustrating.

Hope this helped.

from bonzomatic.

ReinekeWF avatar ReinekeWF commented on June 12, 2024

ok it is C this means i can use all build-in funktions of the language exept for includes
ah thats why i cant import stdio for printf
the book seams interesting i should look about them and hoping there is a similar book in my mother language german available.

ok nice this helping me allot thanks ^^

from bonzomatic.

Gargaj avatar Gargaj commented on June 12, 2024

The Book Of Shaders is available in German, yes: https://thebookofshaders.com/?lan=de :)

from bonzomatic.

Gargaj avatar Gargaj commented on June 12, 2024

I also highly recommend Flopine's seminar on the matter: https://www.youtube.com/watch?v=uFFR31t1WMM

from bonzomatic.

ReinekeWF avatar ReinekeWF commented on June 12, 2024

I already saw yesterday that it is also in German, but unfortunately I have no access to everything according to Fractional brownian motion because there is probably a subsciber limit that has already been reached. as far as the siminar of floppine is concerned, I was there at the time, but at that time I was only able to program with python or only started with it months before. I found the whole thing very exciting but at the time I only understood 1% what she was doing and for a few months now I have thought to myself that you will try to stay tuned

thanks for helping me so much ^^

from bonzomatic.

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.