RenderTM banner

RenderTM

3 devlogs
32h 35m 13s

A stupid Minecraft-like game (just a render currently) running in terminal.

Loading README...

wenxuanjun

Finish the refactoring of terrain. Remaining engine, lighting, post processing, rasterizer and render it self…

Attachment
0
wenxuanjun

Still working on refactoring. It takes too much time :(
Thanks to constexpr, there are a lot of things can be computed on compile time!

Attachment
0
wenxuanjun

Refactoring the relevant code for the renderer. This is a fairly large work.

Attachment
Attachment
Attachment
3

Comments

hack.clubber
hack.clubber 5 days ago

Wasting my time.
Say that it only works on unix systems next time.
And what’s with all the autos in your source code, even the main function has an auto return type, might aswell be using python.

hack.clubber
hack.clubber 5 days ago

very impressive project

wenxuanjun
wenxuanjun 4 days ago

Hi, thanks for testing my project.
As you can see, it does indeed only support unix systems. I wrote “3D render for Linux terminal” in the GitHub repo About. You might have missed it :)
As for the code, it’s a bit messy right now, which is exactly why I’m refactoring it!