Metadata-Version: 2.1
Name: pilotlight_tools
Version: 0.5.0
Summary: Pilot Light Tools
Home-page: https://github.com/pilot-light/pilotlight
Author: Jonathan Hoffstadt
Author-email: pilot_light@yahoo.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE



<h1 align="center">

  Pilot Light

</h1>



<p align="center">A lightweight game engine with minimal dependencies.</p>



<h1></h1>



<p align="center">

   <a href="https://github.com/pilot-light/pilotlight/actions?workflow=Build"><img src="https://github.com/pilot-light/pilotlight/workflows/Build/badge.svg?branch=master" alt="build"></a>

   <a href="https://github.com/pilot-light/pilotlight/actions?workflow=Static%20Analysis"><img src="https://github.com/pilot-light/pilotlight/workflows/Static%20Analysis/badge.svg?branch=master" alt="static-analysis"></a>

</p>



<p align="center">

  <a href="#information">Information</a> •

  <a href="#developer-notes">Developer Notes</a> • 

  <a href="#license">License</a> •

  <a href="#gallery">Gallery</a> •

  <a href="#inspiration">Inspiration</a>

</p>



## Information

The plan for _Pilot Light_ is to be collection of "[stb](https://github.com/nothings/stb) style" libraries that culminate into a lightweight game engine. Ideally all of the libraries would be completely standalone but this isn't practical for the larger systems so some will rely on others. Beware, this project is still in the early stages.



## Developer Notes

Information for developers can be found in the [wiki](https://github.com/pilot-light/pilotlight/wiki). This includes:

* [building](https://github.com/pilot-light/pilotlight/wiki/Building)

* [contributing](https://github.com/pilot-light/pilotlight/wiki/Contributing)

* [style guide](https://github.com/pilot-light/pilotlight/wiki/Style-Guide)



## License

Pilot Light is licensed under the [MIT License](https://github.com/pilot-light/pilotlight/blob/master/LICENSE).



## Gallery



<p align="center">

  <a href="https://github.com/pilot-light/pilotlight-assets"><img src="https://github.com/pilot-light/pilotlight-assets/blob/master/images/firstimage.PNG" alt="First Image"></a>

</p>



<p align="center">

  <a href="https://github.com/pilot-light/pilotlight-assets"><img src="https://github.com/pilot-light/pilotlight-assets/blob/master/images/sponza.PNG" alt="First Image"></a>

</p>



## Inspiration

This project is inspired by:

* [Omar Cornut](http://www.miracleworld.net/) & [Dear ImGui](https://github.com/ocornut/imgui).

* Casey Muratori & [Handmade Hero](https://handmadehero.org/)

* [Sean Barrett](https://nothings.org/) & his [stb](https://github.com/nothings/stb) libraries

* _The Machinery_ before they were abducted

