An open API service indexing awesome lists of open source software.

https://github.com/ivankoskov/macgui

Full setup for the MacOS imgui project
https://github.com/ivankoskov/macgui

Last synced: 3 months ago
JSON representation

Full setup for the MacOS imgui project

Awesome Lists containing this project

README

        

# macgui

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.

## Features
- Basic ImGui setup for macOS
- Simple window creation and rendering loop
- Ready to extend with custom features
-everything comes out of the box

## Requirements
- macOS
- C++17 or later
- CMake

## How to use
1. Clone the repository.
2. Build the project using CMake.
3. Start customizing the ImGui interface for your application.

Feel free to extend and modify this template for your own projects!