Skip to content
/ RIP Public

Hardware-accelerated raw image processing library for the 3DS

License

GPL-3.0, MPL-2.0 licenses found

Licenses found

GPL-3.0
BM_LICENSE.txt
MPL-2.0
HOS_LICENSE.txt
Notifications You must be signed in to change notification settings

kynex7510/RIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIP

Hardware-accelerated raw image processing library for the 3DS.

Setup

Download a prebuilt version, use as a CMake dependency, or build manually.

HOS build (KYGX/libctru/citro3d)

cmake -B BuildHOS -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/3DS.cmake" -DCMAKE_BUILD_TYPE=Release -DRIP_BACKEND="{BACKEND_HERE}" -DRIP_ENABLE_TESTS=ON
cmake --build BuildHOS --config Release
cmake --install BuildHOS --prefix BuildHOS/Release

where {BACKEND_HERE} is one of: kygx, libctru, citro3d.

Baremetal build (KYGX/libn3ds)

cmake -B BuildBM -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="$CTR_BM_TOOLCHAIN_ROOT/Toolchain.cmake" -DCMAKE_BUILD_TYPE=Release -DRIP_BACKEND="{BACKEND_HERE}" -DRIP_ENABLE_TESTS=ON
cmake --build BuildBM --config Release
cmake --install BuildBM --prefix BuildBM/Release

where ${BACKEND_HERE} is one of: kygx, libn3ds.

License

This library is doubly licensed:

About

Hardware-accelerated raw image processing library for the 3DS

Topics

Resources

License

GPL-3.0, MPL-2.0 licenses found

Licenses found

GPL-3.0
BM_LICENSE.txt
MPL-2.0
HOS_LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published