├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE.txt ├── README.md ├── Redream.sln └── Redream ├── API.cs ├── BlendPanel.cs ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── FormScreenShot.Designer.cs ├── FormScreenShot.cs ├── FormScreenShot.resx ├── IniFile.cs ├── MyFunctions.cs ├── Program.cs ├── Properties ├── Resources.Designer.cs └── Resources.resx ├── Redream.csproj ├── Resources ├── 16_blur.png ├── 16_dice.png ├── 16_menu.png ├── 16_paste.png ├── 16_process.png ├── 16_resize.png ├── 16_scale.png ├── blank-check-box.png ├── connect.png ├── delete-cross.png ├── dice.png ├── discord.png ├── face-scan.png ├── favourite.png ├── flip.png ├── full-screen.png ├── git.png ├── heart.png ├── hourglass24.png ├── lecteur-video.png ├── level1.png ├── level2.png ├── level3.png ├── mask.png ├── network.png ├── option-dequipement.png ├── pause-button.png ├── play-button.png ├── play.png ├── play1.png ├── random.png ├── rounded-black-square-shapeS .png ├── rounded-black-square-shapeS 1.png ├── rounded-rectangleH.png ├── rounded-rectangleV.png ├── save1.png ├── search.png ├── selection.png ├── shape_3_4.png ├── shape_4_3.png ├── site-internet.png ├── text.png ├── utilisateur.png └── webcam.png ├── TrackBarCustom.cs ├── TrackBarCustomDesigner.cs ├── fv4.ico ├── userControl_Settings.Designer.cs ├── userControl_Settings.cs └── userControl_Settings.resx /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/README.md -------------------------------------------------------------------------------- /Redream.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream.sln -------------------------------------------------------------------------------- /Redream/API.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/API.cs -------------------------------------------------------------------------------- /Redream/BlendPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/BlendPanel.cs -------------------------------------------------------------------------------- /Redream/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Form1.Designer.cs -------------------------------------------------------------------------------- /Redream/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Form1.cs -------------------------------------------------------------------------------- /Redream/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Form1.resx -------------------------------------------------------------------------------- /Redream/FormScreenShot.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/FormScreenShot.Designer.cs -------------------------------------------------------------------------------- /Redream/FormScreenShot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/FormScreenShot.cs -------------------------------------------------------------------------------- /Redream/FormScreenShot.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/FormScreenShot.resx -------------------------------------------------------------------------------- /Redream/IniFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/IniFile.cs -------------------------------------------------------------------------------- /Redream/MyFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/MyFunctions.cs -------------------------------------------------------------------------------- /Redream/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Program.cs -------------------------------------------------------------------------------- /Redream/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Redream/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Properties/Resources.resx -------------------------------------------------------------------------------- /Redream/Redream.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Redream.csproj -------------------------------------------------------------------------------- /Redream/Resources/16_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_blur.png -------------------------------------------------------------------------------- /Redream/Resources/16_dice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_dice.png -------------------------------------------------------------------------------- /Redream/Resources/16_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_menu.png -------------------------------------------------------------------------------- /Redream/Resources/16_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_paste.png -------------------------------------------------------------------------------- /Redream/Resources/16_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_process.png -------------------------------------------------------------------------------- /Redream/Resources/16_resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_resize.png -------------------------------------------------------------------------------- /Redream/Resources/16_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/16_scale.png -------------------------------------------------------------------------------- /Redream/Resources/blank-check-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/blank-check-box.png -------------------------------------------------------------------------------- /Redream/Resources/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/connect.png -------------------------------------------------------------------------------- /Redream/Resources/delete-cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/delete-cross.png -------------------------------------------------------------------------------- /Redream/Resources/dice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/dice.png -------------------------------------------------------------------------------- /Redream/Resources/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/discord.png -------------------------------------------------------------------------------- /Redream/Resources/face-scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/face-scan.png -------------------------------------------------------------------------------- /Redream/Resources/favourite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/favourite.png -------------------------------------------------------------------------------- /Redream/Resources/flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/flip.png -------------------------------------------------------------------------------- /Redream/Resources/full-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/full-screen.png -------------------------------------------------------------------------------- /Redream/Resources/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/git.png -------------------------------------------------------------------------------- /Redream/Resources/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/heart.png -------------------------------------------------------------------------------- /Redream/Resources/hourglass24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/hourglass24.png -------------------------------------------------------------------------------- /Redream/Resources/lecteur-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/lecteur-video.png -------------------------------------------------------------------------------- /Redream/Resources/level1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/level1.png -------------------------------------------------------------------------------- /Redream/Resources/level2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/level2.png -------------------------------------------------------------------------------- /Redream/Resources/level3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/level3.png -------------------------------------------------------------------------------- /Redream/Resources/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/mask.png -------------------------------------------------------------------------------- /Redream/Resources/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/network.png -------------------------------------------------------------------------------- /Redream/Resources/option-dequipement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/option-dequipement.png -------------------------------------------------------------------------------- /Redream/Resources/pause-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/pause-button.png -------------------------------------------------------------------------------- /Redream/Resources/play-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/play-button.png -------------------------------------------------------------------------------- /Redream/Resources/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/play.png -------------------------------------------------------------------------------- /Redream/Resources/play1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/play1.png -------------------------------------------------------------------------------- /Redream/Resources/random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/random.png -------------------------------------------------------------------------------- /Redream/Resources/rounded-black-square-shapeS .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/rounded-black-square-shapeS .png -------------------------------------------------------------------------------- /Redream/Resources/rounded-black-square-shapeS 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/rounded-black-square-shapeS 1.png -------------------------------------------------------------------------------- /Redream/Resources/rounded-rectangleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/rounded-rectangleH.png -------------------------------------------------------------------------------- /Redream/Resources/rounded-rectangleV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/rounded-rectangleV.png -------------------------------------------------------------------------------- /Redream/Resources/save1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/save1.png -------------------------------------------------------------------------------- /Redream/Resources/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/search.png -------------------------------------------------------------------------------- /Redream/Resources/selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/selection.png -------------------------------------------------------------------------------- /Redream/Resources/shape_3_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/shape_3_4.png -------------------------------------------------------------------------------- /Redream/Resources/shape_4_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/shape_4_3.png -------------------------------------------------------------------------------- /Redream/Resources/site-internet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/site-internet.png -------------------------------------------------------------------------------- /Redream/Resources/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/text.png -------------------------------------------------------------------------------- /Redream/Resources/utilisateur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/utilisateur.png -------------------------------------------------------------------------------- /Redream/Resources/webcam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/Resources/webcam.png -------------------------------------------------------------------------------- /Redream/TrackBarCustom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/TrackBarCustom.cs -------------------------------------------------------------------------------- /Redream/TrackBarCustomDesigner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/TrackBarCustomDesigner.cs -------------------------------------------------------------------------------- /Redream/fv4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/fv4.ico -------------------------------------------------------------------------------- /Redream/userControl_Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/userControl_Settings.Designer.cs -------------------------------------------------------------------------------- /Redream/userControl_Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/userControl_Settings.cs -------------------------------------------------------------------------------- /Redream/userControl_Settings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fictiverse/Redream/HEAD/Redream/userControl_Settings.resx --------------------------------------------------------------------------------