GithubHelp home page GithubHelp logo

victorlevasseur / simplgui Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 168 KB

SimplGUI is simple GUI library for SFML. It provides simple widgets that can be used independently.

Home Page: http://victorlevasseur.github.io/SimplGUI/

License: MIT License

C++ 96.57% CMake 3.43%

simplgui's People

Contributors

victorlevasseur avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

simplgui's Issues

Mouse support in TextBox

To be able to move the text cursor and to select multiple character.

  • Move the cursor using the mouse
  • Do multiple character selection using the mouse

Theming support

Theming support through a simplgui::Theme class giving the recommended sizes for margins, paddings and text and the recommended colors.

  • simplgui::Theme : stores theme informations like font name, size, colors
  • simplgui::StateDepProperty : store a property that depend of the widget's state (normal, focused...)
  • simplgui::ResourcesGetter : a generic interface for SimplGUI to get resources like textures, fonts...
  • simplgui::FileResourcesGetter : inherits from simplgui::ResourcesGetter and allows widgets to load resources from files (considering resources names are their filepaths)
  • simplgui::Renderer : an interface that allows widgets to draw themselves (needing a Theme and resources)
  • Add text facilities to simplgui::Renderer

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.