Skip to content

Instantly share code, notes, and snippets.

View xtremezero's full-sized avatar

Xtremezero xtremezero

View GitHub Profile
@xtremezero
xtremezero / AppList
Last active August 19, 2024 12:19
Applications for game developers
3DripperDx http://www.deep-shadows.com/hax/3DRipperDX.htm
7z https://www.7-zip.org/
Aerialod https://ephtracy.github.io/index.html?page=aerialod
AmayaEditor https://www.w3.org/Amaya/
Anim8or https://www.anim8or.com/
arduino https://www.arduino.cc/
Audacity https://www.audacityteam.org/
Armory3D https://armory3d.org/
Armor Paint https://armorpaint.org/
Armor Lab https://armorlab.org/
@xtremezero
xtremezero / FXAA.tscn
Created January 27, 2021 20:57 — forked from cart/FXAA.tscn
Godot Nvidia FXAA 3.11 Port
[gd_scene load_steps=3 format=2]
[sub_resource type="Shader" id=1]
code = "shader_type canvas_item;
// Godot Nvidia FXAA 3.11 Port
// Usage: Drop this in to any 3D scene for FXAA! This is a port of the \"PC High Quality Preset 39\". However the medium quality
// parameters are also included. For medium quality, just comment out sections \"PS 6\" and above and uncomment the \"med 13\" variables.