A minimal template for starting an ImGui project on macOS. This repository provides the essential setup for building ImGui-based applications on macOS, allowing you to quickly get started with a graphical interface.
- Basic ImGui setup for macOS
- Simple window creation and rendering loop
- Ready to extend with custom features -everything comes out of the box
- macOS
- C++17 or later
- CMake
- Clone the repository.
- Build the project using CMake.
- Start customizing the ImGui interface for your application.
Feel free to extend and modify this template for your own projects!