Refactor device models to use resource generation at startup instead of data generation #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Data generation is quite a pain to work with, since when you add a new device and forget to rerun datagen, its model will be a missing texture, and you can't see the ports.
Also, having to redraw the device's front every single time gets old really quickly.
And supplying only an icon would let us implement a nice client-side preview of what every single device is just by looking at the front. (The front face currently doesn't show the type of device, which can make big patches hard to follow.)