Skip to content

Commit

Permalink
README.md: Add CMakeConsole and CConsole templates on the list
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco authored and microhobby committed Sep 14, 2023
1 parent 5036dc1 commit 0f5b579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This repository maintains the templates used in conjunction with the [VS Code To
| TEMPLATE | DESCRIPTION | RUNTIME | LANGUAGE | HW ARCH | FOLDER |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------- | ----------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/cppconsole.png?raw=true) | C++ Console Application | libc | C++ | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/riscv64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [cppConsole](./cppConsole) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/cppconsole.png?raw=true) | C++ Makefile Console Application | libc | C++ | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/riscv64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [cppConsole](./cppConsole) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/cmakeconsole.png?raw=true) | C++ CMake Console Application | libc | C++ | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true) | [cmakeConsole](./cmakeConsole) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/qt6qml.png?raw=true) | C++ Qt 6 QML Application | Qt 6 | C++ / QML | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true)  ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [cppQML](./cppQML) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/dotnetconsole.png?raw=true) | .NET 6 C# Console Application | .NET 6.0 | C# | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true)  ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [dotnetConsole](./dotnetConsole) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/unogtk.png?raw=true) | .NET 6 C# Uno Platform Skia.GTK | .NET 6.0 | C# | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true)  ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [dotnetUno](./dotnetUno) |
Expand Down Expand Up @@ -54,3 +55,4 @@ We encourage you to also contribute templates. The community supported templates
| ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/avaloniagtk.png?raw=true) | .NET 6 C# Avalonia GTK MVVM | .NET 6.0 | C# | ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/arm64.png?raw=true) | [dotnetAvalonia](./dotnetAvalonia) | ![](https://avatars.githubusercontent.com/u/2633321?v=4) [@microhobby](https://www.github.com/microhobby) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/gambasform.png?raw=true) | Gambas3 Form Project | Gambas3 | Visual Basic | ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/arm64.png?raw=true) | [gambasForms](./gambasForms) | ![](https://avatars.githubusercontent.com/u/2633321?v=4) [@microhobby](https://www.github.com/microhobby) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/python3console.png?raw=true) | Python 3 Pyside 2(Qt5) QML | Pyside 2 | Python 3 | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true) | [python3Pyside2QML](./python3Pyside2QML) | ![](https://avatars.githubusercontent.com/u/83607022?v=4) [@andreriesco](https://www.github.com/andreriesco) |
| ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/cconsole.png?raw=true) | C Makefile Console Application | libc | C | ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm32.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/arm64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/riscv64.png?raw=true) ![](https://github.com/toradex/vscode-torizon-templates/blob/bookworm/assets/img/x8664.png?raw=true) | [cConsole](./cConsole) |![](https://avatars.githubusercontent.com/u/19562097?v=4) [@hiagofranco](https://www.github.com/hiagofranco) |

0 comments on commit 0f5b579

Please sign in to comment.