GithubHelp home page GithubHelp logo

rbjaxter / budhud-compiler Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 204 KB

A Source engine HUD development tool made by Lange to compile away as many #base and #include directives as possible. Designed for budhud.

License: MIT License

C# 100.00%

budhud-compiler's Introduction

budhud-compiler

A Source engine HUD development tool to compile away as many #base and #include directives as possible. Designed for budhud.

Usage

  1. Grab the latest release.
    • At this time, only Windows builds are provided. If you need builds for other platforms, consider building the program from source.
  2. View the auto-generated help docs with budhud-compiler.exe --help:
    budhud-compiler 1.7.0
    Copyright (C) 2022 Alex Van Camp
    
      -i, --input                    Required. The specific files or directories to compile. Comma-separated.
    
      -o, --output                   The files or directories to output to. Comma-separated. Prints to console if not provided. If input is a directory then output must also be a directory (or not yet exist).
    
      -t, --trigger                  A list of files or directories which, when changed, will trigger a recompile, but which themselves aren't directly recompiled. If a trigger is provided, then the entire corresponding input directory will be recompiled on every change, instead of just the file(s) that changed being recompiled. Requires --watch.
    
      -e, --errorOnMissing           (Default: false) If true, throws an error when a #base or #include file isn't present on disk.
    
      -s, --silent                   (Default: false) If true, no information will be output to the console (aside from the finalized output if no output file is specified).
    
      -m, --omitMissingDirectives    (Default: false) If true, directives which point to files that don't exist will be omitted from the final output.
    
      -w, --watch                    (Default: false) If true, the input file or directory will be watched for changes and automatically recompiled to the specified output path. Ignored if no output paths are provided.
    
      --help                         Display this help screen.
    
      --version                      Display version information.
    
  3. Run the program with the desired options.

Compliance

This program currently uses a modified version of ValveKeyValue. You can view the source code here: https://github.com/alvancamp/ValveKeyValue/tree/dev

License

MIT

budhud-compiler's People

Forkers

cooolbros

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.