Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 6.4 KB

DEPRECATED.md

File metadata and controls

32 lines (23 loc) · 6.4 KB

Deprecated templates

Deprecated on Torizon OS 7

TEMPLATE DESCRIPTION RUNTIME LANGUAGE HW ARCH FOLDER CONTRIBUTOR
.NET 8 C# Uno 5 Platform Skia.GTK .NET 8.0 C# dotnetUno5  @microhobby
.NET 8 C# Uno 5 Platform Frame Buffer .NET 8.0 C# dotnetUno5FrameBuffer  @microhobby
Java Swing JFrame Application JRE Java   javaForms  @microhobby
Node.js JavaScript Electron Application Electron JavaScript   nodeElectron  @microhobby
Mono 4.7 C# Windows Forms Application .NET 4.7 C#   monoCsharpForms  @microhobby
Gambas3 Form Project Gambas3 Visual Basic   gambasForms  @microhobby
Rust Console Application libc Rust   rustConsole  @skkywalker
Python 3 Pyside 2(Qt5) QML Pyside 2 Python 3   python3Pyside2QML  @andreriesco
C Makefile Console Application libc C     cConsole  @hiagofranco

This templates were deprecated due to the fact that their respective maintainer does not have the intention to keep maintaining them on Torizon OS 7. As they were Community Supported Templates, their maintenance is responsability of their respective maintainer. If you use any of this templates and have interest on becoming it's maintainer, please feel free to do so by opening an issue here on the repository, contributions are welcome and we will help you out with this.

Python 3 Pyside 2(Qt5) QML template is an exception, since it will be replaced by a PySide6 (Qt6) template in the future.

Also, C Console template is not needed, as the C/C++ Console template can also be used with C (information explaining how to use GCC instead of G++ was added to to the .doc/README.md of the C/C++ Console template).

Already deprecated on Torizon OS 6

TEMPLATE DESCRIPTION RUNTIME LANGUAGE HW ARCH FOLDER CONTRIBUTOR
.NET 6 C# Uno Platform Skia.GTK .NET 6.0 C#     dotnetUno  @microhobby
.NET 6 C# Uno Platform Frame Buffer .NET 6.0 C#   dotnetUnoFrameBuffer  @microhobby

Due to the eminent EOL of .NET 6, .NET 6 Uno and .NET 6 Uno FrameBuffer templates are deprecated, being replaced by the .NET 8 Uno 5 and .NET 8 Uno 5 FrameBuffer templates.

Due to the quite big difference between .NET 6 Uno 4 and .NET 8 Uno 5, it is not possible to update the project via try-update-template task. To update it, create a new .NET 8 Uno 5 clean project and update the source files accordingly.