Code Monkey home page Code Monkey logo

mibinestools's Introduction

MibiNESTools

It will include a CHR editor, a nametable editor and a level editor for my future platformer. Currently, it is still very incomplete and unstable, so use it at your own risk!

Creating plugins

Create a new project. Add MibiNESTools to the dependencies.

In this project, create a file that extends the Editor class.

In the root folder of the project, create a plugin.properties file:

folder=target/classes
editorClass=com.example.ExampleEditor
targetVersion=v.1.0a2

folder is the folder where all the compiled .class files of your project are.

editorClass is the class you just created, that extends the Editor class.

targetVersion is the version of MibiNESTools this plugin is made for.

Compile the plugin. You can then load it by opening MibiNESTools.

Loading a plugin

To load a plugin. go in Edit > Load a plugin and selecting the plugin.properties file of the plugin you want to load. It should now appear in the New file... and Open with... menus as any other editor.

mibinestools's People

Contributors

mibi88 avatar

Stargazers

ogamespec avatar

Watchers

 avatar

mibinestools's Issues

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.