New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mangonel

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mangonel

Game Launcher for emulators and steam

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

mangonel

Travis Codecov npm GitHub license GitHub issues Dependeny Status

semantic-release js-standard-style Commitizen friendly Gitter Dev Dependency Status

A game launcher for emulators and steam

Rudimentary support for the following:

Currently, only windows is supported. Support for POSIX (Linux, Mac, etc) is planned for a later release

Setup

NPM

npm install mangonel

Usage

import mangonel from mangonel

// Minimum settings required
let settings = {
    "launcher": {
        "name": "bizhawk",
        "path": "D:\\BizHawk-1.11.4\\emuhawk.exe",
    },
    "app": "D:\\pce\\Galaga-90.pce"
}

mangonel(settings)
Results

Imgur

Options

You can also specify generic launcher options. (ex: full screen, vsync, etc)

// Adding to the object above
settings.options = {
    "video": {
        "vsync": true,
        "fullscreen": true,
        "resolution": {
            "width": 1920,
            "height": 1080
        }
    }
}

FAQ

Why the name mangonel?

Because all the good names from the npm registry are taken :) ..and because its easier than trebuchet.

Wikipedia:

A mangonel was a type of catapult or siege engine used in the medieval period to throw projectiles at a castle's walls

Will you add support for insert launcher name here?

Yes, I'd love to add support for more launchers. Please add a request in the issue tracker.

License

MIT License 2015 © Simon W. Jackson and contributors

Keywords

emulators

FAQs

Package last updated on 04 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts