Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomok committed Dec 15, 2024
1 parent b6c535a commit 37f53bb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Manipulation Sensation

## Purpose
A really cool shader that lets you translate, scale, and rotate.

## Compiling:

### Requisites:
FXC (apart of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/))

### Windows:
1. Insert `FXC.exe` into the root directory or insert the path for FXC in line 11 of `CompileShader.bat`
2. Run `CompileShader.bat`
3. You should get a successful compilation message:
```
fxc.exe "manipulationsensation.hlsl" /nologo /WX /Ges /Qstrip_reflect /Qstrip_debug /Tps_4_0 /Eps_main /Fo"manipulationsensation.fxc"
compilation object save succeeded; see Z:\Manipulation-Sensation\manipulationsensation.fxc
.
Shaders compiled ok
```

## TODO
- Fix to masking in overlay mode
- Android Support
- MacOS / IOS Support

0 comments on commit 37f53bb

Please sign in to comment.