https://github.com/pvigier/mygui-sfml
A C++ library to easily use MyGUI in an SFML application
https://github.com/pvigier/mygui-sfml
binding gui mygui sfml
Last synced: about 1 year ago
JSON representation
A C++ library to easily use MyGUI in an SFML application
- Host: GitHub
- URL: https://github.com/pvigier/mygui-sfml
- Owner: pvigier
- License: mit
- Created: 2019-08-26T15:20:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T13:29:58.000Z (about 5 years ago)
- Last Synced: 2025-05-13T01:08:08.101Z (about 1 year ago)
- Topics: binding, gui, mygui, sfml
- Language: C++
- Size: 451 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyGUI-SFML
A C++ library to easily use MyGUI in an SFML application.
## Building
Unfortunately, MyGUI does not export cmake configuration files. Hence, you will have to modify the MyGUI part of [CMakeLists.txt](https://github.com/pvigier/MyGUI-SFML/blob/master/CMakeLists.txt) to be able to build.
Alternatively, you can install MyGUI in an `ext` folder. Then, no change should be necessary.
## Usage
See the [main.cpp](https://github.com/pvigier/MyGUI-SFML/blob/master/examples/main.cpp) in `examples` for a complete working example.
## License
Distributed under the MIT License.