Pippijn van Steenhoven

Results 20 comments of Pippijn van Steenhoven

@techmindful I'm new to it as well. Last week I knew nothing about it, but it took me only 2 days from nothing to https://youtu.be/rPi-KmVI4Yw with lambdacube. Now I'm investigating...

Both LC and gpipe can be used to make more modern looking graphics than quake. For example, my lambdacnc project has multiple lights with shadows (needs a multi pass render...

I'm also here with Csaba Hruska (LC author): https://gitter.im/LambdaCube-3D/Lobby

^L to refresh

Refresh the screen: https://paste.xinu.at/4ZMt8W/ (after ^Z and `fg`).

I don't know what causes it. It looks similar to the problem you get when exiting a curses application without resetting the terminal and then typing `ls`. Resizing the terminal...

I confirm that ^L now redraws the screen correctly after suspending the process and resuming it (^Z + fg).

Actually, use `std::index_sequence_for`, instead.

It would fix nothing, but it would make the code clearer. Consider this low priority and something that can be done after C++14 is out. Another example is using enable_if_t...