Remove Code Remove Scripting Remove Shaders Remove Writing
article thumbnail

Write a Post-Processing Shader using CRP Step-by-Step - Guide to Cocos Cyberpunk Source Code

Cocos

This series of articles will analyze the source code from various perspectives to improve your learning efficiency. Download the project source code for free at: [link] Today’s content is relatively simple, suitable for both juniors to explore and seniors for entertainment. So they came and asked: How do I add a new Shader for the CRP?

Shaders 52
article thumbnail

[Tutorial] Write a Post-Processing Shader using CRP Step-by-Step - Guide to Cocos Cyberpunk Source Code

Cocos

This series of articles will analyze the source code from various perspectives to improve your learning efficiency. Download the project source code for free at: [link] Today’s content is relatively simple, suitable for both juniors to explore and seniors for entertainment. So they came and asked: How do I add a new Shader for the CRP?

Shaders 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Visual Shader Editor is back

Mircosoft Game Dev

After some weeks of work, the new visual shader editor is ready for testing! What is a visual shader editor? This editor allows creating shaders using nodes and connections, instead of typing code. It provides a simple and fool-proof way for those not confident in writing shader code to create complex shaders.

Shaders 52
article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

In my previous post, I mentioned that I would be write a series of articles on Cocos Cyberpunk. including animations,effects,models,shaders,ui,sounds and so on. 7、scripts Store all of the gameplay scripts. The relevant code is shown below. Hey everyone, Kylin here! Let’s take a look at each of them one by one.

Code 52
article thumbnail

[Share] 2D Post-Processing & Lighting Framework

Cocos

Taking inspiration from community experts @gamemcu and @iwae for the ultimate solution, we can use code to directly display the post-processed RT rendered by the camera onto the final window. Since we create a rectangle rendered at the top layer through code, users(who use this solution) won’t notice it, making it both elegant and convenient.

Render 52
article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

Preface In the last article , Kylin shared how to add your own post-effect Shader in the custom render pipeline in Cocos Creator 3.8. However, based on the BlitScreen solution, we can only write the simplest post-effect Shader. Today Kylin will use Gaussian blur to demonstrate how to write a multi-pass post-effect shader.

Shaders 98
article thumbnail

Godot Showcase - Lumencraft developer talks about his experience

Mircosoft Game Dev

We are a small team working on our first team project, Lumencraft, which is released as I'm writing this. Since the path of a game developer is rarely straightforward, I ended up as an academic at the university doing PhD in skin cancer research, and as a part of not doing the PhD I started writing my own game engine.