I don't know, I just made it because the meme was circulating a lot on my social media homepage hehe:v
- Cute
- Kawaii
- Blue Archive
- Ez to configure and extend
- Can make you happy everyday
- Enjoy
totally-not-malware/
βββ CMakeLists.txt
βββ README.md
βββ resources
β βββ images
β β βββ momoi.jpg
β β βββ sigma.jpg
β βββ resources.qrc
β βββ styles
β βββ windows_style.qss
βββ src
βββ FinalDialog.cpp
βββ FinalDialog.h
βββ main.cpp
βββ MainWindow.cpp
βββ MainWindow.h
βββ SimulationDialog.cpp
βββ SimulationDialog.h
βββ utils
βββ Config.h
βββ TextGenerator.cpp
βββ TextGenerator.h
- C++17 compiler
- Qt6 (QtWidgets module)
- CMake 3.20+
sudo pacman -S qt6-base cmake
git clone https://github.com/Chikochiii/Totally-Not-Malware.git
cd totally-not-malware-c
mkdir build && cd build
cmake ..
make
./totally-not-malware
- Install Qt6 via Qt Installer
- Ensure CMake & Visual Studio Build Tools installed
git clone https://github.com/Chikochiii/Totally-Not-Malware.git
cd totally-not-malware-c
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" # Replace with your VS version
cmake --build . --config Release
.\Release\totally-not-malware.exe
Edit src/utils/Config.h to adjust images and simulation behavior Example:
const QString IMAGE_MAIN = ":/images/momoi.jpg";
const QString IMAGE_FINAL = ":/images/sigma.jpg";
const int TOTAL_STEPS = 100;
const int BASE_INTERVAL_MS = 100;
const int FREEZE_AT_PERCENT = 89;
const int FREEZE_MS = 2500;
This is just a joke so don't take it seriously hehe
Please click the β (star) button if you like this project β it motivates me to create more projects ππ
