Giter Club home page Giter Club logo

sfgui's Introduction

SFGUI โ€” Simple and Fast Graphical User Interface

Getting started

  1. Download and install SFML.
  2. Download SFGUI from the download page. If available, choose a binary release for your operating system and IDE/toolset.
  3. Unpack the archive.
  4. If source release: Build and install SFGUI (see Building for instructions).
  5. To see that everything works, start a new C++ project and compile the Hello World example.

Documentation

Visit the SFGUI wiki for further help.

Building

Building SFGUI is only required in the following cases:

  • You like building yourself in general.
  • No binary release is available for your operating system, neither at the website, nor in your operating system's software archives.
  • You want to adjust SFGUI to your likings or help with development.

At first, download and install the dependencies:

Make yourself familiar with CMake and how it works.

Then create a new directory build, start CMake (GUI), choose that directory as your build directory and SFGUI's directory as source code directory.

Hit Configure followed by Generate. Close CMake.

Finally either open the project files you have generated with CMake (e.g. Visual Studio solution) or instruct the chosen Make tool to build SFGUI, for example GNU Make:

  • make install (as root)

On Linux and after installing, you have to update ld's library cache by running ldconfig as root.

Using SFGUI in other CMake-powered projects

Projects using CMake within the build process can make use of SFGUI's FindSFGUI.txt file. Copy that file into your CMake Modules directory (located in CMake's directory on Windows, or in /usr/share/cmake-x.y/Modules/).

Instructions on how to use and configure the script can be found right at the top of the file in the comment section.

Contributing

Prior contributing source code, please read the guidelines file. It contains important information about requirements for pull requests to be accepted.

The authors file lists contributors together with contact information. If you make a contribution, please add yourself to the list.

Contact

sfgui's People

Contributors

tankos avatar binary1248 avatar anttirt avatar resident-uhlig avatar firefly2442 avatar expl0it3r avatar belfer avatar burningenlightenment avatar stefanhendriks avatar victorlevasseur avatar gloryfish avatar pierreadam avatar zax37 avatar kiwon0905 avatar

Watchers

James Cloos avatar Anton Shliakhtin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.