dyna3/app-proto/src
Aaron Fenyes 7bc3a9eeae Make the next element serial number thread-local
In the last revision, the next element serial number was thread-safe,
but that might be overdoing it. I suspect that elements will only ever
be created from the main thread.
2024-11-18 20:29:53 -08:00
..
add_remove.rs Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
assembly.rs Make the next element serial number thread-local 2024-11-18 20:29:53 -08:00
display.rs Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
engine.rs Integrate engine into application prototype (#15) 2024-11-12 00:46:16 +00:00
identity.vert feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
inversive.frag feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
main.rs Integrate engine into application prototype (#15) 2024-11-12 00:46:16 +00:00
outline.rs Assign each element a serial number 2024-11-18 16:08:06 -08:00