[deleted]
> I though it was C, but in the video OP starts with C++? Very few people, even programmers, seem to know the difference. Some even claim to program in C/C++, which is about as meaningful as Java/Javascript or Java/C#. All those Foogols look alike anyway. ETA: I have no idea if we watched the same video. The commenting style in the first video on the top of the page was used in C decades before C++ existed, though, a…
Handmade Hero: C game from scratch
31–40 of 60 posts
Re: Handmade Hero: C game from scratch
#32this is interesting and hardcore!
Re: Handmade Hero: C game from scratch
#33Earlier quoted context omitted.
Judging by the initial video, you won't be able to follow this without a Windows machine. The author plans to implement a game from scratch (no third party library will be used) in C on Windows, which means he will use Win32 functions (OS specific code) for creating a window, reading/showing image files etc ... If you want to follow along from day one I suggest you install Windows in a virtual machine (you can downlo…
He'll probably use SDL for that kind of stuff. P.S. EMACS!!!
Re: Handmade Hero: C game from scratch
#34Always happy to see component-entity systems or other modern game architecture patterns applied!
Re: Handmade Hero: C game from scratch
#35Earlier quoted context omitted.
Judging by the initial video, you won't be able to follow this without a Windows machine. The author plans to implement a game from scratch (no third party library will be used) in C on Windows, which means he will use Win32 functions (OS specific code) for creating a window, reading/showing image files etc ... If you want to follow along from day one I suggest you install Windows in a virtual machine (you can downlo…
He'll probably use SDL for that kind of stuff. P.S. EMACS!!!
Re: Handmade Hero: C game from scratch
#36Earlier quoted context omitted.
He'll probably use SDL for that kind of stuff. P.S. EMACS!!!
I doubt he will use SDL, the author mentions in another video that he is interested in implementing his own render. Also, he claims he won't use DirectX or OpenGL.
Re: Handmade Hero: C game from scratch
#37Re: Handmade Hero: C game from scratch
#38I can't wait to start watching the videos and of course, code along.
Re: Handmade Hero: C game from scratch
#39Wow. I can't even begin to express how much the premise behind this series resonates with me. I've been looking for something just like this. My only issue is that, although in C, the preview/introduction video seems pretty centered around visual studio[0]. In the FAQ you say that multi platform support for *nix systems will be added later. How exactly will this work for those of us who want to follow along, but don'…