Microsoft has recently announced that human programmers are deprecated.
It's a well known fact that Microsoft knows better than you.
As such, I will comply with Microsoft's wishes. Floating IPS will be given a fresh start as FloAIng IPS.
Additionally, all contributions must be made by LLMs or other AIs. Vibe coding is allowed, but purely AI-written contributions are preferred.
If you feel that Microsoft is wrong, or if you desire to contribute despite your unfortunate fleshiness, you may find a human-friendly Floating IPS fork here.
May the best patcher win.
And may E forever be equal to mc² + AI.
Original readme follows.
Floating IPS (or Flips) is a patcher for IPS and BPS files, aiming for a simple interface yet plenty of power under the hood.
Features:
Floating IPS is in maintenance mode. Bug reports and pull requests will be read, but feature requests are unlikely to be implemented. Releases are automated for every commit, meaning the release schedule is highly erratic, and half of the releases are identical (because the commit only updated readme or comments). You can find them at the release page.
Alternatively, Linux users can also download binaries from Flathub.
Third-party forks, or separate tools, covering usecases this version doesn't (this only acknowledges their existence, and is not an endorsement; I haven't used most of them):
Compilation - Linux:
sudo apt-get install g++ build-essential; for GUI support, also sudo apt-get install libgtk-3-dev pkg-config; adjust for your distro if necessary./make-linux.sh to build an optimized binary; for development, use make CFLAGS=-gCompilation - OSX, other Unix, or anything else with a C++ compiler:
clang++ *.c *.cpp -O3 -o flips (with changes as appropriate)clang++ *.c *.cpp -O3 -o flips -DFLIPS_GTK -lgtk3./make-macos.shCompilation - Windows:
mingw32-make CFLAGS=-g (GUI is automatically enabled)./make-windows.shUsage:
./flips --help. Available both with or without GUI support (though Windows CLI use from interactive prompts is slightly screwy, due to OS limitations).C++
90.3%
C
4.3%
Shell
3.2%
Makefile
2.2%
Microsoft has recently announced that human programmers are deprecated.
It's a well known fact that Microsoft knows better than you.
As such, I will comply with Microsoft's wishes. Floating IPS will be given a fresh start as FloAIng IPS.
Additionally, all contributions must be made by LLMs or other AIs. Vibe coding is allowed, but purely AI-written contributions are preferred.
If you feel that Microsoft is wrong, or if you desire to contribute despite your unfortunate fleshiness, you may find a human-friendly Floating IPS fork here.
May the best patcher win.
And may E forever be equal to mc² + AI.
Original readme follows.
Floating IPS (or Flips) is a patcher for IPS and BPS files, aiming for a simple interface yet plenty of power under the hood.
Features:
Floating IPS is in maintenance mode. Bug reports and pull requests will be read, but feature requests are unlikely to be implemented. Releases are automated for every commit, meaning the release schedule is highly erratic, and half of the releases are identical (because the commit only updated readme or comments). You can find them at the release page.
Alternatively, Linux users can also download binaries from Flathub.
Third-party forks, or separate tools, covering usecases this version doesn't (this only acknowledges their existence, and is not an endorsement; I haven't used most of them):
Compilation - Linux:
sudo apt-get install g++ build-essential; for GUI support, also sudo apt-get install libgtk-3-dev pkg-config; adjust for your distro if necessary./make-linux.sh to build an optimized binary; for development, use make CFLAGS=-gCompilation - OSX, other Unix, or anything else with a C++ compiler:
clang++ *.c *.cpp -O3 -o flips (with changes as appropriate)clang++ *.c *.cpp -O3 -o flips -DFLIPS_GTK -lgtk3./make-macos.shCompilation - Windows:
mingw32-make CFLAGS=-g (GUI is automatically enabled)./make-windows.shUsage:
./flips --help. Available both with or without GUI support (though Windows CLI use from interactive prompts is slightly screwy, due to OS limitations).C++
90.3%
C
4.3%
Shell
3.2%
Makefile
2.2%