Go to file
Lars Müller 216e64b423
Update README.md
2018-01-03 15:26:50 +01:00
numberZeroBased/post-processing Update README.md 2018-01-03 15:26:50 +01:00
2d_fs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
2d_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
3d_fs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
3d_gs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
3d_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
LICENSE Create LICENSE 2017-12-28 09:29:19 -07:00
README.md Update README.md 2017-12-28 09:26:55 -07:00
lighting_fs.glsl.glsl Add files via upload 2017-12-28 13:49:17 +01:00
lighting_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
objectmap_fs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
objectmap_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
particle_fs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
particle_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
shadow_fs.glsl Add files via upload 2017-12-28 13:49:17 +01:00
shadow_vs.glsl Add files via upload 2017-12-28 13:49:17 +01:00

README.md

(new) Shaders for Minetest

This project extends the Minetest (https://github.com/minetest/minetest) OpenGL shaders to make things pretty and hopefully faster.

The goals of this project are the following:

  • Develop and ensure high quality graphics at these levels
    • Minimal graphical enhancements (all options turned off, basic Minetest game)
    • Moderate graphical enhancements
    • 'Ultra' graphical enhancements, for high end gaming systems
  • User opt-in and toggle-ability of graphical features
  • Documentation and maintenance of code
  • Strong synchronization and comparability with main Minetest code

Licenses

Source code is under the MIT License. Assets, textures, sounds, and any media are under the Creative Commons Attribution 3.0 Unported License. Please see LICENSE.txt for full details.