1
1
Fork
You've already forked pt2intro
0
Source code for our "PineTab2 Factory Image" intro
  • C 90.4%
  • C++ 4.7%
  • Logos 3.6%
  • CMake 1.3%
2026年05月26日 17:51:10 +00:00
external Release the source code 2026年05月24日 06:01:06 +00:00
resource Release the source code 2026年05月24日 06:01:06 +00:00
toolchains Release the source code 2026年05月24日 06:01:06 +00:00
.gitignore Release the source code 2026年05月24日 06:01:06 +00:00
.gitmodules Release the source code 2026年05月24日 06:01:06 +00:00
bin2h.c Release the source code 2026年05月24日 06:01:06 +00:00
CMakeLists.txt Release the source code 2026年05月24日 06:01:06 +00:00
glhelper.c Release the source code 2026年05月24日 06:01:06 +00:00
glhelper.h Release the source code 2026年05月24日 06:01:06 +00:00
LICENSE Release the source code 2026年05月24日 06:01:06 +00:00
main.cpp Update the release date 2026年05月24日 11:08:27 +00:00
miniaudio.h Release the source code 2026年05月24日 06:01:06 +00:00
pt2intro.webm Add video 2026年05月26日 17:51:10 +00:00
README.md Add Pouet and Demozoo link 2026年05月26日 16:02:48 +00:00
stb_image.h Release the source code 2026年05月24日 06:01:06 +00:00
text.c Release the source code 2026年05月24日 06:01:06 +00:00
text.h Release the source code 2026年05月24日 06:01:06 +00:00
trackaudio.c Release the source code 2026年05月24日 06:01:06 +00:00
trackaudio.h Release the source code 2026年05月24日 06:01:06 +00:00

PineTab2 Factory Image Intro

This repo contains the source code and the resource files used in our "PineTab2 Factory Image Intro" 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 xzcrush (Linux) or squishy (Windows).

License

See LICENSE