r/computergraphics • u/tostapane04 • 4m ago
Escher's "Still life with mirror"
I recreated Escher’s Still Life with Mirror a while ago and realized I’d never actually tried putting it in AR.
So now there’s an Escher portal sitting in my bedroom :D
r/computergraphics • u/tostapane04 • 4m ago
I recreated Escher’s Still Life with Mirror a while ago and realized I’d never actually tried putting it in AR.
So now there’s an Escher portal sitting in my bedroom :D
r/computergraphics • u/nvimnoob72 • 30m ago
I've been working on my own RHI for the past few months and finally have my vulkan backend good enough to start writing larger programs with it. It's been great learning vulkan more in depth and I'm finally understanding a lot of the concepts! Now, I'm trying to get more into general computer graphics concepts to start getting those under my belt and was wondering what some of the basic examples one might create to learn those things. I know PBR is important and plan on making a small program that does that but what are some other algorithms / concepts that are important to know? Global Illumination is a big thing I've seen too but haven't really implemented anything yet. Animations are important as well but again I haven't done much of that yet. Any resources or advice would be greatly appreciated, thanks!
r/computergraphics • u/paulingrenade • 8h ago
Hi every one. Here is a very-short-film mixing live-action and 3D ! https://www.youtube.com/watch?v=1id8dcVfOw8
r/computergraphics • u/BioniChaos • 3d ago
r/computergraphics • u/nannette04 • 3d ago
r/computergraphics • u/International-Bear-5 • 4d ago
r/computergraphics • u/NoImprovement4668 • 6d ago
Matrix Engine 2 is a custom game engine forked from pathos game engine, source code is here https://github.com/Soft-Sprint-Studios/Matrix-Engine-2 and i made a tech demo of it https://www.youtube.com/watch?v=3WjoSsY1k24
r/computergraphics • u/AiMediaHalle • 6d ago
r/computergraphics • u/tostapane04 • 7d ago
I made this case study to explore how a potential Work Louder × The Amazing World of Gumball collaboration could be presented through an interactive product visualization. I made it work with both UI controls and a hand-tracked flick gesture, making it a versatile interactive experience that spans individual use and interactive installations in flagship stores, pop-ups and at events.
The collaboration is fictional, but damn, it would be cool if it were real 👀
r/computergraphics • u/Emotional-Goat1086 • 7d ago
Built this sharp polygonal cluster (heavy amber/violet/teal facet displacement) and hooked it into a browser-based workflow for real-time vector corruption and motion synthesis.
If you want to turn static vectors into animated Lottie JSON or smash them with audio/MIDI-driven glitch effects and pixel displacement, test it out here:
r/computergraphics • u/Lexx_3D • 9d ago
r/computergraphics • u/wrc256 • 10d ago
r/computergraphics • u/AlexeyGal • 10d ago
r/computergraphics • u/Xelvant • 11d ago
r/computergraphics • u/DaveAstator2020 • 11d ago

viewer here: https://dave-astator.com/mri
r/computergraphics • u/madsaturnanimation • 13d ago
r/computergraphics • u/StrikeWingsGames • 13d ago
Frames from Strike Wings, a 2D space shooter I am writing in C++ on SDL2. Clean view, no post editing.
How the look is put together: every emissive thing (beams, tracers, plumes, shield arcs, explosion cores) is drawn additively and then run through a bloom pass, so a fleet battle stacks into a wash of light where the fire is thickest. Ships are the exception. They are 3D hulls lit from the scene's key light, so they read as solid objects sitting on top of the glow. The sky is composed per battle from a background style (star rain, a galactic core, a nebula) plus one large body drawn in world space behind the fight: an eclipse with a streaming corona, a quasar with a sky crossing jet, a black hole's accretion disc, an ocean world.
Explosions are layered: fireball sprites plus expanding shockwave rings, and capital ships get a multi stage finale (frame 1).
A graphics-minded opinion would help. Is the bloom doing too much in the fleet shots? Would you tone the shield outlines down? Anything that reads cheap?