- Joined
- Feb 22, 2023
If you want to make video games you can do the same as what I'm doing. Im learning C# though, not C.Anything related to game development (Shaders, physics, yada yada) I got the C language book but I can't manage to get an enviorment running to process my code...
I'll still give you a step by step real quick because it was a pain in the ass for me setting it all up.
Install the microsoft .Net SDK for C#.
Install Visual Studio, during installation it will ask you to pick which specific things you would like installed. I forget which specific options I clicked but there is tools specifically for .net C#, as well as C and C++.
Install VS Code, or any code editor of your choice.
Install Godot with C# support. You can find it on their website, its free and its just a zip file.
And then you can open up editor settings in godot and set it up to connect to VS code so you have a more robust coding editor than the one Godot comes with out of the box.