Launched this week

GitWorld Engine
Turn your GitHub contributions into an animated city
5 followers
Turn your GitHub contributions into an animated city
5 followers
GitWorld Engine is an open-source GitHub Action that transforms your GitHub contribution graph into an animated pixel-art world for your profile README. Repositories become cities, commits grow buildings, pull requests become bosses, issues become monsters, and your primary programming language determines the world's biome. Add one workflow, and GitWorld automatically keeps your animated SVG up to date.







Dropped this into a side repo to test and the little biome my Go commits spawned looks pretty charming already, surprised how readable the SVG stays even on mobile.
@ekrem1698809 Thanks for trying it out! I'm really happy to hear it worked well in your test repo. It's great that the SVG stays readable on mobile—that was something I paid close attention to. I hope you'll keep using it, and I'd love to hear any ideas you have for new biomes or features!
The idea of mapping commit activity to actual building heights is such a clever way to make contribution data feel alive instead of just colorful squares. Love that it all renders as inline SVG too.
@dne32001344779 Thank you! That was exactly the goal—to make GitHub activity feel like a living world rather than just a grid of squares. I'm glad you like the SVG approach too; keeping it lightweight and embeddable in any GitHub profile was an important design decision. I appreciate the feedback!