Metadata-Version: 2.4
Name: GSOF_Cockpit
Version: 1.0.0
Summary: GSOF Cockpit-Instruments under Pygame
Author-email: Guy Soffer <gsoffer@yahoo.com>
License: MIT
Project-URL: Homepage, https://github.com/mrGSOF/GSOF_Cockpit
Keywords: Cockpit
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS
Requires-Dist: markdown
Requires-Dist: pygame-ce
Requires-Dist: GSOF_3dWireFrame
Dynamic: license-file

![alt text](./documentation/Demo_Cockpit.png "Example of GSOF_Cockpit")

![alt text](./documentation/Demo_Sim3D.png "Example of GSOF_Sim3D")


Requires Python and pyGame to run.

http://python.org/
http://www.pygame.org
https://github.com/mrGSOF/3dWireFrame

## Running instructions

- Clone `git clone https://github.com/mrGSOF/3dWireFrame`
- Install 3dWireFrame `pip install .`
- Clone this repo `git clone https://github.com/mrGSOF/GSOF_Cockpit.git`
- Install requirements `pip install -r requirements.txt`
- run 'Demo_Cockpit.py'. (The artificial horizon should follow the mouse.)
- run 'Demo_3DSim.py'. (The artificial horizon should follow the mouse.)
