Coder Social home page Coder Social logo

boyquotes / godot-gameboy-palette-swap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krankomat/godot-gameboy-palette-swap

0.0 0.0 0.0 97 KB

An example project for the Godot Game Engine. A shader is used as filter to replace grayscale values with 4 settable colors.

GLSL 100.00%

godot-gameboy-palette-swap's Introduction

Godot Gameboy Color Swap

This is a variant of Ivan Skodje's Godot Gameboy Shaders. The code for the shader was updated to Godot v3.1.1.

With this shader, you can color in images (or swap the palette) to look like they are displayed on a GameBoy.

Overview

Base image with greenish palette gets replaced with a blue 2-bit color palette and an orange 2-bit color palette

In the upper image, there is a screenshot of an imaginary game called "GameBoy Hospital". On the top left, there is a blue filter applied. On the top right, there is an orange filter applied.

Example

Color Filter Blue 1

As filter lens, there is a ColoreRect with a GameBoyFilterMaterial_Blue.tres set as material. Set it to the bottom of the scene hierarchy at top level, so the effects gets drawn on top.

Color Filter Blue 2

To create different filters, simply create new ShaderMaterials with the shader assigned to them. In the inspector, you can then set the color palette under Shader Param.

How does it work?

The GameBoyFilter.shader calculates the average gray tone for each pixel. Then, if its under the specified threshold, the corresponding color is being set. This works, because the shader gets the pixels from the SCREEN_TEXTURE itself - this means the pixels behind the ColorRect.

Licence

MIT License (MIT)

Copyright (c) 2016 Ivan P. Skodje

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Copyright (c) 2019 Lukas M. Semmler

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

godot-gameboy-palette-swap's People

Contributors

krankomat 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.