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 4a8c77f023 - Move and Zoom perf_text example with the mouse
- Reverted to using 4 bits of subpixel precision and computing cross products with 32 bits integers, for perf reasons
- Fixed some confusion in tile array size vs number of elements (could still clean-up naming a bit though)
- Fixed bug where triangles on the left or below canvas boundaries where bucketted to the first colum/row of tiles
- Fixed bug in mouse button message handling (was always sending press on left button)
2023-02-09 13:09:41 +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 working on gles 3.1 canvas on windows 2023-01-31 15:51:50 +01:00
src - Move and Zoom perf_text example with the mouse 2023-02-09 13:09:41 +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 gl canvas renderer with buffer re-specification 2023-02-07 17:00:59 +01:00
build.sh trying to integrate mg_surface_client/server 2022-08-19 19:46:31 +02:00
todo.txt - Move and Zoom perf_text example with the mouse 2023-02-09 13:09:41 +01:00
vector_renderer_notes.txt opengl canvas renderer: splitting vertex data and shape data 2023-02-07 18:59:51 +01:00