Jump to content

Tutorial requests


Jerorx
 Share

Recommended Posts

On 10/29/2018 at 12:42 AM, GreenCloversGuy said:

I desperately want a tutorial on shaders, I think that a lighting effect would be good for a scene in my game, and a distortion effect to simulate drunkenness would be good as well. But I have 0 expeience with shaders and I can't tell when a shader is a single 3D object or when it's a filter for a 2D plane!

I think some point before the end of the year I'll do a tutorial about how to create a text-based game using Ink and Inkjs, as that's what I'm currently using for my game at the moment. It's pretty powerful and used a lot in Unity games at the moment. 

1

Shaders can be super fun - but at first hard to wrap your head around because it requires a different way of thinking on how to control graphics through programming. There are plenty of shader tutorials online for webgl that can easily be applied to Phaser because they are one and the same thing. The only thing you have to figure out in Phaser is how to add a custom render pipeline to an object: https://labs.phaser.io/view.html?src=src\renderer\Custom Pipeline.js

A good point to start with shaders is: https://thebookofshaders.com/
And a good prototyping editor would either just be Phaser or shadertoy.com

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • samme unpinned this topic
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...