~tmayoff

Trackers

~tmayoff/wren

Last active 22 days ago

~tmayoff/stax

Last active 2 months ago

~tmayoff/dex

Last active 3 months ago

~tmayoff/cyclonedds-tools

Last active 3 months ago

#17 Scene Serialization 21 days ago

Comment by ~tmayoff on ~tmayoff/wren

Done with e52d9402488a0c845384d258809903af83c5f9e8

REPORTED RESOLVED CLOSED

#18 Editor looks 22 days ago

Comment by ~tmayoff on ~tmayoff/wren

#18 Editor looks 22 days ago

Ticket created by ~tmayoff on ~tmayoff/wren

  • Setup basic lighting
  • Grid lines

#5 ECS 22 days ago

Comment by ~tmayoff on ~tmayoff/wren

Switched to flecs. ECSs can get seriously complicated

#17 Scene Serialization 27 days ago

Comment by ~tmayoff on ~tmayoff/wren

managed to get the toml stuff working

#17 Scene Serialization 27 days ago

Comment by ~tmayoff on ~tmayoff/wren

Need to choose a good format with a good library to serialize to.

  • toml: was my first choice but toml++'s API is too annoying to use for creating tables.
  • json: I really like nlohmann_json., but don't like dealing with all the fluff and brackets
  • yaml: I'm not a fan of the all whitespace structure but it might be okay if the libraries are good

#5 ECS 27 days ago

Comment by ~tmayoff on ~tmayoff/wren

Currently using entt, just to get past this.

#17 Scene Serialization 27 days ago

Ticket created by ~tmayoff on ~tmayoff/wren

Save/Load scenes from disk. Setup project folders etc.

#16 C# Scripting 27 days ago

Ticket created by ~tmayoff on ~tmayoff/wren

#14 transform component a month ago

Comment by ~tmayoff on ~tmayoff/wren

REPORTED RESOLVED IMPLEMENTED