Code Monkey home page Code Monkey logo

luminescent's Introduction

Starlight - Luminescent

This repository contains a fork of Starlight, a switch modding template, based on Dialga.

It has been modified to use CMake and supports importing in CLion. Additionally, it has tasks to easily integrate with SimpleModManager, as well as export to common emulators.

Prerequisites

Building

The build has only been tested on Arch Linux and WSL, and is not designed for Windows.

Simply run:

$ cmake . -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake  # Configure tasks
$ make release_atmosphere                               # build tree
$ make zip_atmosphere                                   # export as zip
$ make send_atmosphere                                  # optional: send to switch using ftp 

To use SimpleModManager:

$ cmake . -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake  # Configure tasks
$ make release_modmanager                               # build tree
$ make zip_modmanager                                   # export as zip
$ make send_modmanager                                  # optional: send to switch using ftp 

There's also targets for Ryujinx and Yuzu (without the send_ target).

Installing (Atmosphère)

After a successful build, simply transfer the files located inside release/<release_type> to the root of your switch's SD card or your emulator.

Credits

  • CraftyBoss - The initial Dialga repository
  • vbe0201 - The switch-cmake files we ported for use in starlight

luminescent's People

Contributors

martmists-gh avatar david-vz avatar

Stargazers

Nathan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.