Giter Site home page Giter Site logo

pingui's Introduction

PinGUI

C++/SDL2/OpenGL created by Lubomir "Pinsius" Barantal

Extensions: Glew for OpenGL functions. http://glew.sourceforge.net/

SDL + its extensions: SDL_TTF SDL_Image https://www.libsdl.org/

GLM library for matrix operations http://glm.g-truc.net/0.9.8/index.html

Boost (for bind function) http://www.boost.org/

Some of its features are :

  • Text creation (using SDL_TTF extension)
  • Dynamic text handling(if you write a variable, library will automatically update the text if the variable changes)
  • Basic gui elements (that can be networked together so elements can consist of other elements and create pure new style)
  • Advanced window creation options
  • Multitabbing (window can has more tabs with different content)
  • Scrolling
  • Windows have its own coordinate system ( [0;0] is the left corner of the window)
  • Each tab can have its own settings (for example font)

Note: the library is still in development

Video : https://www.youtube.com/watch?v=YxVG0uQdU_Y

This library was developed primary for learning purposes but now i consider it to be able to handle also the GUI in my projects ( even if it still needs lot of improvements).

Things I´m still working on :

  • Documentation/or at least simple manual[x]
  • Update render system (so it will use benefit of matrices) to improve efficiency
  • Implement own allocators (the biggest need is for text - when it changes frequently, because dynamic allocations for sprites are slowing the speed down)
  • Support of multiple resolutions
  • Add new elements and improve old
  • Also add support to define GUI layout via XML

More info will be provided soon

pingui's People

Contributors

pinsius 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.