https://github.com/j4james/vtinterco
Teach yourself nautical signal flags on a VT340 terminal.
https://github.com/j4james/vtinterco
flags-quiz sixel terminal-app vt340
Last synced: 8 months ago
JSON representation
Teach yourself nautical signal flags on a VT340 terminal.
- Host: GitHub
- URL: https://github.com/j4james/vtinterco
- Owner: j4james
- License: mit
- Created: 2024-10-24T23:24:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T20:05:58.000Z (about 1 year ago)
- Last Synced: 2025-04-22T20:25:47.930Z (about 1 year ago)
- Topics: flags-quiz, sixel, terminal-app, vt340
- Language: C++
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
VT INTERCO
==========

This is a terminal application to help you learn the nautical signal flags from
the [International Code of Signals]. It requires a VT340 terminal to run (or at
least a Sixel terminal emulator of comparable functionality).
DISCLAIMER: For entertainent purposes only. Do not rely the accuracy of this
application for any critical flag signaling needs.
[International Code of Signals]: https://en-wp.org/wiki/International_Code_of_Signals
Download
--------
The latest binaries can be found on GitHub at the following url:
https://github.com/j4james/vtinterco/releases/latest
For Linux download `vtinterco`, and for Windows download `vtinterco.exe`.
Build Instructions
------------------
If you want to build this yourself, you'll need [CMake] version 3.15 or later
and a C++ compiler supporting C++20 or later.
1. Download or clone the source:
`git clone https://github.com/j4james/vtinterco.git`
2. Change into the build directory:
`cd vtinterco/build`
3. Generate the build project:
`cmake -D CMAKE_BUILD_TYPE=Release ..`
4. Start the build:
`cmake --build . --config Release`
[CMake]: https://cmake.org/
Supported Terminals
-------------------
* DEC VT340
* Windows Terminal (> v1.22.2702.0)
License
-------
The VT INTERCO source code and binaries are released under the MIT License.
See the [LICENSE] file for full license details.
[LICENSE]: LICENSE.txt