Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.11 KB

Datastreams Additional Effects

This repo contains 3 solutions that make unique glitch effects in real-time, using BitBlt (StretchBlt is not getting used to but for blackness), PatBlt (written on C#), and DrawIcon functions within GDI+ This is intended for a VoNoResp Cover

Note: My code is garbage. Pull requests would be appreciated (use testing branch).

Demonstration

Build

Prerequisite:

  • Visual Studio 2019 - 2022
  • Desktop development with C++
  • C++ Windows XP Support for VS 2017 (v141) tools
  • .NET desktop development

First, you need to clone the repository:

git clone https://github.com/horizonlyz/DatastreamsGlitch.git

or you can download the code by clicking Code > Download ZIP.

and then you open one of the Solution

Make sure the solution configurations are set to "Release" and solution platforms also set to "x86" (for PatBlt is "Any CPU") and then build by clicking Build > Build Solution. It should be on your release folders for the executable file itself.