Comment by ~tmayoff on ~tmayoff/wren
Done with e52d9402488a0c845384d258809903af83c5f9e8
REPORTED
RESOLVED CLOSEDTicket created by ~tmayoff on ~tmayoff/wren
- Setup basic lighting
- Grid lines
Comment by ~tmayoff on ~tmayoff/wren
Switched to flecs. ECSs can get seriously complicated
Comment by ~tmayoff on ~tmayoff/wren
managed to get the toml stuff working
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
Comment by ~tmayoff on ~tmayoff/wren
Currently using entt, just to get past this.