This commit is contained in:
elasota
2020-01-05 02:33:58 -05:00

View File

@@ -1,8 +1,8 @@
GlidePort is a collection of porting infrastructure to run Glider PRO.
Aerofoil is a collection of porting infrastructure to run Glider PRO.
It's divided into a few parts:
- PortabilityLayer: A static library that supports interaction with various vintage Mac-specific formats and API calls. Some parts are capable of running by themselves, others require the support of drivers.
- GpD3D: To be renamed. This is the base application. It loads drivers and loads the application.
- Aerofoil: This is the base application. It loads drivers and loads the application.
- GpDisplayDriver_D3D11: Direct3D 11 display driver.
- GpAudioDriver_XAudio2: XAudio2 audio driver.
- GpApp: Glider PRO application DLL.
@@ -19,7 +19,7 @@ Other parts:
- PictChecker: Experimental app that extracts all of the PICT resources from all of the houses and dumps them to PNG. Used to verify that the PICT loader works.
GlidePort is intended to be primarily a straight port, retaining most of the look and feel of the original.
Aerofoil is intended to be primarily a straight port, retaining most of the look and feel of the original.
Planned additions:
- 32-bit color support (mainly matters for houses that have higher-resolution PICT resources)