All Projects → wonder-sk → qgis3d

wonder-sk / qgis3d

Licence: other
3D map view - proof of concept using Qt 3D

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
QMake
1090 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to qgis3d

xyz-qgis-plugin
Plugin for QGIS to connect to the HERE XYZ Hub API
Stars: ✭ 22 (-43.59%)
Mutual labels:  qgis, qt5
qgis-bridge-plugin
GeoCat Bridge is a plugin for QGIS that can be used to publish geospatial (meta)data to the cloud.
Stars: ✭ 24 (-38.46%)
Mutual labels:  qgis
WMIT
Warzone Model Import Tool - for use with Warzone 2100
Stars: ✭ 14 (-64.1%)
Mutual labels:  qt5
klatexformula
Generate images from LaTeX equations that you can drag and drop, copy and paste or save to disk.
Stars: ✭ 70 (+79.49%)
Mutual labels:  qt5
ImportPhotos
This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS.
Stars: ✭ 22 (-43.59%)
Mutual labels:  qgis
ARehab
ARehab is a free software for physical rehab, aided by augmented reality technologies and user tracking systems, such as Microsoft Kinect v2.
Stars: ✭ 20 (-48.72%)
Mutual labels:  qt5
plexydesk
Lightweight Desktop Manager for Gnu/Linux and FreeBSD - Ideal for Low resource computers
Stars: ✭ 33 (-15.38%)
Mutual labels:  qt5
saccade
A sophisticated scientific image viewer for Linux with OpenGL support and synchronized viewports
Stars: ✭ 38 (-2.56%)
Mutual labels:  qt5
RepRaptor
A Qt RepRap gcode sender/host controller
Stars: ✭ 37 (-5.13%)
Mutual labels:  qt5
qt-ribbon
A ribbon bar implementation for Qt widgets applications
Stars: ✭ 43 (+10.26%)
Mutual labels:  qt5
Qt OpenCV
Qt/QtQuick apps using OpenCV
Stars: ✭ 19 (-51.28%)
Mutual labels:  qt5
ilong
轻量级跨平台瓦片地图库,大部分算法来自QMapControl,就想练手的。。。因为需要轻量级跨平台的,所以只能先用SQLite数据库。。。
Stars: ✭ 24 (-38.46%)
Mutual labels:  qgis
Qt-Advanced-Docking-System
Advanced Docking System for Qt
Stars: ✭ 909 (+2230.77%)
Mutual labels:  qt5
vimiv-qt
An image viewer with vim-like keybindings
Stars: ✭ 130 (+233.33%)
Mutual labels:  qt5
Screensaver
Just a funny screensaver.
Stars: ✭ 27 (-30.77%)
Mutual labels:  qt5
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (-15.38%)
Mutual labels:  qt5
vatsinator-legacy
An open-source Vatsim monitor
Stars: ✭ 12 (-69.23%)
Mutual labels:  qt5
cyan
Cyan Color Converter
Stars: ✭ 68 (+74.36%)
Mutual labels:  qt5
NewBreeze
NewBreeze File Manager based on Qt
Stars: ✭ 59 (+51.28%)
Mutual labels:  qt5
hive-desktop
🐝 A small LAN chat app
Stars: ✭ 69 (+76.92%)
Mutual labels:  qt5

QGIS 3D

UPDATE: The work on 3D support in QGIS has been merged to QGIS master branch and will be included in 3.0 release.

This repository contains initial work to build a 3D framework for QGIS.

To build with 3D support, set WITH_3D=TRUE in CMake.

This will build qgis_3d library and a testing executable qgis3d.

Note: the testing executable qgis3d tries to load data from a folder specified by dataDir variable in src/3d/testapp/main.cpp. Please clone this repository and point dataDir to the path where you cloned it so it is possible to load the data files.

Pro-tip: you can specify WITH_GUI=FALSE to disable compilation of other bits of code and disable search for extra dependencies.

The code works with Qt >= 5.8, however it is preferred to use Qt 5.9 (LTS release). Unfortunately Qt3D in version 5.7 has some bugs that make QGIS 3D unusable.

This repository is not going to be target of further development of the 3D framework - it still contains testing data and keeps history of the initial 3D work.

Screenshot

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