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
- Host: GitHub
- URL: https://github.com/ivankoskov/macgui
- Owner: IvanKoskov
- License: mit
- Created: 2025-02-03T07:33:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T09:47:13.000Z (4 months ago)
- Last Synced: 2025-02-03T10:33:30.296Z (4 months ago)
- Language: Makefile
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!