GithubHelp home page GithubHelp logo

alexb67 / tcalc Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 20.4 MB

An astronomy tool for telescopes and eyepieces

License: GNU General Public License v3.0

Python 0.14% Meson 1.03% C++ 98.34% CSS 0.50%

tcalc's Introduction

GNOME TCalc - An astronomy tool for telescopes and eyepieces

Written in gtkmm4 and C++ for the linux desktop. The software is intended as a learning tool for amateur astronomers, with an interest in visual astronomy. TCalc offers a number of computations, a graphical view, and an ocular viewer. Help Documentation is included.

Buiilding the software

Clone the Tcalc repo, at the comand prompt -

$git clone https://github.com/AlexB67/TCalc.git
$cd TCalc
$mkdir build
$meson build/
$cd build
$ninja
$sudo ninja install

To uninstall

$sudo ninja uninstall

If you have used the software before please delete your user eyepiecesuser.TCalc and telescopesuser.TCalc files, if they exist. Found in /home/your_username/.config/gnome-tcalc

This will add the application to /user/local and appear in the applications list as GNOME TCalc. To be build as an rpm package in future.

The following packages are required to build the software natively.

  • git
  • gettext
  • appstream-util
  • gtkmm 4.0.2 or greater development libraries
  • meson
  • ninja build system

Consult/search your distribution for the above packages and install them if required. in Fedora 35 it would typically involve

sudo dnf install gtkmm4-devel
sudo dnf appstream-util
sudo dnf gettext

If in doubt use dnf search to find them

dnf search gtkmm
dnf search appstream

etc.

Some platforms may not yet have gtkmm4. You can still install the older tcalc-gtkmm3 version by using the tcalc-gtkmm3 branch To switch to this branch simple do

git checkout tcalc-gtkmm3

Enjoy.

tcalc's People

Contributors

alexb67 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

on62

tcalc's Issues

comboboxes not scrollable in the gtkmm4 branch

It's a GTK bug. Perhaps I should get rid of them and replace them with the search entry instead, which is in the header bar at the moment. I've already done a preliminary test and it's also faster. As can be noted the eyepiece combo is sluggish, but it's not because of the large data set It's purely due to the combo box drawing that is slow..

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.