add stuff for temporary files
This commit is contained in:
23
CLAUDE.md
23
CLAUDE.md
@@ -56,6 +56,9 @@ for the a scope. The ppi scope
|
|||||||
will be on the right side of the screen and the a scope will be on the left
|
will be on the right side of the screen and the a scope will be on the left
|
||||||
hand side of the screen.
|
hand side of the screen.
|
||||||
|
|
||||||
|
The maximum range should be enough to cover the entirity of Bellingham bay
|
||||||
|
as seen from the dock of the Community Boating Center.
|
||||||
|
|
||||||
Use one window with viewports covering the entire screen. For development,
|
Use one window with viewports covering the entire screen. For development,
|
||||||
F11 toggles fullscreen, Escape exits the program entirely.
|
F11 toggles fullscreen, Escape exits the program entirely.
|
||||||
|
|
||||||
@@ -147,8 +150,6 @@ axis. There will be a graticule for the a scope. This will show range markings.
|
|||||||
day, the operator would physically change the graticule overlay. What we can do is to
|
day, the operator would physically change the graticule overlay. What we can do is to
|
||||||
electronically change the overlay and put a brief message saying operator changes
|
electronically change the overlay and put a brief message saying operator changes
|
||||||
the graticule.
|
the graticule.
|
||||||
|
|
||||||
The graticule was illuminated with #47 incandescent dial lights, we need to have that
|
|
||||||
graticule lit with an equivalent color. Horizontal is range, vertical is strength
|
graticule lit with an equivalent color. Horizontal is range, vertical is strength
|
||||||
of the return blip. The phosphor of the A scope is green, similar to P1, which was
|
of the return blip. The phosphor of the A scope is green, similar to P1, which was
|
||||||
used on oscillosopes.
|
used on oscillosopes.
|
||||||
@@ -167,7 +168,8 @@ Located on right hand of the screen. Put 1/2 inch margins on the right and top a
|
|||||||
|
|
||||||
The PPI display will need shaders for the following:
|
The PPI display will need shaders for the following:
|
||||||
|
|
||||||
1. Active radar target echos (blue white phosphor)
|
1. Active radar target echos (blue white phosphor) Have different brighness for
|
||||||
|
size and blooming for larger sizes
|
||||||
|
|
||||||
2. Graticule (warm incandescent color, it was a plastic overlay lit with lamps. Does
|
2. Graticule (warm incandescent color, it was a plastic overlay lit with lamps. Does
|
||||||
not get included with persistant phosphor. Can change if the operator changes the
|
not get included with persistant phosphor. Can change if the operator changes the
|
||||||
@@ -224,5 +226,16 @@ The Raspberry Pi code will live in a separate git repository with its own CLAUDE
|
|||||||
and its own CMakeLists.txt, since it targets a different architecture (ARM) and has
|
and its own CMakeLists.txt, since it targets a different architecture (ARM) and has
|
||||||
a different toolchain and dependencies. Do not mix it into this repository hierarchy.
|
a different toolchain and dependencies. Do not mix it into this repository hierarchy.
|
||||||
|
|
||||||
Right now, I just want to make sure that the structure is okay and that the
|
Is is possible to create the softward with the following temporary files:
|
||||||
CMakeLists.txt looks okay. I am not ready to ask you to create any code
|
|
||||||
|
1. leave all controls to default; center for everything.
|
||||||
|
2. create five fake targets, at random locations within the range
|
||||||
|
of the radar, moving randomly at normal boat speeds. Us variety of sizes
|
||||||
|
|
||||||
|
Have it able to run without the controls and the Raspbery pi stuff as I need
|
||||||
|
to purchase the raspberry pi 5 units
|
||||||
|
|
||||||
|
Just evaluate and give estimate on amouint of time/tokens and about the total
|
||||||
|
tokens, time, and number of lines of code
|
||||||
|
|
||||||
|
Please do not generate code. Just comments.
|
||||||
|
|||||||
Reference in New Issue
Block a user