Tag: Entities

New book uses AI to picture entities encountered during DMT experiences

Planned for publication in 2024, The Illustrated Guide to the DMT Entities is a book written by the researcher David Jay Brown and the artist Sarah Phinn. Their objective is to map the entities with which DMT users have encountered with the help of illustrations created with the generative...

Building an ECS #1: Where are my Entities and Components

This is the first in a series of posts about how to build an Entity Component System. Each post will cover a different part of the design and turn it inside out, so that at the end of each post you will have enough information to implement one yourself. In this first entry I will go over the data...