Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.28 KB

LCARS-Javascript-Framework

Note: This component library is currently being ported to react and typescript. It can be found at the following link: react-LCARS-demo

A javascript framework for building LCARS displays in web browsers. It uses an all javascript approach for building composite SVG LCARS components. It currently supports the following components:

  • LCARSScreen
  • LCARSRectangle
  • LCARSButton
  • LCARSText
  • LCARSCorner
  • LCARSKeypad
  • LCARSTextArea
  • LCARSCalendar
  • LCARSClock
  • LCARSClockAnalog

The file LCARSScreenBuildingTest.html demonstrates how the components can be used. See the following image for visual of Component types and color palette.

LCARS Component Test Screen

LCARS Component Test Screen

The file LCARSCalendarBuildingTest.html demonstrates how the clock and calendar classes can be used. See the following image for visual of the Digital Clock, Analog Clock, and Calendar components.

LCARS Clock-Calendar Test Screen

LCARS Clock-Calendar Test Screen