https://github.com/hasselmm/libremodeltrainstudio
Libre Railroad Studio, short "LMRS", is collection of free software tools dealing with various aspects of digital model railways.
https://github.com/hasselmm/libremodeltrainstudio
dcc desktop esu lokprogrammer modelrailroad modelrailway qt6 qt6-widgets roco z21 zimo
Last synced: 5 months ago
JSON representation
Libre Railroad Studio, short "LMRS", is collection of free software tools dealing with various aspects of digital model railways.
- Host: GitHub
- URL: https://github.com/hasselmm/libremodeltrainstudio
- Owner: hasselmm
- License: gpl-3.0
- Created: 2023-01-25T22:22:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T21:44:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T19:51:23.958Z (about 1 year ago)
- Topics: dcc, desktop, esu, lokprogrammer, modelrailroad, modelrailway, qt6, qt6-widgets, roco, z21, zimo
- Language: C++
- Homepage:
- Size: 2.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
Libre Modelrail Studio
======================
Libre Railroad Studio, short "LMRS", is collection of free software tools
dealing with various aspects of digital model railways.
There is plenty of software around digital model railways. This software
is great, and it works. Still many of these projects are isolated efforts
by single companies, or persons. Lack of cooperation prevents that these
projects reach their full potential. This project is meant as invitation
to build better modelrailing software together.
Supported Hardware
------------------
- [Roco Z21](https://www.z21.eu/), and compatible control stations
- [ESU Lokprogrammer](https://www.esu.eu/produkte/lokprogrammer/)
- [KPF-Zeller](https://kpf-zeller.de/) Speed Cat
- [ZIMO MXULF](http://www.zimo.at/web2010/products/InfMXULF.htm)
Building
--------
This software is built using Qt 6.4. So you'll have to install the
[Qt SDK](https://qt.io/) first. Once Qt is installed you can simply
open the toplevel `CMakeLists.txt` in QtCreator.
Alternatively open a commandline, add Qt 6.4 to your `PATH`,
and run [CMake](https://cmake.org/).
[![Continuous Integration][ci-status-icon]][ci-status-link]
[ci-status-icon]: https://github.com/hasselmm/LibreModeltrainStudio/actions/workflows/autobuild.yml/badge.svg
[ci-status-link]: https://github.com/hasselmm/LibreModeltrainStudio/actions/workflows/autobuild.yml
Contributions
-------------
Feedback, recommendations, contributions are highly welcome.
The source code can be found at Github:
Let's team up: Modelrailing is much more fun together!
License
-------
This software is free software released under the terms of the
[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).