My personal Raylib + ImGui project template, for C++ and cross-compiling from Linux to Windows. It'll even zip up and package your game/program up for you, when you're ready to share it! 🥳 For both Linux and Windows.
Your version and project information is set inthe Makefile and used to generate a header file that keeps everything synchronised and lets you use such info in any file.
Note: You will need to find your own libraylib.so/librarylib.so.* file.
Copyright (c) Softwave 2026 https://s0ftwave.net/
- Nice Raylib window.
- ImGui & my theme I tend to use.
- A nice font (Departure Mono). See below for licensing details. I've named the file DM.ttf because I'm lazy and like short file names.
- GLSL frag shader with both time and resolution uniforms.
- Nice build and packaging Makefile that lets me publish apps quickly. :)
Departure Mono is by Helena Zhang and released under the SIL Open Font License (see DepartureMonoLicense).
The w.i.p. test shader comes from GLSL Sandbox.
Libs:
- Raylib - zlib License
- Dear ImGui - MIT License
- rlImGui - zlib License

