rxi / microui

A tiny immediate-mode UI library
MIT License
3.29k stars 239 forks source link

Library dependency #46

Open praman-matter opened 3 years ago

praman-matter commented 3 years ago

What is SDL2? How do I compile the demo and run it on MAC OS?

quadroli commented 3 years ago

@praman-matter SDL2 standing for Simple Direct mediaLayer version 2 is an api that allows you to create multimedia applications more so games on a variety of platforms despite the operating system, so to run the demo i think you 1st have to enable developer tools on your machine, maybe try opening the terminal and type ld, it will prompt you to enable them, the head over to their website and download the .dmg file for mac OS, finally after cloning this repository, open a terminal session within the demo folder and run ./build.sh, if all went well you should have your demo all up and running :)

ps: i don't own a Mac