Posted September 26, 2024 by Ray
#tool #project #raylib #template
Welcome to raylib project creator
! The new tool to help you setup professional raylib projects!
When starting with raylib is common to create a simple .c code file in some directory and jump directly into coding, the raylib Windows Installer
package already provides a pre-configured environment to do it that way; the compiler, the Npp editor and raylib library are already pre-configured to do so.
But as soon as a project starts growing, usually more complex project structures are required. Usually a build system for multiple code files, external libraries, project assets/resources, configuration files, executable icons and even some automatized CI/CD system. Configuring all those aspects usually requires a lot of time.
raylib project creator
is a visual tool to simplify that process and automatically create and pre-configure some common build systems for a project, just providing an input source code file to start with.