All Projects β†’ feddischson β†’ Skyplotwidget

feddischson / Skyplotwidget

QT skyplot widget to visualize relative satellite positions

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Skyplotwidget

Satellitesimulator
πŸš€ A simple Qt/OpenGL satellite orbit simulator
Stars: ✭ 28 (+180%)
Mutual labels:  satellite, qt
Pta
PoE Trade Assistant
Stars: ✭ 19 (+90%)
Mutual labels:  qt
Ksnip
ksnip the cross-platform screenshot and annotation tool
Stars: ✭ 776 (+7660%)
Mutual labels:  qt
Nodegui
A library for building cross-platform native desktop applications with Node.js and CSS πŸš€. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
Stars: ✭ 7,324 (+73140%)
Mutual labels:  qt
Flyingcarpet
Encrypted file transfer over ad hoc WiFi. No network infrastructure required, just two laptops in close range. Linux, Mac, and Windows.
Stars: ✭ 788 (+7780%)
Mutual labels:  qt
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+8260%)
Mutual labels:  qt
Veles
Binary data analysis and visualization tool
Stars: ✭ 767 (+7570%)
Mutual labels:  qt
Hnr
🌟 An off-line handwritten numeral recognition system
Stars: ✭ 26 (+160%)
Mutual labels:  qt
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+8860%)
Mutual labels:  qt
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (+7980%)
Mutual labels:  qt
Liteide
LiteIDE is a simple, open source, cross-platform Go IDE.
Stars: ✭ 6,657 (+66470%)
Mutual labels:  qt
Awesome Qt
A curated list of awesome tools, libraries, and resources for the Qt framework.
Stars: ✭ 786 (+7760%)
Mutual labels:  qt
Montilecarlo
Stars: ✭ 16 (+60%)
Mutual labels:  satellite
Aspia
Remote desktop and file transfer tool.
Stars: ✭ 784 (+7740%)
Mutual labels:  qt
Colorpick
Stars: ✭ 24 (+140%)
Mutual labels:  qt
Ttkmusicplayer
TTKMusicPlayer that imitation Kugou music, the music player uses of qmmp core library based on Qt for windows and linux.(ζ”―ζŒη½‘ζ˜“δΊ‘ιŸ³δΉγ€QQιŸ³δΉγ€ι…·ζˆ‘ιŸ³δΉγ€ι…·η‹—ιŸ³δΉη­‰η­‰)
Stars: ✭ 765 (+7550%)
Mutual labels:  qt
Ritual
Use C++ libraries from Rust
Stars: ✭ 792 (+7820%)
Mutual labels:  qt
Qutebrowser
A keyboard-driven, vim-like browser based on PyQt5.
Stars: ✭ 7,401 (+73910%)
Mutual labels:  qt
Workspace
πŸš€ Base applications and settings for Liri OS
Stars: ✭ 9 (-10%)
Mutual labels:  qt
Axistradecult
Assist tool for trading on stock market, automatic download historical stock data, technical research, chart and analysis.
Stars: ✭ 26 (+160%)
Mutual labels:  qt

Introduction

The Skyplot widget is a small QT library to visualize satellite skyplots. screenshot-01 screenshot-02

INSTALLATION:

If you have a command line by your hand, do

      qmake
      make
      make install

to build and install the widgets.

This not only installs the Skyplot widget, it also installs a designer plugin.

To build the skyplot-widget with QML support, run the following:

      qmake DEFINES+=SKYPLOT_QML_SUPPORT
      make
      make install

A QML/QtQuick example can be found in examples/main.qml and examples/main.cpp.

If you ware working with the Qt Creator:

Open the file SkyplotWidget.pro and adapt the Project settings: Add a custom build step with the make argument "install". After doing the build, the resulting files get installed. On windows, the installation path is set to c:/skyplotwidget-x.x.x. This path can be adapted in src/src.pro.

If you want to include the sources directly:

You only need to include SkyplotWidget.pri in your *.pro file and you have to define SKYPLOTWIDGET_STATIC. Have a look at example/example.pro. The SKYPLOTWIDGET_STATIC disables the Q_DECL_EXPORT / Q_DECL_IMPORT behaviour for the library (only relevant for windows).

Usage:

See https://github.com/feddischson/skyplotwidget/wiki

Versions

2.0.1

  • Improves QML exampe
  • Improves C++ coding style
  • Improves internal types and interfaces
  • Fixes flash timer issue
  • Fixes build issues on windows

2.0.0

  • Changes the interface
    • Shorter method names
    • Better handling of the state
    • More const declarations for getter methods
  • Requires c++11

1.1.0

  • Adds QML Support

1.0.1

  • Placed code to a github repo
  • First stable version which supports
    • Adding and removing satellites
    • Different satellite states
    • Coloring (font, ring, satellite-background, widget-background)
    • Different configurations and styles

License

  SkyplotWidget
  Copyright (C) 2011-2017 Christian Haettich feddischson[at]gmail.com

  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 3 of the License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.

  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
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].