Commit Graph

123 Commits

Author SHA1 Message Date
983f4fd7f7 fix iOS pencil force clamp 2019-11-16 23:26:40 +01:00
3dae95023f add renderdoc api 2019-11-16 17:32:06 +01:00
6581a92f40 add auto-timelapse option 2019-11-14 22:23:20 +01:00
56fc581b04 implement aligned memory to speed up video frame encoding 2019-11-13 23:27:32 +01:00
7b544522cf notify rec_loop on draw_commit 2019-11-09 14:58:15 +01:00
a00f78de80 move time-lapse frame grab from tick to rec_loop 2019-11-09 14:14:59 +01:00
52ad58aec4 use PBO for timelapse data read 2019-11-05 18:25:25 +01:00
83222c066b fix iOS save picker 2019-11-03 19:55:13 +01:00
ee94e0ad86 add export timelapse 2019-11-03 01:07:13 +01:00
83ba717d5b save timelapse stream to file 2019-11-02 18:05:24 +01:00
7db1739df6 timelapse frame on stroke idle 2019-11-02 15:13:31 +01:00
167cceabfd test equirect timelapse 2019-11-02 14:36:44 +01:00
9eecf60219 add MP4Encoder class and test timelapse exporting 2019-10-31 23:22:09 +01:00
22a035f227 fix osx close 2019-10-20 17:26:49 +02:00
0d575be198 fix scroll 2019-10-20 16:13:24 +02:00
e30ac277c1 update Xcode project 2019-10-19 23:44:55 +02:00
27576443ca improve animation panel 2019-10-19 22:30:44 +02:00
d35ab08ffb add animation playback 2019-10-19 01:12:58 +02:00
467e83b69e fix scroll node, improve animation panel 2019-10-18 22:53:17 +02:00
4e0520da80 implement frames save and open from ppi 2019-10-17 23:41:37 +02:00
babbfb36a7 add web sync files and key events 2019-10-11 00:44:11 +02:00
a669d1313b add javascript binding and file picker for web 2019-10-08 23:16:04 +02:00
f2a73a905d add webgl support 2019-10-05 21:08:40 +02:00
96f8cb72d2 add linux support 2019-10-03 22:45:01 +02:00
0a8c3aeaf2 add layout designer 2019-09-26 09:55:54 +02:00
cfdf428a9b add iOS and macOS icons 2019-09-23 18:06:20 +02:00
3f28fd9229 confirm dialog when opening from shell 2019-09-23 12:29:25 +02:00
034828155d remove redundant updates 2019-09-23 01:00:12 +02:00
0353d323a4 implement export/import ppbr 2019-09-03 11:56:34 +02:00
c1bd377ee8 fix combobox issue, pad scissor by 1px 2019-08-17 10:20:05 +02:00
e959fb4d91 update yoga 2019-08-14 22:49:45 +02:00
67dd9a2456 change font scale based on ui scale, fix brush outline color 2019-08-08 23:50:45 +02:00
32667b709e fix quest vr threading 2019-08-01 18:22:31 +02:00
945028f171 fix glsl float interpolation, fix layers on ui reload, add vr thread for Quest 2019-07-30 22:10:48 +02:00
5fc27ebb14 fix some lambda ref, use global android_app variable instead of passing as argument, fix clipboard utf issue by using byte array 2019-07-25 08:11:48 +02:00
4b73647c98 move the ui/shaders reload into the ui thread, add rtt region copy, add box/rect conversion 2019-07-17 07:04:44 +02:00
6a0b654228 fix checkbox icon update, add unique check on async tasks 2019-07-14 21:56:43 +02:00
f93be10883 attach jni to ui thread, fix bucket bounding box 2019-07-14 15:59:34 +02:00
80b78ac0af cleanup Objective-C code from C++ 2019-07-13 19:00:25 +02:00
2e5ea079c8 move dirs init for iOS and OSX 2019-07-13 16:49:13 +02:00
ea0679dfe5 update iOS project 2019-07-12 10:47:58 +02:00
c4633a906f update osx project 2019-07-11 22:33:58 +02:00
b89274e7a6 App::I static singleton to pointer 2019-07-11 18:08:17 +02:00
80b9a4d281 add general async swap 2019-07-10 23:33:46 +02:00
48c39c4ef2 improve dialog browse, wrap ui task for every Node method that modifies the children list, update the ui every time the scene tree changes, restore fps and stylus state on win, fix bucket tool, fix snapshop restore, init in ui thread 2019-07-10 21:08:14 +02:00
4cbf0c47b4 add glad to load OpenGL extensions 2019-07-09 11:07:01 +02:00
cb6744be44 move render thread to App class and add ui thread with ui tasks queue 2019-07-09 01:07:13 +02:00
f7ead8e157 remove all async_start/end calls 2019-07-08 16:57:30 +02:00
0012e2ce9b render implement thread, wrap GL commands into tasks 2019-07-06 22:25:07 +02:00
db27334ce5 check glDebugMessageCallback 2019-06-27 10:54:51 +02:00