Skip to content
Archive of posts filed under the GCC category.

Setting Up a Cross-platform Game Development Environment

Setting Up a Cross-platform Game Development Environment If we are going to make a cross platform game engine, then we need to have the right environment to do so. We need editors, compilers, and build management software at a minimum, and we ought to have source code revision control software as well. We need tools [...]