orca/samples
Martin Fouilleul 75621d85a5 Big renaming and consistency pass, including:
- "Namespacing" the Orca APIs by adding the oc_ prefix everywhere
- Naming consistency tweaks, eg create_from_memory vs. create_from_data
- Adhering to a more consistent convention when pairing functions defining entities lifetime, eg. create/destroy, push/clear, alloc/recycle, init/cleanup
- Preferring oc_str8 to const char*, except when we expect lots of C string literals (e.g. when tagging UI widgets) or when it would be annoying to systematically wrap data we want to read/write into a string
- Reorganize macros for asserts/logging, and properly exposing them to the apps with non conflicting names
- Generally rearrange some bits and pruning unused stuff to make things more navigable
2023-08-18 16:30:55 +02:00
..
fluid Big renaming and consistency pass, including: 2023-08-18 16:30:55 +02:00
glesTriangle Big renaming and consistency pass, including: 2023-08-18 16:30:55 +02:00
pong Big renaming and consistency pass, including: 2023-08-18 16:30:55 +02:00
ui Big renaming and consistency pass, including: 2023-08-18 16:30:55 +02:00