Skip to content

Using openFrameworks for rendering with QML for the UI

Notifications You must be signed in to change notification settings

aklevy/ofUnderQml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofUnderQml

Using openFrameworks for rendering with QML for the UI

The repository contains an empty example and a simple one which displays the result of the draw() method from openFrameworks with a button from QML (with both communicating).

Basically, the main class is ofUnderQml inheriting from QQuickItem and does mainly two things :

  • Passes all user input to the openFrameworks app (named ofAppQml which inherits both QObject and ofBaseApp)
  • Enables the openFrameworks rendering

On the OF side, the connection with the QML button is done in the setup using the Qt method connect

About

Using openFrameworks for rendering with QML for the UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published