Giter Club home page Giter Club logo

big-dumb-launcher's Introduction

big-dumb-launcher

simple game launcher experiment in go Alt text

Goal is to have a “port” of the command line or desktop that is usable by a controller. You are encouraged to do setup via mouse and keyboard, FTP, SSH, config files, etc, but then do your actual game launching/controller/wifi/sound/power, etc with your controller. There will ideally be little to zero config files other than controller mappings and “last opened”.

Basically: easy for users, easy for (linux) masters, no in between.

  • Implemented
    • Launch macOS/linux programs from $PATH based on your file structure and naming.
      • i.e. ares.system_name/Game Boy/Pokemon - Blue.gb => ares —system_name “Game Boy”
      • Able to chain multiple arguments, allowing additional content to be loaded
        • i.e. woof.iwad/doom.file/SIGIL (v1.21).zip => woof -iwad doom -file “SIGIL (v1.21).zip”
  • TODO
    • Get auto/ dirs working with smooth doom or a similar global doom mod
    • Rework the controls
      • Left/Right to nav folders in addition to A/B (enter/backspace)
      • Add START (or spacebar) as a command, don’t have it do anything yet (just print something).
        • Plan is to have it launch at any level of the path hierarchy.
          • ares.system_name/ => ares
          • woof.iwad/doom.file => woof -iwad doom
    • Ideally, if the first half of a folder name (“Pokemon Blue.alt/”) matches a filename in the same directory I want it to:
      • Implement an extension ignore list before anything (mostly savefiles like .rom)
      • Show as the file (Pokemon Blue.zip) to the user.
      • If you press start, it simply starts the zip as if nothing is unusual.
      • If the user presses right, it opens the matching folder
      • If it is a child/chained directory and NO matching file is found, start it anyway but cut out the second half
        • i.e. woof.iwad/doom.files => woof -iwad doom
    • Begin filtering the (visual) names in the frontend and implementing the 3-column/pane layout
      • Past 3 levels, the fourth will open a smaller “window” or modal with its contents
    • Controller mapping implementation
      • Check if an xboxdrv mapping exists for the given controller’s GUID upon and prompt the user to create one if not.
        • The mapper is planned to be a separate program entirely so that other devices can use it, retro handhelds come to mind.
    • Find some way to abstract resolution/refresh/max res handling
      • gamescope is an option but i'd rather avoid it if i can (very x86 and AMD focused). This may be the one thing i'd need some kind of config file mapping for.

big-dumb-launcher's People

Contributors

rishooty avatar

Watchers

 avatar

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.