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
martinfouilleul 4e816a838b [Clean canvas/shaders]
- Simplified shader names, prefix embedded strings by "glsl_"
- Extracted shader compilation in common function
- Add shader version string and common structs in canvas code rather than in every shader file
- Renamed zIndex with shapeIndex everywhere
2023-02-09 16:14:15 +01:00
examples - Move and Zoom perf_text example with the mouse 2023-02-09 13:09:41 +01:00
ext Desktop opengl 4.3 canvas 2023-02-07 13:24:14 +01:00
resources initial commit 2022-08-14 18:19:40 +02:00
scripts [Clean canvas/shaders] 2023-02-09 16:14:15 +01:00
src [Clean canvas/shaders] 2023-02-09 16:14:15 +01:00
.gitignore using temporary buffer to build canvas verex data and use glBufferData with exact number of vertices to submit buffer to gpu 2023-02-06 16:14:43 +01:00
build.bat [Clean canvas/shaders] 2023-02-09 16:14:15 +01:00
build.sh trying to integrate mg_surface_client/server 2022-08-19 19:46:31 +02:00
todo.txt [Clean canvas/shaders] 2023-02-09 16:14:15 +01:00
vector_renderer_notes.txt opengl canvas renderer: splitting vertex data and shape data 2023-02-07 18:59:51 +01:00