Coder Social home page Coder Social logo

rob2d / build-and-watch Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 49 KB

Gameboy ROM development workflow to avoid build processes and makefiles. Watches a folder for changes to .c or .h files, builds your Gameboy ROM .gb file using GBDK, and then conveniently launches/re-launches an emulator of your choice when ROM is edited.

License: MIT License

JavaScript 100.00%
gbdk gameboy-rom gameboy nodejs build-system build-tool c lcc game-boy game-boy-rom game-boy-development

build-and-watch's Introduction

Build & Watch

Build & Watch is a Gameboy ROM development workflow tool which watches a folder for changes to .c or .h files, builds your Gameboy ROM .gb file using GBDK, and then conveniently launches an emulator of your choice with the updated ROM while closing older instances each time you make an edit.

Getting Started

These tools are created with NodeJS. To begin usage, make sure you have installed:

  • NodeJS 6.X +
  • NPM3 +
  • GBDK

Once you have these requirements, be sure to:

  1. configure your PATH variables to include the /bin folder of your GBDK.
  2. Open your terminal
  3. Go to the directory where you intend to build your source code to a ROM and type
npm install -g build-and-watch

Usage

Be sure to configure the relevant parameters in config.json, go to your cloned repo directory, and then simply run:

buildandwatch --config="myconfigfile.json"

Contributing

PR requests welcome. Please be reasonable with issue reports, and use stack exchange if it is simple for a technical question vs an actual issue. This repo has been created and tested exclusively on Windows 10 so far, so I'm hoping to get some feedback from people on other OS/distros.

Note

This is a work in progress. As such, there are likely to be things that can be improved, and this repo is in a phase of active development. Your support is greatly appreciated throughout this process.

Thanks!

build-and-watch's People

Contributors

rob2d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

build-and-watch'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.