Code Monkey home page Code Monkey logo

blackbox's Introduction

Blackbox

An object-oriented GUI framework in C++

##Utilization

Easy to use, the framework provides differents kinds of elements you can use to create your apps.

  • Frames : frames are basic windows you can customize with components
  • Components : components are elements a window can contains such as buttons or widgets.
  • Events : Events are raised by the framework and linked to the window (or to the system if no window is specified). It is possible to rewrite every event of a component by the method Component::addEvent(Event* e);
  • Listeners : A listener is raised whenever the framework catches an event. A listener is linked to the event which the same return value for the method getType();

##TODO-LIST

  • Frames
    • Implement the event propagation system
    • Maybe it will lead to a different event handling system than components
  • Components
    • Create some basic widgets
  • Listeners
    • Implement all predefined listeners objects
    • Implement the secial custom listener
  • Events
    • Implement all predefined events objects
    • Implement the special custom event
  • Design
    • Create classes designed to define the look & feel of a component
    • These classes have to be easy to override and customize

blackbox's People

Contributors

alias-m avatar

blackbox's Issues

Ah whui bichour

Albichour whui ? Ah whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui whui !

Perdu

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.