Pinned Loading
-
TileSAT
TileSAT PublicReduces the Wang tiles (aka Wang dominoes) problem to SAT and solves it with minisat
C++
-
Script to extract 3DS PICA200 shader...
Script to extract 3DS PICA200 shaders from (decrypted) binaries which can then be disassembled with aemstro or nihstro. Should work on anything like .cia .3ds .3dsx... Writes each shader in a .shbin file in the current directory. 1#!/bin/python3
2#https://problemkaputt.de/gbatek-3ds-files-video-shaders-dvlb-and-dvob-format.htm
3import sys, mmap, struct as s
4magic = b"DVLB"
5magicDVLE = b'DVLE'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.