Git Product home page Git Product logo

metacade's People

Contributors

zakblystone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metacade's Issues

[Request] File import prompt

A function for an open file dialog that returns file data in an ArrayBuffer would be useful in making Steam workshop based emulators legal. It could allow the end user to upload their own roms to the arcade machine, rather than requiring a hardcoded file within the emulator itself. This could also be sandboxed by preventing from writing files, and limiting the number of dialogs that can be created

[Request] Mouse-lock on the host application

The metacade tool does not lock the mouse cursor to the center of the window, nor does it hide it. It currently only reads the coordinates of the mouse cursor relative to the window evt.motion.x and evt.motion.y and calculates the movement delta based on previous input states.

It would be beneficial to add mouse-lock on the host application, aswell as modify the exisiting implementation so that instead of calculating the delta based on the previous input state, it would use the SDL provided evt.motion.xrel and evt.motion.yrel which would continue to provide movement values even if the mouse position doesn't change. (For more info, see: SDL_MouseMotionEvent)

(Request added as asked on the pixeltail forums)

[Request] Modifying the pixels of a texture at runtime

It's really inefficient to render each pixel as an individual rectangle for emulators and such, so I suggest a way to dynamically change the RGBA values of pixels of a texture asset, through either changing a “texture” buffer property of an assets[“texture.tex”] object, or through a method to set the color of a specific pixel.

[Feature Request] Multiplayer

Functions for networking between multiple arcade machines, perhaps using tables?
Maybe support for "rooms" where users can join from a menu and have data networked between the host and clients?
Also perhaps a way to emulate multiple arcade machines on a single computer to make development easier?

[Request] offscreen WebGL implementation or bindings

The addition of WebGL bindings to allow for the creation of an offscreen WebGL canvas or context. This would allow javascript code to utilize the GPU to render to the canvas in the background, and then either redraw the image in the Arcade window through script, or perhaps use a provided render method to draw the triangles straight in Unreal.

[Request] More advanced sound support

OpenAL support or a functionality to generate sound during runtime would be a useful addition; many libraries use OpenAL and an implementation could improve many JavaScript games.

[Request] Enable Require for Lua files

For most things substantial you can barely use the Lua scripting option due to the fact that it's lacking a fundamental feature: require() . This means Lua scripts are forced to be one ultra long file which ultimately will become unmaintainable for the creator.

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.