Category: Programing

It has been awhile since I have done any serious programing. I am dabbling a bit more these days.

Shell or Terminal? Shell Scripting – Part 1

Published on September 8, 2022 at 6:45 pm by LEW

Introduction

This is the first post in a series of posts on shell scripting. The purpose of this series is to familiarize you with the shell and writing your own scripts . However we cannot dive directly into writing scripts without a little background information first. (more…)

SharePin It!

Sierpinski Pyramid POVRay Part 4

Published on June 1, 2022 at 5:18 pm by LEW

Introduction

In this post we setup recursion for Sierpinski’s Pyramid. This is where the rubber meets the road. You may want to review the previous post in this series to see where we are and where we came from. (more…)

SharePin It!

Sierpinski Pyramid POVRay Part 3

Published on June 1, 2022 at 5:02 am by LEW

Introduction

It is time to discuss the math behind Sierpinski’s Pyramid. In the previous post we discussed some aspects of writing POV Ray scene scripting.language. This is a slight departure into the theory and math of the object we are modeling (more…)

SharePin It!

Sierpinski Pyramid POVRay Part 2

Published on May 29, 2022 at 5:03 pm by LEW

Introduction

In this second post of the Sierpinski Pyramid series (the first post can be found here), I will be discussing some POVRay mechanics. I find these tend to make scripting a scene easier for me. But your mileage may vary. (more…)

SharePin It!

Sierpinski Pyramid POVRay Part 1

Published on May 27, 2022 at 11:13 pm by LEW

Introduction

In this series of posts I will be walking through creating Sierpinski’s Pyramid in POV-Ray. I will be covering the math, object creation, and scene setup. (more…)

SharePin It!

« Previous PageNext Page »