Metadata-Version: 2.1
Name: Retro3D
Version: 1.6
Summary: 3d Game Engine
Home-page: UNKNOWN
Author: Deepak Deo
Author-email: deepakbr14@yahoo.com
License: MIT
Keywords: 3d game engine software rendering
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Retro3D. 3d game ending software rendering library






# Change Log
============

# 1.0 (2023-11-1)
------------------
- First Release


# 1.01 (2023-11-1)
------------------
- Moving things around to make it all work properly


# 1.2 (2023-11-1)
------------------
- More rearranging


# 1.3 (2023-12-1)
------------------
- Added game config


# 1.4 (2023-12-1)
------------------
- Added BackgroundInfo to support from flat to mutli-part-gradient backgrounds


# 1.5 (2023-12-1)
------------------
- Support for hud drawing
- Added a Shaded Outline draw list


# 1.6 (2023-17-1)
------------------
- Added safety check to Engine.__calc_face_color by making sure dot product parameter is in valid range


