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 5a19c03ad6 [canvas] removing unused old atlasing api 2023-02-28 18:47:45 +01:00
examples [canvas] decompose image atlas API into simple rect atlas API + image atlas helpers. This avoids creating a bunch of new types/handles, and exposes the underlying image/sourceRegion so that user code can freely use these for more complex scenarios (eg drawing only a sub-region of an atlased image, or using an atlas image for arbitrary path filling) 2023-02-28 16:54:39 +01:00
ext add GLES headers to ext 2023-02-17 18:57:01 +01:00
resources adding image with transparency (top512.png) in resources to test transparency/overlaying 2023-02-27 19:34:54 +01:00
scripts hardcode GL/GLES versions per-platform for now 2023-02-22 18:30:10 +01:00
src [canvas] removing unused old atlasing api 2023-02-28 18:47:45 +01:00
.gitignore [canvas] simple image API 2023-02-24 12:01:00 +01:00
build.bat [win32 build] use /DELAYLOAD option for libEGL and libGLESv2 to allow apps that don't use GLES backend to work without redistributing those unused DLLs 2023-02-21 19:02:16 +01:00
build.sh [osx build/linking] 2023-02-21 17:09:26 +01:00
vector_renderer_notes.txt [surface/canvas cleanup] 2023-02-10 16:56:10 +01:00