Experiments In 3D Graphics Via Excel

3D graphics were once the domain of university research groups and large, specialized computing systems. Eventually, they were tamed and became mainstream. Your phone, tablet, and home computer are all perfectly capable of generating moving 3D graphics. Incidentally, so is Microsoft Excel.

This is the work of of [s0lly], who …read more

Continue reading Experiments In 3D Graphics Via Excel

Minecraft Is Getting a Whole New Look With Ray Tracing Support

Minecraft’s upcoming support for ray tracing will introduce a new look for Minecraft, adding realistic lighting, volumetric water, vibrant colors, and emissive textures
The post Minecraft Is Getting a Whole New Look With Ray Tracing Support appeared fi… Continue reading Minecraft Is Getting a Whole New Look With Ray Tracing Support

Tiny Ray Tracer Fits In 64 Bytes

Throughout human history, people try to make the biggest, the fastest, and — sometimes — the smallest. [Hellmood] falls into the latter category and proves it with a 64 byte interactive 3D raycasting application for MSDOS.

Why MSDOS? We suppose why not? The .COM file format is lean, and you can take over everything without a lot of work. If the program were huge, it wouldn’t be very impressive. There are 64 shades of gray which is odd looking these days, however there are versions that use various color palettes and each one fits in 64 bytes or less. There’s …read more

Continue reading Tiny Ray Tracer Fits In 64 Bytes

Hack Excel for 3D Rendering

[C Bel] teaches Excel and he has a problem. Most of us — especially us Hackaday types — immediately write a VBA (Visual Basic for Applications) macro to do tough things in Excel. Not only is this difficult for non-technical users, but it also isn’t as efficient, according to [C Bel]. To demonstrate that VBA macros are not always needed, he wrote a 3D game engine using nothing but Excel formulae. He did have to resort to VBA to get user input and in a very few cases to improve the performance of large algorithms. You can see his result …read more

Continue reading Hack Excel for 3D Rendering