All Projects → coin3d → quarter

coin3d / quarter

Licence: BSD-3-Clause license
Coin GUI binding for Qt

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
CMake
9771 projects
shell
77523 projects
perl
6916 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to quarter

cefgo
Go bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 20 (-9.09%)
Mutual labels:  gui-toolkit
Cefpython
Python bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 2,498 (+11254.55%)
Mutual labels:  gui-toolkit
Nana
a modern C++ GUI library
Stars: ✭ 1,961 (+8813.64%)
Mutual labels:  gui-toolkit
Phoenix
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
Stars: ✭ 1,698 (+7618.18%)
Mutual labels:  gui-toolkit
Walk
A Windows GUI toolkit for the Go Programming Language
Stars: ✭ 5,813 (+26322.73%)
Mutual labels:  gui-toolkit
Lcui
A small C library for building user interfaces with C, XML and CSS.
Stars: ✭ 3,573 (+16140.91%)
Mutual labels:  gui-toolkit
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+268.18%)
Mutual labels:  gui-toolkit
xtd
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 321 (+1359.09%)
Mutual labels:  gui-toolkit
nana-creator
Nana Creator - a RAD tool for (and built with) Nana C++ Library
Stars: ✭ 83 (+277.27%)
Mutual labels:  gui-toolkit

Coin3D Quarter

Introduction

Quarter is a light-weight glue library that provides seamless integration between Systems in Motions's Coin high-level 3D visualization library and Trolltech's Qt 2D user interface library.

Qt and Coin is a perfect match since they are both open source, widely portable and easy to use. Quarter has evolved from Systems in Motion's own experiences using Coin and Qt together in our applications.

The functionality in Quarter revolves around QuarterWidget, a subclass of QGLWidget. This widget provides functionality for rendering of Coin scenegraphs and translation of QEvents into SoEvents. Using this widget is as easy as using any other QWidget.

How to install

See the file INSTALL for installation instructions, and the README.* files for platform-specific notes.

How to use

See Doxygen documentation: https://coin3d.github.io/Quarter/html/

Release history

Quarter 1.0.0 (2009-01-26):

  • first proper release.
  • is only usable with Coin-3.x and Qt-4.x

Quarter 1.1.0 (2019-12-25):

  • new:

    • Kongsberg Oil & Gas Technologies AS ended SoWin as a commercial product and re-licensed it under the BSD 3-clause license as a service to the user community.
    • The build system has been migrated from GNU Autotools to CMake
    • Added support for Qt5
    • Added support for high DPI displays in Qt5
    • New 3DConnexion Space Navigator support using the Spacenav opensource library
    • Support for BitBucket and AppVeyor as continuous integration service providers
  • bugfixes:

    • Always reinitialize SoRenderManager when GL context is (re-)initialized
    • Avoid unnecessary redraws when moving window around. Fixes COIN-173
    • Handle double click events
    • Buffer went out of scope, while a reference was still held
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].