Skip to content

Chikochiii/Totally-Not-Malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Totally Not Malware

I don't know, I just made it because the meme was circulating a lot on my social media homepage hehe:v

Features

  • Cute
  • Kawaii
  • Blue Archive
  • Ez to configure and extend
  • Can make you happy everyday
  • Enjoy

Project Structure

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

Requirements

  • C++17 compiler
  • Qt6 (QtWidgets module)
  • CMake 3.20+

Installation & Build

Linux (Arch)

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

Windows (PowerShell)

  • 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

Configuration

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;

Notes

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 πŸ‘‰πŸ‘ˆ

pwissss

About

If malware was kawaii and socially awkward Xixixi:3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published