Skip to content

Topicranger/3ds-zig-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very basic template to kickstart your zig adventures on 3DS 🦎

Warning

This template is outdated and doesn't build in newer versions of zig.
It actually just exists because others were even older at the time.
A keen eye should be able to fix the problem; PRs welcome!

Dependencies

  • zig = 0.14.1
  • devkitPro for 3ds development

Usage

Make a copy of the environment file env.zig.zon.sample and rename it to env.zig.zon. Alternatively, run cp env.zig.zon.sample env.zig.zon. Then, edit it to set the path of your devkitPro installation and the IP address of your 3DS.

The following build options are now available:

  • zig build 3ds - builds to zig-out
  • zig build run - builds and runs the app in an emulator
  • zig build launch - builds and runs the app in the homebrew launcher via 3dslink NetLoader

App description and more are stored in the buildfile. Customize it and make it your own!

About

Basic 3ds application sample with zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages