Herramientas de usuario

Herramientas del sitio


en:hardware:perifericos:light_pen

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
en:hardware:perifericos:light_pen [2026/05/15 08:28] jesusen:hardware:perifericos:light_pen [2026/05/15 08:34] (actual) jesus
Línea 20: Línea 20:
   .tech-table th { text-align: left; padding: 8px; color: #00aa00; border-bottom: 1px solid #003300; text-transform: uppercase; width: 20%; }   .tech-table th { text-align: left; padding: 8px; color: #00aa00; border-bottom: 1px solid #003300; text-transform: uppercase; width: 20%; }
   .tech-table td { padding: 8px; color: #00ff00; border-bottom: 1px solid #003300; }   .tech-table td { padding: 8px; color: #00ff00; border-bottom: 1px solid #003300; }
 +  .tech-table td a { color: #00ff00 !important; font-weight: bold; text-decoration: underline !important; }
      
   /* --- CARDS & GRID HOLDERS --- */   /* --- CARDS & GRID HOLDERS --- */
Línea 35: Línea 36:
   .gallery-two-inline .img-frame { flex: 1; max-width: 250px; }   .gallery-two-inline .img-frame { flex: 1; max-width: 250px; }
  
-  /* --- GENERAL RETRO PICTURE FRAMES (WITH BOUNDED CARD SIZES) --- */+  /* --- GENERAL RETRO PICTURE FRAMES --- */
   .img-frame { border: 2px solid #00ff00; padding: 6px; background: #000; text-align: center; display: inline-flex; flex-direction: column; align-items: center; box-sizing: border-box; transition: 0.3s ease; }   .img-frame { border: 2px solid #00ff00; padding: 6px; background: #000; text-align: center; display: inline-flex; flex-direction: column; align-items: center; box-sizing: border-box; transition: 0.3s ease; }
   .img-frame:hover { transform: scale(1.05); border-color: #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4); }   .img-frame:hover { transform: scale(1.05); border-color: #00ff00; box-shadow: 0 0 15px rgba(0, 255, 0, 0.4); }
Línea 41: Línea 42:
   .img-label { font-size: 0.72em; color: #00aa00; margin-top: 8px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; }   .img-label { font-size: 0.72em; color: #00aa00; margin-top: 8px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; }
      
-  /* --- LIGHTBOX SCROLL (STRICT NATIVE REAL SIZE FOR TARGET ONLY) --- */+  /* --- LIGHTBOX SCROLL (STRICT NATIVE REAL SIZE) --- */
   .modal-pcw { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 10, 0, 0.95); overflow: auto; }   .modal-pcw { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 10, 0, 0.95); overflow: auto; }
   .modal-pcw:target { display: block; text-align: center; }   .modal-pcw:target { display: block; text-align: center; }
Línea 148: Línea 149:
     <p>The remaining options inside the "Shapes" parameter tree manage polygon plotting, allowing configurations from three up to nine sides (note that these vectors warp significantly if stretched across large pixel limits), alongside circles and custom ellipses. These can be adjusted to any inclination and scale using an exceptionally simple vector-shaping loop: holding the <kbd>ALT</kbd> key while tracking the pen updates the primary diameter; tapping <kbd>EXTRA</kbd> stretches the ellipse eccentricity ratio and adjusts the angular vector inclination, while hitting the Spacebar locks the finalized geometric shape onto the canvas.</p>      <p>The remaining options inside the "Shapes" parameter tree manage polygon plotting, allowing configurations from three up to nine sides (note that these vectors warp significantly if stretched across large pixel limits), alongside circles and custom ellipses. These can be adjusted to any inclination and scale using an exceptionally simple vector-shaping loop: holding the <kbd>ALT</kbd> key while tracking the pen updates the primary diameter; tapping <kbd>EXTRA</kbd> stretches the ellipse eccentricity ratio and adjusts the angular vector inclination, while hitting the Spacebar locks the finalized geometric shape onto the canvas.</p> 
  
-    <p>The system's native ability to generate typographic text string arrays is particularly spectacular. Activating "Text" opens a layout configuration box allowing users to select between "standard text", "upward text", "backward text", and "downward text" (which translates to rotating the type layout by 0, 270, 180, and 90 degrees respectively). Furthermore, artists gain immediate access to nine distinct typographical scaling heights! Size one matches the baseline system type of the PCW terminal; size nine scales up to a screen height of almost five centimeters. Absolutely brilliant engineering.</p> +    <p>The system's native ability to generate typographic text string arrays is particularly spectacular. Activating "Text" opens a layout configuration box allowing users to select between "standard text", "upward text", "backward text", and "downward text" (which translates to rotating the type layout by 0, 270, 180, and 90 degrees respectively). Moreover, artists gain immediate access to nine distinct typographical scaling heights! Size one matches the baseline system type of the PCW terminal; size nine scales up to a screen height of almost five centimeters. Absolutely brilliant engineering.</p> 
  
     <p>Under the core workspace utility toolsets, we have grouped the following subsystem nodes: "utilities", "ink color", and "ink mode".</p>     <p>Under the core workspace utility toolsets, we have grouped the following subsystem nodes: "utilities", "ink color", and "ink mode".</p>
Línea 160: Línea 161:
     <p>And here ends our cruise through a software architecture that stands as incredibly sophisticated in certain areas while remaining remarkably bare-bones in others; we noted a definitive absence of production-tier layout facilities such as unrestricted free rotation of geometry, custom symbol definition libraries, graduated multi-ratio zoom steps, or automated canvas centering tools. Prior to sourcing this hardware kit, operators should audit whether its production thresholds match their drafting requirements.</p>      <p>And here ends our cruise through a software architecture that stands as incredibly sophisticated in certain areas while remaining remarkably bare-bones in others; we noted a definitive absence of production-tier layout facilities such as unrestricted free rotation of geometry, custom symbol definition libraries, graduated multi-ratio zoom steps, or automated canvas centering tools. Prior to sourcing this hardware kit, operators should audit whether its production thresholds match their drafting requirements.</p> 
  
-    <p>The application floppy disk bundles an integrated hardware system device driver that can be referenced inside your master <code>ASSIGN.SYS</code> configuration. This driver file is labeled <code>DDESP.PRL</code> and strictly requires the background presence of the display card controller driver <code>DDSCREEN.PRL</code> inside the same directory to execute successfully. When patched into any production suite utilizing the native GSX graphic subsystem layer, it allows users to manage graphic input crosshairs directly with the physical light pen barrel. This system driver also introduces a neat accessibility feature, allowing users to invert the entire global display global color palette by hitting the "b" key during active graphic input polling. We benchmarked this integration by appending <code>DDESP.PRL</code> into the <code>ASSIGN</code> script powering Dr. DRAW, alongside our active printer target driver. The resulting workspace layout becomes vastly more comfortable to pilot (Dr. DRAW is famously tedious to maneuver without a dedicated light pen expansion). That is not all; developers can tap this light pen integration inside custom development environments like the CBASIC compiler, unlocking the ability to compile standalone, autonomous software binaries that natively parse optoelectronic graphic input streams through this hardware peripheral.</p> +    <p>The application floppy disk bundles an integrated hardware system device driver that can be referenced inside your master <code>ASSIGN.SYS</code> configuration. This driver file is labeled <code>DDESP.PRL</code> and strictly requires the background presence of the display card controller driver <code>DDSCREEN.PRL</code> inside the same directory to execute successfully. When patched into any production suite utilizing the native GSX graphic subsystem layer, it allows users to manage graphic input crosshairs directly with the physical light pen barrel. This system driver also introduces a neat accessibility feature, allowing users to invert the entire display global color palette by hitting the "b" key during active graphic input polling. We benchmarked this integration by appending <code>DDESP.PRL</code> into the <code>ASSIGN</code> script powering Dr. DRAW, alongside our active printer target driver. The resulting workspace layout becomes vastly more comfortable to pilot (Dr. DRAW is famously tedious to maneuver without a dedicated light pen expansion). That is not all; developers can tap this light pen integration inside custom development environments like the CBASIC compiler, unlocking the ability to compile standalone, autonomous software binaries that natively parse optoelectronic graphic input streams through this hardware peripheral.</p> 
  
     <p>This seamless integration with GSX ecosystem layers stands as the single truest strength of this hardware kit; if your daily production cycle relies heavily on vector layout tools like DR DRAW, adding this peripheral to your workstation setup is fully worth it.</p>     <p>This seamless integration with GSX ecosystem layers stands as the single truest strength of this hardware kit; if your daily production cycle relies heavily on vector layout tools like DR DRAW, adding this peripheral to your workstation setup is fully worth it.</p>
Línea 195: Línea 196:
       </thead>       </thead>
       <tbody>       <tbody>
-        <tr><td>PDF</td><td></html>{{en:hardware:descargas:Light_pen_manual.pdf|The Electric Studio Light Pen Manual}}<html></td></tr> +        <tr><td>PDF</td><td></html>{{:hardware:descargas:Light_pen_manual.pdf|The Electric Studio Light Pen Manual}}<html></td></tr> 
-        <tr><td>DSK</td><td></html>{{en:hardware:descargas:the_electric_studio_newsdesk_a.zip|The Electric Studio Light Pen Floppy Disk A}}<html></td></tr> +        <tr><td>DSK</td><td></html>{{:hardware:descargas:the_electric_studio_newsdesk_a.zip|The Electric Studio Light Pen Floppy Disk A}}<html></td></tr> 
-        <tr><td>DSK</td><td></html>{{en:hardware:descargas:the_electric_studio_newsdesk_b.zip|The Electric Studio Light Pen Floppy Disk B}}<html></td></tr>+        <tr><td>DSK</td><td></html>{{:hardware:descargas:the_electric_studio_newsdesk_b.zip|The Electric Studio Light Pen Floppy Disk B}}<html></td></tr>
       </tbody>       </tbody>
     </table>     </table>
Línea 204: Línea 205:
 </div> </div>
 </html> </html>
 +
  
en/hardware/perifericos/light_pen.1778833683.txt.gz · Última modificación: por jesus