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

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

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.