this post was submitted on 07 Aug 2023
10 points (100.0% liked)

Game Development

2814 readers
8 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

Its Monday so we're continuing on with the daily questions of the day!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (2 children)

Is there post effect processor? Do you use c sharp in Godot?

[–] duckington 3 points 1 year ago* (last edited 1 year ago)

You can use either gdscript (think python) or C#. C# used to be a bit of a second class citizen but from what I see it’s nearly on par with gdscript for support, and it’s getting a lot of attention from the devs.

Edit: and yes there is a post processor

[–] [email protected] 3 points 1 year ago

Yeah there is post-processing and shaders as you'd expect. I forgot to mention that I use GDScript, it fits in with the engine way more intuitively, not to mention C# support is lacking in a few things.