NoiseShader
3d-game-shaders-for-beginners
Our great sponsors
NoiseShader | 3d-game-shaders-for-beginners | |
---|---|---|
2 | 10 | |
998 | 16,077 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | 3 months ago | |
HLSL | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
NoiseShader
We haven't tracked posts mentioning NoiseShader yet.
Tracking mentions began in Dec 2020.
3d-game-shaders-for-beginners
- 3D game shaders for beginners: step-by-step guide to SSAO, lighting, and more
- Beginner friendly tutorial
-
Ask HN: What is your new year's resolution?
Sort of.
1. I want to start with working through applying shaders to a 3d scene using the Panda3d library (https://github.com/panda3d/panda3d) . This repo covers that: https://github.com/lettier/3d-game-shaders-for-beginners.
2. Create a simple, custom, graphics-only (no collisions / physics) game engine using Entt (https://github.com/skypjack/entt) and Panda3d. The engine would rely mostly on simple inputs, like mouse clicks, and 3d graphics.
3. Configure clangd to warn on features outside C++11 then refactor both projects (1 & 2)
4. Run experiments on the game engine while working through the Vulkan book: https://raw.githubusercontent.com/Overv/VulkanTutorial/maste...
-
Game Engine From Scratch
Some tutorials I have looked at (well nor originally, as I learned the basics when we were still at DX9 :D): - https://lettier.github.io/3d-game-shaders-for-beginners/index.html
- Are there any resources on Post processing effects like Bloom HDR rendering tone mapping etc..
-
OpenGL engine - testing omnidirectional shadow maps with Sponza
Thanks! What feature would you add next? I've been thinking of implementing some of the shaders here
- 3D Game Shaders for Beginners
What are some alternatives?
godot-psx-style-demo - Demo project featuring a collection of PS1 style shaders and materials for Godot engine.
tinyrenderer - A brief computer graphics / rendering course
julia-set-with-shaders - Julia set render with GLSL shaders and P5.js library
SHADERed - Lightweight, cross-platform & full-featured shader IDE
Granite - My personal Vulkan renderer
LearnOpenGL - Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
OpenSubdiv - An Open-Source subdivision surface library.
reshade - A generic post-processing injector for games and video software.
glTF-Sample-Models - glTF Sample Models
UnityURPUnlitScreenSpaceDecalShader - Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
YOLOv4-Tiny-in-UnityCG-HLSL - A modern object detector inside fragment shaders
claygl-advanced-renderer - Advanced rendering pipeline for ClayGL