Code Monkey home page Code Monkey 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/

I stopped to continue the development of this GUI library, as I´ve decided to dedicate my spare time to development of my own game engine. However, I was able to create my first editor prototypes using this library, it served well, but needed much more effort and time for its development. The code doesn´t have best architecture, but its working, and you may use it as you want. Thanks. I won´t delete the description below, so it stays as before.

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)

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

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.