ROMDOM | javascript NES hacking framework that emulates something | Video Game library

 by   sagnew JavaScript Version: Current License: MIT

kandi X-RAY | ROMDOM Summary

kandi X-RAY | ROMDOM Summary

ROMDOM is a JavaScript library typically used in Gaming, Video Game applications. ROMDOM has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A JavaScript NES hacking library for programmatically editing games in real time. ROMDOM allows you to manipulate NES games with JavaScript similar to how you can interact with a web page through the DOM. This library allows you to use Node.js to interface with most emulators that include Lua scripting functionality. It was designed to interact with NES games in mind, but most old games act fundamentally the same way. It's intended us is to run with the FCEUX NES emulator, but many emulators have the same Lua API, so this also works with other emulators such as VisualBoy Advance and SNES9x.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ROMDOM has a low active ecosystem.
              It has 25 star(s) with 5 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ROMDOM is current.

            kandi-Quality Quality

              ROMDOM has no bugs reported.

            kandi-Security Security

              ROMDOM has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              ROMDOM is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ROMDOM releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ROMDOM
            Get all kandi verified functions for this library.

            ROMDOM Key Features

            No Key Features are available at this moment for ROMDOM.

            ROMDOM Examples and Code Snippets

            No Code Snippets are available at this moment for ROMDOM.

            Community Discussions

            Trending Discussions on ROMDOM

            QUESTION

            Closest Friday, with time
            Asked 2017-Dec-05 at 18:11

            I am using a Date API called date.js and I want to use it for getting the closest Friday Date.today().next().friday();. It works and so on but I wanted to specify a time which I would change the next Friday and not the current so I did this Date.today().next().friday().set({hour: 19});. But it didn't work. Does anybody know how I can accomplish this with this API or plain js or any other API.

            Clarification

            Clearing thing up, i have a countdown I want it to countdown to the nearest Friday at 19:00, but I can't get the part with the time to work, it just ignores the time, on Friday it just looks for the net Friday and ignores that the clock haven't pased 19:00 yet.

            CODE:

            ...

            ANSWER

            Answered 2017-Dec-05 at 18:04

            You can check if today is a particular day by using Date.today().is().tuesday(). Just use that with a ternary operator and it should work just fine.

            Source https://stackoverflow.com/questions/47658771

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ROMDOM

            First you will need to download a proper emulator with Lua scripting included. We recommend FCEUX as it comes with a hex editor and many debugging capabilities. Note: Most of these emulators only include the necessary ROM hacking tools in their Windows versions, much to the dismay of many in the developer world. The windows versions of these emulators can be run effectively in Wine if you are a Mac or Linux user, and that is not too difficult to set up(open the .exe file with Wine, and let the magic happen).
            Open a new Lua script(in FCEUX this is done by clicking file -> Lua -> New Lua script window), and run "romdom.lua" found in the base directory of this repository. This allows the emulator to listen for commands sent from your Node environment.
            Require romdom.js in your JavaScript code, which will allow you to access our API to interact with the emulator.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/sagnew/ROMDOM.git

          • CLI

            gh repo clone sagnew/ROMDOM

          • sshUrl

            git@github.com:sagnew/ROMDOM.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Video Game Libraries

            Proton

            by ValveSoftware

            ArchiSteamFarm

            by JustArchiNET

            MinecraftForge

            by MinecraftForge

            byte-buddy

            by raphw

            nes

            by fogleman

            Try Top Libraries by sagnew

            Prank-Roulette

            by sagnewPython

            CallStatusDashboard

            by sagnewSwift

            ISSNotifications

            by sagnewPython

            2048AgainstCancer

            by sagnewJavaScript