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 35e396e4c4 [canvas cleanup]
- Remove attributes/color arguments in functions where we don't need them anymore (since they're defined when calling mg_next_shape())
- Renamed "_with_zindex" functions with "_path" -> these function only fill a path (eg rect), but don't increment the current shape
2023-02-09 17:02:58 +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 [canvas cleanup] 2023-02-09 17:02:58 +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 [canvas cleanup] 2023-02-09 17:02:58 +01:00
vector_renderer_notes.txt opengl canvas renderer: splitting vertex data and shape data 2023-02-07 18:59:51 +01:00