Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MES-Project

A "clone and go" MES project template.

Installation

First, clone the repository:

git clone https://github.com/menga-team/MES-Project   
mv MES-Project <your_project_name>
cd <your_project_name>

After completing this step, there are two options for you:

1. Set up as a local project

To use the template as a local project on your PC, simply delete the git folder and your're good to go:

rm -rf .git

2. Set up as a new git repository

To set up your project as a new repository, first create a git repository, then follow these steps:

git remote remove origin   
git remote add origin <your_repository_url>
git push -u origin/main

You might want to remove or change this README beforehand.

Usage

Install mvm. This utility will help you initialize your project and keep it up-to-date, aside from providing a simple interface to the mes and vmes compilation and flashing pipelines. All files needed by mvm are listed in the .gitignore file, so your repositories will stay clean.

Next, configure this projects mesproj.json to suit your application. It consists of the following:

{
  "mes_version": "<version>",
  "vmes_version": "<version>",
  "mbs_version": "<version>",
  "sd_information": {
    "name": "<title>",
    "author": "<name>",
    "version": [<major>,<minor>,<patch>],
    "icon": "assets/icon.m3ifp",
    "game": "game.bin"
  }
}

Mvm will update your project accoring to the version of the dependencies specified in mesproj.json. If you don't particularely require an older commit, we suggest using "latest". The rest is information needed when writing your game onto an SD card, usually there is no need to edit the "icon" and "game" values.

If this is your first MES project, check out the documentation on developement for the MES platform. For a detailed explanation on the build system or mvm, check their respective repositories or the wiki.

Changing the icon

To change the icon, just edit the bundeled icon.png file with your favorite image editor!

Your are only able the change the image of the highlighted area:

img

But you may change the color of the image, make sure to not use more than 8 colors and export as a indexed png.

About

MES project template

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages