TheCurle
TheCurle pushed to master at TheCurle/Erythro 2023-04-23 16:32:59 +00:00
216d6c6b5e Refactor to generalise assembler output
TheCurle pushed to curle/assets at TheCurle/umbra 2023-03-13 15:25:41 +00:00
49ee9fc10d Resource and Resource Managers.
TheCurle opened issue TheCurle/umbra#5 2023-03-12 16:52:08 +00:00
Filesystem
TheCurle pushed to curle/assets at TheCurle/umbra 2023-03-12 16:44:28 +00:00
b723a0778f FileSystem specializations for Disk & VFS operations.
5e60726a2b File & FileSystem abstractions
Compare 2 commits »
TheCurle created branch curle/assets in TheCurle/umbra 2023-03-12 16:44:28 +00:00
TheCurle commented on issue TheCurle/umbra#4 2023-03-12 14:25:31 +00:00
Spatial Components

A draft of the Spatial Component API is in cb545da50f.

TheCurle opened issue TheCurle/umbra#4 2023-03-12 14:25:09 +00:00
Spatial Components
TheCurle pushed to curle/ecs at TheCurle/umbra 2023-03-12 14:20:05 +00:00
cb545da50f Entity Spatial Component API draft.
TheCurle commented on issue TheCurle/umbra#3 2023-03-12 13:17:12 +00:00
System API

A draft of the System API is implemented in 4ab31de209.

TheCurle pushed to curle/ecs at TheCurle/umbra 2023-03-12 13:16:56 +00:00
4ab31de209 Entity System API draft.
TheCurle opened issue TheCurle/umbra#3 2023-03-12 13:04:40 +00:00
System API
TheCurle commented on issue TheCurle/umbra#2 2023-03-12 12:58:44 +00:00
Scenes and Sections

A draft of the Scene API is added in 5c4137506b.

TheCurle pushed to curle/ecs at TheCurle/umbra 2023-03-12 12:58:26 +00:00
5c4137506b Entity Scene API draft
TheCurle commented on issue TheCurle/umbra#2 2023-03-12 12:05:32 +00:00
Scenes and Sections

A draft of the Section API is added in cc5400587c.

TheCurle pushed to curle/ecs at TheCurle/umbra 2023-03-12 12:05:11 +00:00
cc5400587c Entity Section API draft
TheCurle opened issue TheCurle/umbra#2 2023-03-11 08:24:37 +00:00
Scenes and Sections
TheCurle commented on issue TheCurle/umbra#1 2023-03-11 07:57:38 +00:00
Component API

A draft of this API is implemented in 33b27fc9a1.

TheCurle pushed to curle/ecs at TheCurle/umbra 2023-03-11 07:57:10 +00:00
33b27fc9a1 Component API draft
TheCurle commented on issue TheCurle/umbra#1 2023-03-11 07:42:46 +00:00
Component API
/**
 * A Component is a part of an Entity that stores and manages data.
 * This data is held separately from the Entity that requests it.
 *
 * Components can be Spatial…
TheCurle opened issue TheCurle/umbra#1 2023-03-11 07:30:54 +00:00
Component API