mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Redesign README platform gallery and update iPad light/dark screenshots
This commit is contained in:
parent
c5cb88581f
commit
9281dd4740
5 changed files with 68 additions and 18 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 462;
|
||||
CURRENT_PROJECT_VERSION = 463;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 462;
|
||||
CURRENT_PROJECT_VERSION = 463;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
64
README.md
64
README.md
|
|
@ -270,27 +270,69 @@ Availability legend: `Full` = complete support, `Partial` = available with platf
|
|||
- Homebrew cask sync workflow: [update-cask.yml](https://github.com/h3pdesign/Neon-Vision-Editor/actions/workflows/update-cask.yml)
|
||||
- Latest successful Homebrew sync run: [homebrew-tap + success](https://github.com/h3pdesign/homebrew-tap/actions/workflows/update-cask.yml?query=is%3Asuccess)
|
||||
|
||||
## Screenshot Gallery Index
|
||||
## Platform Gallery
|
||||
|
||||
- [macOS Editor Screenshot](#macos-editor-screenshot)
|
||||
- [iPhone Gallery](#iphone-gallery)
|
||||
- [macOS](#macos)
|
||||
- [iPad](#ipad)
|
||||
- [iPhone](#iphone)
|
||||
- Source image index for docs: [`docs/images/README.md`](docs/images/README.md)
|
||||
- App Store gallery: [Neon Vision Editor on App Store](https://apps.apple.com/de/app/neon-vision-editor/id6758950965)
|
||||
- Latest release assets: [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases)
|
||||
|
||||
### macOS Editor Screenshot
|
||||
### macOS
|
||||
|
||||
<p align="center">
|
||||
<img src="NeonVisionEditorApp.png" alt="Neon Vision Editor macOS app screenshot" width="920">
|
||||
<a href="NeonVisionEditorApp.png">
|
||||
<img src="NeonVisionEditorApp.png" alt="Neon Vision Editor macOS app screenshot" width="920">
|
||||
</a><br>
|
||||
<sub>macOS main editor window</sub>
|
||||
</p>
|
||||
|
||||
### iPhone Gallery
|
||||
### iPad
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/images/iphone-menu.png" alt="iPhone editor toolbar menu" width="300">
|
||||
<img src="docs/images/iphone-themes-light.png" alt="iPhone themes panel in light mode" width="300">
|
||||
<img src="docs/images/iphone-themes-dark.png" alt="iPhone themes panel in dark mode" width="300">
|
||||
</p>
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="docs/images/ipad-editor-light.png">
|
||||
<img src="docs/images/ipad-editor-light.png" alt="iPad editor in light mode" width="520">
|
||||
</a><br>
|
||||
<sub>Light Mode</sub>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="docs/images/ipad-editor-dark.png">
|
||||
<img src="docs/images/ipad-editor-dark.png" alt="iPad editor in dark mode" width="520">
|
||||
</a><br>
|
||||
<sub>Dark Mode</sub>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
### iPhone
|
||||
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="docs/images/iphone-themes-light.png">
|
||||
<img src="docs/images/iphone-themes-light.png" alt="iPhone themes panel in light mode" width="280">
|
||||
</a><br>
|
||||
<sub>Light Mode</sub>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="docs/images/iphone-themes-dark.png">
|
||||
<img src="docs/images/iphone-themes-dark.png" alt="iPhone themes panel in dark mode" width="280">
|
||||
</a><br>
|
||||
<sub>Dark Mode</sub>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="2">
|
||||
<a href="docs/images/iphone-menu.png">
|
||||
<img src="docs/images/iphone-menu.png" alt="iPhone editor toolbar menu" width="280">
|
||||
</a><br>
|
||||
<sub>Toolbar Menu Actions</sub>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Release Flow (0.1 to 0.5)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,23 +6,31 @@ This index describes screenshot assets in `docs/images` and where they are used.
|
|||
|
||||
- `macos-main.png`
|
||||
- Description: Main editor window on macOS.
|
||||
- Used in: Legacy macOS screenshot reference.
|
||||
- Used in: Legacy/reference screenshot asset (not embedded in current root `README.md`).
|
||||
|
||||
- `NeonVisionEditorApp.png` (repo root)
|
||||
- Description: Primary macOS app screenshot used in the current README gallery.
|
||||
- Used in: Root `README.md` (`1-Minute Demo Flow`, `Screenshot Gallery Index`).
|
||||
- Used in: Root `README.md` (`macOS Editor Screenshot`, `Screenshot Gallery Index`).
|
||||
|
||||
- `ipad-editor-light.png`
|
||||
- Description: iPad editor screenshot in light mode.
|
||||
- Used in: Root `README.md` (`Platform Gallery` > `iPad`).
|
||||
|
||||
- `ipad-editor-dark.png`
|
||||
- Description: iPad editor screenshot in dark mode.
|
||||
- Used in: Root `README.md` (`Platform Gallery` > `iPad`).
|
||||
|
||||
- `iphone-menu.png`
|
||||
- Description: iPhone editor screenshot with toolbar overflow menu.
|
||||
- Used in: Root `README.md` (`iPhone Gallery`).
|
||||
- Used in: Root `README.md` (`Platform Gallery` > `iPhone`).
|
||||
|
||||
- `iphone-themes-light.png`
|
||||
- Description: iPhone Themes panel in light mode with transparent background.
|
||||
- Used in: Root `README.md` (`iPhone Gallery`).
|
||||
- Used in: Root `README.md` (`Platform Gallery` > `iPhone`).
|
||||
|
||||
- `iphone-themes-dark.png`
|
||||
- Description: iPhone Themes panel in dark mode with transparent background.
|
||||
- Used in: Root `README.md` (`iPhone Gallery`).
|
||||
- Used in: Root `README.md` (`Platform Gallery` > `iPhone`).
|
||||
|
||||
- `release-download-trend.svg`
|
||||
- Description: Generated download/clones chart.
|
||||
|
|
|
|||
BIN
docs/images/ipad-editor-dark.png
Normal file
BIN
docs/images/ipad-editor-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/images/ipad-editor-light.png
Normal file
BIN
docs/images/ipad-editor-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 MiB |
Loading…
Reference in a new issue