GithubHelp home page GithubHelp logo

FPLedit - Railway Timetable Generator

FPLedit (FahrPLan EDITor) is an application to generate model railway timetables in different output formats.

Currently the application is mostly only available in German, and the provided templates are mostly similar to German timetables used by the former DB and DR. Some English translations of the application UI exist. The translations are created in the gettext format and also kept inside this repository.

The documentation (German only), release download and example files are available at the official website. API documentation built from this repo is available at https://apidoc.fpledit.de.

Building FPLedit

FPLedit currently uses the following dependencies from NuGet:

  • Eto.Forms - UI Framework (using Wpf on Windows, Gtk3 on Linux, ...)
  • Jint - Javascript interpreter (used for templating)
  • DeepCloner - used to generate checkpoints for undo operations
  • NGettext - used to localize the user interface
  • ImageSharp, ImageSharp.Drawing, SixLabors.Fonts and PdfSharp - drawing of graphical timetables.
  • various .NET Core dependencies.
  • ... and some more dependencies that are only used to build / test the application (Cake, docfx, ...).

Supported .NET Versions

FPLedit currently can only be built and run with .NET 6. Support for .NET 5 and .NET 4.x/mono has been discontinued.

.NET 7 is also not yet officially supported at the moment, but planned/in preparation.

Packaging a release

To build a relaease run dotnet cake in the repository root. Before you run cake the first time, you have to run dotnet tool restore.

Accepted flags are --auto-beta which will build and assign a -betaX version number. Target plaforms for cross-platform builds are specified with --rid=rid1,rid2,.... Available rids are linux-x64, osx-x64, win-x64 and win-x86. All other options are mainly specified with environment variables:

  • FPLEDIT_DOK_PDF: If this env variable is set to a (full) path of a pdf file, it will be copied to the distribution zip files as Dokumentation.pdf. By default, the file in the root of this repository will be used.
  • FPLEDIT_GIT: This env variable should be set to the full commit sha1 hash (if applicable; to produce a git snapshot)
  • FPLEDIT_GIT_BETA: Toggles the development version mode (e.g. for creation of git snapshots in CI runs)

FPLedit's Projects

apphostpatch-linux icon apphostpatch-linux

This tool allows to build .NET5 GUI AppHosts for Windows on Linux, when using cross platform UI frameworks like Eto.

eto icon eto

Cross platform GUI framework for desktop and mobile applications in .NET

eto.dsbindcomboboxcell icon eto.dsbindcomboboxcell

Currenly UNUSED and UNMAINTAINED // Eto extension to provide a ComboBoxCell like control with the ability to bind a DataStore for each row individually

fpledit icon fpledit

Das Fahrplanprogramm FPLedit, zur Erstellung von Fahrplänen für Modelleisenbahnen.

fpledit-testplugin icon fpledit-testplugin

Ein einfaches Beispiel zum Verdeutlichen der Erweiterungsmöglichkeiten von FPLedit

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.