u/DrElectry

Deferred rendering implementation.

Hello.

This is ccraft, and this project is just a little exercise to practice my graphics programming skills, especially deferred rendering.

The effects i implemented are:

Diffuse lighting and shadow mapping
SSR and SSAO effects
Bloom, DOF and vignette as post processing effects

Check this out! https://github.com/DrElectry/ccraft

u/DrElectry — 8 days ago

ccraft

Hello.

As a little side project, i decided to write a minecraft clone, but with fancy wancy cool effects. This is just a little exercise for me to improve my C and 3d graphics skills.

So far, ive implemented the core "minecraft", deferred rendering with cool effects like SSAO and SSR, shadows and basic lighting, some post processing effects like bloom, DOF and vignette, some basic physics with AABB collisions, and finally sounds and music thanks to the miniaudio library.

There are also some keybinds:

M to turn on wireframe mode,

N to turn on potato mode,

B to enable noclip.

Check this out! https://github.com/DrElectry/ccraft

u/DrElectry — 8 days ago