Giovanni Bajo

Results 153 comments of Giovanni Bajo

@bsmiles32 hi! Did you finish your work on the wiki? Are you still going to write more?

Thanks. I'm using docker on MacOS for libdragon development and I'm very happy about it. If that can be made to work on Windows, maybe it's a good way to...

> Personal Opinion: MinGW/MSYS and Docker are hacky ways to run Linux inside of Windows. If I wanted to learn Linux, I'll learn Linux in a real system or a...

Pruning images is only required to reclaim disk space for users that heavily build new containers. In case of libdragon users, they would use a single image that does not...

> I am OK to reduce GCC dependency for tools and improving compatibility without introducing too many define guards I'm afraid the two goals are at conflict, generally speaking. For...

I think we're converging on: * Tools: compile with GCC for Windows to have zero hassle with ifdefs. Build can be done on CI. Distribute as binaries for Windows users....

Hi @snacchus thank you very much for the submission! It looks great On first sight. I'll make a first round of review over the weekend.

> I managed to make the example ROM work on hardware. I couldn't verify this in detail, but the floating point exception must have been caused by the perspective matrix...

> As for the triangle drawing function: There are some intricate details about assembling the triangle commands that I just couldn't work out without looking at Fast3D. I'm not sure...

@snacchus I think I've screwed up the rebase. Would you please rebase it on master? I'd love to keep this up to date every once in awhile