All Projects → Dimev → Realistic-Atmosphere-Godot-and-UE4

Dimev / Realistic-Atmosphere-Godot-and-UE4

Licence: MIT license
A realistic atmosphere material for both the Godot game engine and Unreal Engine 4

Programming Languages

GLSL
2045 projects
GDScript
375 projects

Projects that are alternatives of or similar to Realistic-Atmosphere-Godot-and-UE4

Godot 2d Space Game
A 2D space exploration and mining game made with Godot and our AI framework
Stars: ✭ 462 (+288.24%)
Mutual labels:  space, godot, godot-engine
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (+2.52%)
Mutual labels:  godot, godot-engine, unreal-engine-4
breakable
A breakout-like game made with Godot Engine
Stars: ✭ 56 (-52.94%)
Mutual labels:  godot, godot-engine
toziuha-night-oota
Opensource Metroidvania inspired on Castlevania Order of Ecclesia
Stars: ✭ 78 (-34.45%)
Mutual labels:  godot, godot-engine
godot-cpp-cmake
CMake scripts to build cross-platform GDNative C++ bindings
Stars: ✭ 20 (-83.19%)
Mutual labels:  godot, godot-engine
Godot FPC Base
A first person camera base project for Godot 3.x to help anyone get a jumpstart.
Stars: ✭ 39 (-67.23%)
Mutual labels:  godot, godot-engine
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (-77.31%)
Mutual labels:  godot, godot-engine
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (-36.13%)
Mutual labels:  space, space-game
novemberdev soulslike darksouls godot
Dark Souls clone in 3D with Godot
Stars: ✭ 51 (-57.14%)
Mutual labels:  godot, godot-engine
godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (-63.87%)
Mutual labels:  godot, godot-engine
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (-44.54%)
Mutual labels:  godot, godot-engine
Moonwards-Virtual-Moon
Development continues on Unreal, in the MoonwardsUE repository
Stars: ✭ 97 (-18.49%)
Mutual labels:  space, godot
ZoneLoadingSystem
Dynamic zone loading system for Godot
Stars: ✭ 137 (+15.13%)
Mutual labels:  godot, godot-engine
godot-cmvalley
Port of the Sauerbraten clanmap cm|Valley to Godot 4.0
Stars: ✭ 28 (-76.47%)
Mutual labels:  godot, godot-engine
Godot-Top-down-Shooter-Tutorial
This repository contains the source code for the Godot Top-down Shooter Tutorial series.
Stars: ✭ 41 (-65.55%)
Mutual labels:  godot, godot-engine
godot-gdgifexporter
Gif exporter for Godot made entirely in GDScript
Stars: ✭ 85 (-28.57%)
Mutual labels:  godot, godot-engine
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-65.55%)
Mutual labels:  godot, godot-engine
godot-awesome-splash
Collection of splash screens in Godot
Stars: ✭ 137 (+15.13%)
Mutual labels:  godot, godot-engine
godot-xterm
Terminal emulator for the Godot game engine.
Stars: ✭ 61 (-48.74%)
Mutual labels:  godot, godot-engine
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+63.03%)
Mutual labels:  godot, godot-engine

Realistic-Atmosphere-Godot-and-UE4

A realistic atmosphere material for both the Godot game engine and Unreal Engine 4

The Unreal version is succeeded by This guide I'll still try and answer issues here, but if you want a more up to date version, then follow the guide.

For Godot, it should be possible to simply copy-paste most of the function from shadertoy into the shader, and adding any missing parameters.

planet_1 planet_3 (more in the images folder)

Showcase videos for godot and ue4

There's also a shadertoy version. The repo for that is here. Guide for converting shadertoy shaders to unreal is here

This resporitory provides code for adding realistic admospheres to godot and unreal engine 4. The size, color and intensity can all be tuned.

For unreal engine 4, a project including all needed assets is given (for version 4.22.3), as well as a plugin, by @gbeniola For godot, a standalone shader file is given, as well as a demo project

usage

The UE4 and Godot versions are used a bit differently, so I've created a seperate guide for them, both of which are here: Godot and UE4

The shadertoy verion of this atmosphere can be found here, also by me.

The code is based on the implementation by scratchapixel, with a few modifications to make it work from space, and to make it look nicer

license

The assets are shared under the MIT license, more detail in the LICENSE file.

If you use this in a game or other software, I'm fine with being credited with "Atmosphere by Dimas Leenman, Shared under the MIT license" somewhere in the credits.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].