Portable benchmark for old or weak computers (Windows XP+ | Debian 8+ | OpenGL 2.1+).
The database with benchmark results (different PC and laptop configurations) is located in the DB directory.
Download: https://github.com/Shedou/ChimbaBenchXPL/releases
OS (32-bit): Windows XP+, Debian 8+ and other Linux distros.
OS (64-bit): Windows 7+, Debian 8+ and other Linux distros.
CPU: With SSE2 support and better. (tested on s754 Sempron 2800+ Palermo).
GPU: OpenGL 2.1 support required. GeForce 6000+ and Radeon HD 2000+.
You can run it using the CPU instead of the GPU using the Mesa library (opengl32.dll).
Godot Engine 2.1.5 + Custom Builds + Templates + Rcedit: https://github.com/Shedou/godot-engine-toolset-v215
Primary development takes place on the Chimbalix Linux distribution. Examples may not work on other Linux distributions.
The process of creating a proper ICO file for integration into Windows executables:
convert -background transparent icon.png -define icon:auto-resize=256,128,64,48,32,16 favicon.ico
Embedding an icon into an executable file using rcedit:
wine rcedit-x86.exe executable.exe --set-icon favicon.ico