Sublime Forum

C game programming in sublime

#1

I am trying to start my programming project in sublime using C in particular regarding game programing. Was wondering if anyone has any experience in this area and if they can provide me with some important feedback regarding building and making projects. I know there is a thing called CMake, but I am not fully familiar with it and dont really know what its used for and so fort so if anybody has done any C programming in sublime reagrding these matters I would really appreciate if youi can provide me with some good feedback on this topic, thanks!!

0 Likes

#2

This isn’t really a question for the Sublime Text forum, as the answer would be the same regardless of which text editor you’re using. If you’re just starting out you can simply keep all your code in one file and not bother with build-system tooling like cmake, meson, etc. Though once you move beyond that you’ll want to use one of those.

2 Likes