This repo is not used anymore. Development of Orca was moved here: https://github.com/orca-app/orca https://orca-app.dev/
Go to file
Martin Fouilleul bfc19665ce [util]
- shorten str8_lit macro to STR8
- use strlen() in STR8 and remove str8_from_cstring(). Usage with string literal seem to always be optimized by compile-time constant, so there's little need for a confusing macro that only works with literals and breaks with pointers.
- replaced str8_unbox() with str8_lp/str8_ip
2023-03-08 11:40:40 +01:00
examples [util] 2023-03-08 11:40:40 +01:00
ext end of line renormalization 2023-03-05 16:05:43 +01:00
resources adding image with transparency (top512.png) in resources to test transparency/overlaying 2023-02-27 19:34:54 +01:00
scripts end of line renormalization 2023-03-05 16:05:43 +01:00
src [util] 2023-03-08 11:40:40 +01:00
.gitignore end of line renormalization 2023-03-05 16:05:43 +01:00
build.bat end of line renormalization 2023-03-05 16:05:43 +01:00
build.sh [osx build/linking] 2023-02-21 17:09:26 +01:00