Tag: Abstract

What is Abstract Algebra?

Abstract algebra is one of the foundational fields of modern mathematics. It contains a wide variety of subfields and has an immense number of applications. More specifically, abstract algebra is the study of algebraic structures, which are all sorts of things like groups, rings,&nbsp...

What is Abstract Algebra?

Abstract algebra is one of the foundational fields of modern mathematics. It contains a wide variety of subfields and has an immense number of applications. More specifically, abstract algebra is the study of algebraic structures, which are all sorts of things like groups, rings,&nbsp...

Unity 2D Mobile Adventure: Designing an Abstract Class for the Monsters

Today, I was continuing the GameDevHQ 2D Mobile Adventure project, and the goal for today was to design a parent script for the monster objects. This script will cover all monster basic movements and trigger their animations. Then, through inheritance, I’ll create scripts for each unique monst...

Mesmerizing Abstract Murals & Flow States

Does this wall look familiar? Our friend Dulk (story here) painted this wall in 2017. In 2020 the wall was vandalized and after much discussion, the decision was made to paint the wall white. In comes Brendan Monroe, a contemporary artist based in Los Angeles, who brought the wall bac...

Life Drawing: Lots of beards and abstract skin!

I attended the latest of the new(now-ish) life drawing group in my city which runs themed drawing events each month. This month’s theme was “Rome”, as articulated by a selection of props (which save for a big stick the model lent on a few times I actually mostly ignored!), and some...

From Canvas to Covert Ops: The Hush-Hush History of Abstract Expressionism

Ever visited the grand art museums in New York or some other major US city and been left scratching your head? You walk into a large, hallowed hall, and there it is — an entire section dedicated to what looks like the aftermath of a toddler’s unsupervised playdate with paint. T...

Abstract: The Art of Design — Platon

I have found Netflix shows to be a bit hit and misss, but their documentary series “Abstract: The Art of Design” is one of the best things I’ve watched in a long time. There are 8 episodes in the first season — fingers crossed for more — and each one follows a creative ...

The Abstract Factory Pattern in Swift: A Comprehensive Guide

The Abstract Factory Pattern is a design pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes. In this guide, we will explore the concept of the Abstract Factory Pattern in Swift, its usage, provide a conceptual example, a...