https://github.com/cha0sify/VS-3DS-Template
visual studio homebrew template
https://github.com/cha0sify/VS-3DS-Template
3ds 3ds-homebrew template visual-studio visual-studio-code
Last synced: about 1 year ago
JSON representation
visual studio homebrew template
- Host: GitHub
- URL: https://github.com/cha0sify/VS-3DS-Template
- Owner: cha0sify
- Created: 2018-02-11T23:24:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T01:15:19.000Z (about 8 years ago)
- Last Synced: 2024-07-29T16:16:06.402Z (over 1 year ago)
- Topics: 3ds, 3ds-homebrew, template, visual-studio, visual-studio-code
- Language: C
- Size: 96.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS-3DS-Template Readme
*VS2017 Project Template to build a simple 3ds Homebrew 3dsx, elf, smdh*
## :page_facing_up: Minium Requirements:
Latest version of [Visual Studio 2017 Community](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx).
Microsoft Visual C/C++ package for Visual Studio 2017 Community.
Latest stable version of [devkitPro](http://devkitpro.org/wiki/Getting_Started)
[Xerpi's Portlibs](https://github.com/xerpi/3ds_portlibs/releases) in devkitPro folder:
## :gift: Extras
[Homebrew Libraries and Tools](https://www.3dbrew.org/wiki/Homebrew_Libraries_and_Tools)
## :computer: How to Build
Download the template as .zip or clone the repo
Start Visual Studio 2017 and open the solution file (VS3DSTemplate.sln)
In the Solution Explorer, Right click on your project and choose build
the 3dsx, elf and smdh files are generated in the project folder
## :thumbsup: Credits
[Xerpi](https://github.com/xerpi) for portlibs
[BernardoGiordano for PP2D](https://github.com/BernardoGiordano)
[Fincs](https://github.com/fincs) for Citro3D