Giter Club home page Giter Club logo

caldev's People

Watchers

 avatar

Forkers

leoking01

caldev's Issues

Refactor threads

Is your feature request related to a problem? Please describe.
Remove dependencies for low level thread implementation.

Describe the solution you'd like
Use standard library high level thread implementation.

Add collection storage for child windows

Is your feature request related to a problem? Please describe.
Multiple child windows must be possible to be defined within main window.

Describe the solution you'd like
Define a collection to store child windows.

Create main window.

Is your feature request related to a problem? Please describe.
Each GUI application must have a main window.

Describe the solution you'd like
Implement creation of main window. Only one main window allowed.

Additional context
No additional context.

Split initGUI() into init and start

Is your feature request related to a problem? Please describe.
Currently initGUI() does not cope well when engine must run in main thread.

Describe the solution you'd like
Add a new method startGUI() which will start the GUI engine in main or background thread. A parameter will tell what kind of thread to use.
initGUI() will take care only of initialization stuff.

Define a skeleton API

Is your feature request related to a problem? Please describe.
Need an API to interact with applications.

Describe the solution you'd like
Define a skeleton API to interact with external applications.

Additional context
No additional context.

Make GUI engine responsive

Is your feature request related to a problem? Please describe.
Make GUI responsive when background tasks take too much time.

Describe the solution you'd like
Run GUI in separate thread.

Constants for error codes

Is your feature request related to a problem? Please describe.
For better visibility, avoid using hard coded values for error codes.

Describe the solution you'd like
Replace error codes hard coded values with constants.

Create child windows within main window

Is your feature request related to a problem? Please describe.
Applications must be able to use multiple child windows within main window.

Describe the solution you'd like
Implement child windows to main window.

Threads management

Is your feature request related to a problem? Please describe.
GUI must run in a separate thread in order to be responsive and to not block application if time consuming operation is executed.

Describe the solution you'd like
Implement classes to deal with thread management and synchronization objects.

Add GUI to API

Is your feature request related to a problem? Please describe.
Applications must be able to build GUI .

Describe the solution you'd like
Add GUI to API.

Additional context
No additional context.

Create label widget

Is your feature request related to a problem? Please describe.
Labels should be possible to be displayed on windows.

Describe the solution you'd like
Implement a label widget.

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.