Lensman

Results 27 comments of Lensman

Was he using overflows in his algorithms for speed?

I'm undecided on which is better, seperate files, and using directory structure to organise, or IFDEFS. The advantage of the latter is that it's more likely you'll see bugs when...

I've already started on this using the improved ifdef structure. There is also the USEV5ASM define, which is similar, so we'll have to be careful to only use USEV5ASM for...

No worries, I'll make those changes. Is the NOASM flag staying around for good so we can still have a pure C version in future?

Just redid voxlap5.cpp and ksnippets.h in the new format.

Those vector extensions look handy. Most of the time I use GLM which is pretty solid, but I like the idea of builtins.

It's a library which mimics the matrix and vector functions of OpenGL, check it out if you do any GL work it is a real boon.

Ah, good stuff. Just to clarify, when you say rebase do you mean git merge base? I've started from a fresh copy from Ken's site, and I'm refactoring it, so...

These changes to s6.asm may cause conflicts with the --prefix _ directive on the nasm build path in nmake.mak, just heads up if you start getting unresolved externals.

Seems worthwhile, especially converting to intrin.