GithubHelp home page GithubHelp logo

zenjiro1 / gedosato Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peterth/gedosato

0.0 0.0 0.0 68.54 MB

The Generic DownSampling Tool

License: GNU General Public License v3.0

C++ 28.99% C 50.02% HLSL 20.97% Ruby 0.02%

gedosato's Introduction

GeDoSaTo Developer Readme

General

This file is intended for developers who want to improve GeDoSaTo or use it as a base for other modifications.

If you are interested in creating custom game profiles, an in-depth guide is available here: http://www.pcgamer.com/2014/07/24/how-to-create-sweetfx-style-shaders-that-dont-affect-the-hud-with-durantes-gedosato/

All the source code is released under the conditions of the GPLv3, except for

  • SuperFastHash
  • SMAA and FXAA which have their own licensing terms included.

Requirements & Dependencies

Contributing

The best way to contribute is to send a Github pull request.

If you want to add a major new feature (e.g. DX11 support), I'd appreciate it if you were to contact me before, so that we can discuss the design a bit.

If you want to contribute a game-specific plugin, look at Dark Souls 2 or the generic plugins as examples.

File Overview

General

  • The "pack" folder contains the files for distribution, including end-user documentation, .inis, effects and folders
  • "main.*" includes the main function and a few utilities
  • The "plugins" folder contain game-specific plugin headers and sources (plugin mappings are defined in "plugins.def")

Wrapping

  • The "d3d9*" files implement d3d wrapping
  • "detouring.*" files implement function overriding using the Detours library

Utilities

  • "settings.*" files implement reading settings (defined in settings.def) from .ini files and querying them
  • "key_actions.*" files implement keybindings, together with the Xmacro files "keys.def" and "actions.def"
  • "window_manager.*" files implement window management (e.g. borderless fullscreen)
  • "d3dutil", string_utils" and "utils" contain various utility functions
  • "blacklist.*" manage blacklisting (and whitelisting)

Rendering

  • "RenderstateManager.*" is where most of the magic happens, implements detection and rerouting of the games' rendering pipeline state
  • "SMAA.", "VSSAO." and "GAUSS.*" are effects optionally used during rendering (derive from the base Effect)
  • "Textures.def" is a database of known texture hashes
  • "Shaders.def" is a database of known shader hashes

gedosato's People

Contributors

peterth avatar asmodean- avatar anteatergaf avatar boulotaur2024 avatar farmaceutico avatar alo81 avatar aexrael avatar one3rd avatar slx7r4gdzm avatar karasuhebi avatar parsnip avatar goalitium avatar 007au avatar dreadmoth avatar akira-28 avatar ordinarymagician avatar biliskner avatar ebugusey avatar garteal avatar rustemsadrl avatar expack3 avatar puddingbrummsel avatar gentle avatar djordjepekic avatar trucido avatar jsynth avatar wilflare avatar z0369 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.