GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://cubosengine.org
MIT License
83 stars 36 forks source link

Move Opt to the memory namespace #1212

Closed RiscadoA closed 3 months ago

RiscadoA commented 4 months ago

Problem

Currently it is part of the ecs module, which doesn't make sense.

Solution

It should be in the memory namespace, perhaps.