Giter Site home page Giter Site logo

illuxui's Introduction

illuxUI - C++ GUI Framework

CPP11 Discord channel Patreon YouTube Facebook Twitter

illuxUI is a C++ GUI Framework that has been designed and developed to make GUI Desktop Applications.
It allows to develop potentially any kind of GUI Applications, from a simple single window Calculator
to a complex multiple dockable windows Editor (e.g. Game Engine Editor, Graphics Editor, 3D/2D Editor of various nature)

illuxUI is not an immediate mode gui library,
that means the events processing and the rendering of the elements inside the various windows are all handled by the
GUI System under the hood, not
directly by the user.

In this way, the developer can focus mainly into the making of the GUI Layout with the various controls
(like Button, TextBox, TreeView, ListBox and so on)
and the handling of the events triggered by the controls when the user acts on them
(like the click on a button, the adding of text inside a textbox and so on).

It has been designed and developed originally with the purpose to make the GUI for
the editor of the game engine called Pard Engine and now, after many improvements, illuxUI can be used to build many other kinds of application.

For these reasons, illuxUI will be soon released as a standalone framework.

Rendering is accomplished by the usage of the render sub-system of Pard Engine, that has been designed to support multiple Graphics APIs like OpenGL, DirectX, Metal and so on.

Features

  • Multiple Windows System
  • Dockable Panels System
  • Many types of controls already introduced: Buttons, TextBoxes, TreeViews, ScrollBars, MenuBar, Context Menu etc.

illuxui's People

Contributors

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