aeon-199x/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2024-04-08 22:30:59 -04:00
# ɅEON 199X
2023-05-06 03:44:03 -04:00
2024-04-15 20:21:00 -04:00
A Minecraft demake shader and my fork of [SlinkousArt's Aeon Shader](https://github.com/slinkousart/aeon),
aimed at providing a variety of effects in the vein of its parent project.
2023-05-08 14:57:05 -04:00
2024-04-08 22:30:21 -04:00
## Features
2024-04-23 00:17:30 -04:00
- Affine Texture Warping
2024-04-18 00:22:26 -04:00
- Chromatic Aberration
2024-04-08 22:30:21 -04:00
- Color depth reduction
2024-04-14 14:15:30 -04:00
- Depth of Field
2024-04-08 22:30:21 -04:00
- Dithering
- Downscaling
2024-04-15 20:21:00 -04:00
- Horizontal Blur
2024-04-20 22:13:24 -04:00
- Interlacing
2024-04-23 00:17:30 -04:00
- Monochrome Mode & Palettes
2024-04-20 22:13:24 -04:00
- Scanlines
2024-04-15 20:21:00 -04:00
- Screen-Space Vertex Warping
- World Curvature
2024-04-08 22:30:21 -04:00
2024-04-25 09:03:37 -04:00
## Screenshots
2024-07-13 10:40:21 -04:00
![Default preset with DoF](https://github.com/sleeplessval/aeon/assets/73970075/d2022abe-f39a-4e3d-a0d7-5b6d62147d9f)
![DOS preset](https://github.com/sleeplessval/aeon/assets/73970075/7ced7d92-b032-4b5c-b314-d6fce4b0ed41)
![N64 preset](https://github.com/user-attachments/assets/589d0405-9cb9-4944-9e71-d8db9fc560d4)
![GameBoy preset](https://github.com/user-attachments/assets/7c5a2f50-f2ee-45f2-8f15-01ce8ce8bcaa)
2024-04-25 09:03:37 -04:00
2024-04-08 22:30:21 -04:00
## Acknowledgements
- [Alex Charlton's post "Dithering on the GPU"](http://alex-charlton.com/posts/Dithering_on_the_GPU/).
2024-04-23 00:17:30 -04:00
- [BSL Shaders by CaptainTatsu](https://bitslablab.com/bslshaders/). Combining downscale with dithering is the reason I forked a shader in the first place.
2023-05-08 23:04:55 -04:00