Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 690 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 690 Bytes

What are these files used for? (ELI5)

This is a collection of template files that I use when I want to quickly prototype new ideas. They provide some basic boilerplate code for certain scenarios and should help to quickly start prototyping without worrying about window creation and input handling.

How can I start building prototypes using these files?

Feel free to use these project files for your prototypes. Just copy a pair of .c and .bat files into a new directory and start typing. Just execute the .bat file and the corresponding .c file should compile automatically.

The .bat file tries to search for a valid Visual Studio installation and will use cl.exe for compilation.