Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LazuriteMC/Hexaplex into main
Browse files Browse the repository at this point in the history
  • Loading branch information
The-PPWD committed Jan 3, 2021
2 parents 114a366 + 0c4b78e commit 9ebaff2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ shaders and resources without conflict.

Hexaplex utilizes a process called Daltonization which has the following four steps.

    **1.** Convert the original image to one that simulates what a person with a color vision deficiency would perceive.
    **2.** Calculate the difference between the original image and the simulated one.
    **3.** Shift the color differences towards the visible spectrum of the user's vision deficiency.
    **4.** Correct the original image by adding the corrected differences to it.
* Convert the original image to one that simulates what a person with a color vision deficiency would perceive.
* Calculate the difference between the original image and the simulated one.
* Shift the color differences towards the visible spectrum of the user's vision deficiency.
* Correct the original image by adding the corrected differences to it.

On the technical side, Hexaplex uses OpenGL shaders and applies Daltonization as a post-processing filter.

Expand All @@ -46,7 +46,8 @@ Canaanites/Phoenicians, Hebrews, and classical Greeks in the production of rare

Hexaplex wouldn't be possible without the following mods:

[Ladysnake/Satin](https://github.com/Ladysnake/Satin)
* [Ladysnake/Satin](https://github.com/Ladysnake/Satin)
* [FabLabsMc/Fiber](https://github.com/FabLabsMC/fiber)

## Issues and Suggestions

Expand Down

0 comments on commit 9ebaff2

Please sign in to comment.