1
0
Fork
You've already forked pt2intro2
0
Source code for "PineTab2 Factory Image #2" prod
  • C 89.2%
  • C++ 4.8%
  • Logos 4.7%
  • CMake 1.3%
2026年06月25日 11:40:46 +00:00
external Release the source code 2026年06月25日 11:40:46 +00:00
resource Release the source code 2026年06月25日 11:40:46 +00:00
toolchains Release the source code 2026年06月25日 11:40:46 +00:00
.gitignore Release the source code 2026年06月25日 11:40:46 +00:00
.gitmodules Release the source code 2026年06月25日 11:40:46 +00:00
bin2h.c Release the source code 2026年06月25日 11:40:46 +00:00
CMakeLists.txt Release the source code 2026年06月25日 11:40:46 +00:00
glenz.c Release the source code 2026年06月25日 11:40:46 +00:00
glenz.h Release the source code 2026年06月25日 11:40:46 +00:00
glhelper.c Release the source code 2026年06月25日 11:40:46 +00:00
glhelper.h Release the source code 2026年06月25日 11:40:46 +00:00
LICENSE Release the source code 2026年06月25日 11:40:46 +00:00
main.cpp Release the source code 2026年06月25日 11:40:46 +00:00
README.md Release the source code 2026年06月25日 11:40:46 +00:00
stb_image.h Release the source code 2026年06月25日 11:40:46 +00:00
text.c Release the source code 2026年06月25日 11:40:46 +00:00
text.h Release the source code 2026年06月25日 11:40:46 +00:00
trackaudio.c Release the source code 2026年06月25日 11:40:46 +00:00
trackaudio.h Release the source code 2026年06月25日 11:40:46 +00:00

PineTab2 Factory Image Intro #2

This repo contains the source code and the resource files used in our "PineTab2 Factory Image #2" prod.

How to build

cmake and GNU (or Clang) toolchain is required.

For Linux: cmake -B build -DCMAKE_BUILD_TYPE=MinSizeRel -DSTATIC_BUILD=ON

For Windows, you need to have the MinGW toolchain: cmake -B build -DCMAKE_BUILD_TYPE=MinSizeRel -DSTATIC_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=toolchains/x86_64-w64-mingw32.cmake -DSTATIC_BUILD=ON

Once the build directory is configured, just run: cmake --build build

You'll find the binary in the build directory. For squishing, you can use UPX or squishy (Windows).

License

See LICENSE