Made minor corrections

This commit is contained in:
2026-03-31 18:54:46 -07:00
parent 12240d38f1
commit e899fddfb7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,2 +1,9 @@
Hello, this is a project to create a simulation of a vintage marine radar before the Hello, this is a project to create a simulation of a vintage marine radar before the
days of digital electronics and we had to use a cathode ray tube with p7 phosphor days of digital electronics and we had to use a cathode ray tube with p7 phosphor
I plan to use c++ and opengl and shaders for access to a GPU. I am in ubuntu 25.10.
The platform is a Geekom GEEKOM A8 Max, AMD Ryzen 9 8945HS 5.2GHz 32GB RAM
Without going into any more detail, i would like you to go down the directory tree and
look at the few files and please comment.

View File

@@ -1,4 +1,4 @@
make_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(radar_simulation LANGUAGES CXX C) project(radar_simulation LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)