m3diaLib-CTR icon indicating copy to clipboard operation
m3diaLib-CTR copied to clipboard

A C++ library for easier homebrew development for the Nintendo 3DS

Results 4 m3diaLib-CTR issues
Sort by recently updated
recently updated
newest added

I noticed the lib don't compile against the latest libctru, after digging the release notes, it appears the `aptLaunchLibraryApplet` no longer return, instead new functions are needed to fetch the...

bug
critcal

So I've done a little work to create a PKGBUILD for this (https://eeems.codes/Eeems/3ds-m3dialib/src/master/PKGBUILD) since I like to have things packaged up properly for my personal pacman repository (https://repo.eeems.codes/). What are...

[CodeFactor](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/overview/master) found multiple issues: #### Complex Method [m3dialib\includes\m3d\private\OBJ_Loader.h:430-725 ](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/source/master/m3dialib/includes/m3d/private/OBJ_Loader.h#L430)[m3dialib\includes\m3d\private\OBJ_Loader.h:1005-1165 ](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/source/master/m3dialib/includes/m3d/private/OBJ_Loader.h#L1005)[m3dialib\includes\m3d\private\OBJ_Loader.h:837-1004 ](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/source/master/m3dialib/includes/m3d/private/OBJ_Loader.h#L837)

code review
good first issue

[CodeFactor](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/overview/master) found multiple issues: #### Redundant blank line at the start of a code block should be deleted. [m3dialib\includes\m3d\private\OBJ_Loader.h:198 ](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/source/master/m3dialib/includes/m3d/private/OBJ_Loader.h#L198)[m3dialib\includes\m3d\private\OBJ_Loader.h:417 ](https://www.codefactor.io/repository/github/m3dialib-team/m3dialib-ctr/source/master/m3dialib/includes/m3d/private/OBJ_Loader.h#L417) #### Redundant blank line at the end of a...

code review