Nick Fisher
|
4fbc113fcb
|
chore: add viewport test
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
4d3d744cd6
|
feat: layers, grid
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
21416fa8c8
|
feat: layers, grid
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
f2f973bf00
|
feat: ignore grid overlay and gizmo center when picking, implement highlighting
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
0c655dbfd4
|
feat: SceneManager updates (setLayer, add grid, queueRelativePositionUpdateWorld
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
ebac947c92
|
feat: expose set_layer_enabled, get_camera_fov and queue_relative_position_updateg_world_axis to ThermionDartApi.h
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
ce85a9d0b1
|
feat: add getCameraFov to FilamentViewer
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
f114ca33d5
|
feat: add new grid overlay files to web CmakeLists
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
850628f7f6
|
chore: rebuild materials
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
8f2cd5a353
|
add grid overlay
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
f6f12e2566
|
use inactive/active color gizmo
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
3512ed6da3
|
chore: don't use shader to overlay gizmo
|
2024-10-23 14:44:30 +08:00 |
|
Nick Fisher
|
4a29a77a78
|
feat: re-implement (native) Gizmo class, expose preserveScaling parameter for setParent, add methods for getting viewport bounding box from renderable entity
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
aa17962936
|
fix: (web) add emscripten guards for flushAndWait call when swapchain destroyed
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
10cab8dcb4
|
feat!: (web) (flutter) create canvas when createViewer is called (no longer need to manually add canvas element to web HTML)
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
0a720fae72
|
feat: add capture() function and expose viewportDimensions on ThermionViewer (allows easier saving of captured images to PNG)
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
0153b5be22
|
feat: (web) allow table growth in emscripten module for passing C-style callback function pointers
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
479a9ead03
|
feat: (web) add capture() method and missing camera navigation controls
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
9e3311c6f9
|
feat!: update web/http dependencies
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
88257c7e03
|
feat: download WASM module directly on web (no need to embed in index.html any more) and expose updateViewportAndCameraProjection
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
a30e2f295f
|
feat: add startOffset parameter to gltf playAnimation
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
96ad9dee18
|
chore(release): publish packages
- thermion_dart@0.1.3
- thermion_flutter_ffi@0.1.0+12
- thermion_flutter_web@0.0.3
- thermion_flutter_platform_interface@0.1.0+11
- thermion_flutter@0.1.1+13
|
2024-10-23 14:44:29 +08:00 |
|
Nick Fisher
|
41bf9ededa
|
feat: add clearMorphAnimationData function
|
2024-07-23 09:38:26 +08:00 |
|
Hannes Hultergård
|
d745712650
|
Add example files that can be parsed by pub.dev
|
2024-07-23 09:38:26 +08:00 |
|
Nick Fisher
|
3597077d39
|
chore(release): publish packages
- thermion_dart@0.1.2
- thermion_flutter_ffi@0.1.0+10
- thermion_flutter_web@0.0.2
- thermion_flutter@0.1.1+11
- thermion_flutter_platform_interface@0.1.0+10
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
7704a06601
|
fix: manually remove leading slash for compiler path on Windows when building for Android
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
cde3af08aa
|
fix: web/JS bool checks need to compare to int
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
7418fb867d
|
feat: allow passing assetPathPrefix to ThermionViewerWasm to account for Flutter build asset paths
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
ce71e09f65
|
fix: shadow JS<->WASM bridge methods
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
5dec13f00b
|
chore(release): publish packages
- thermion_dart@0.1.1+5
- thermion_flutter_web@0.0.1+9
- thermion_flutter@0.1.1+10
- thermion_flutter_platform_interface@0.1.0+9
- thermion_flutter_ffi@0.1.0+9
|
2024-07-04 14:44:04 +08:00 |
|
Nick Fisher
|
7b97b2e6c3
|
save fetched resources to IndexedDB on web
|
2024-07-04 14:19:37 +08:00 |
|
Nick Fisher
|
168f46cf56
|
add shadow methods to wasm/js viewers
|
2024-07-04 14:19:04 +08:00 |
|
Nick Fisher
|
5622b0ce9f
|
chore(release): publish packages
- thermion_dart@0.1.1+4
- thermion_flutter_web@0.0.1+8
- thermion_flutter@0.1.1+9
- thermion_flutter_platform_interface@0.1.0+8
- thermion_flutter_ffi@0.1.0+8
|
2024-07-02 16:18:17 +08:00 |
|
Nick Fisher
|
c7a0b2f5cc
|
fix: defer creating image entity/material/etc until actually requested
feat: expose shadow options
|
2024-07-02 16:17:36 +08:00 |
|
Nick Fisher
|
ad28e5484c
|
chore(release): publish packages
- thermion_dart@0.1.1+3
- thermion_flutter@0.1.1+8
- thermion_flutter_web@0.0.1+7
- thermion_flutter_platform_interface@0.1.0+7
- thermion_flutter_ffi@0.1.0+7
|
2024-06-27 21:06:46 +08:00 |
|
Nick Fisher
|
b91d629b90
|
docs: update homepage links and minor documentation updates
|
2024-06-27 21:05:44 +08:00 |
|
Nick Fisher
|
51d79c7626
|
fix: bump ffigen dependency version & regenerate bindings (and revert to ffi.Int rather than ffi.Int32)
|
2024-06-26 12:46:56 +08:00 |
|
Nick Fisher
|
4955837518
|
chore(release): publish packages
- thermion_dart@0.1.1+2
- thermion_flutter@0.1.1+7
- thermion_flutter_ffi@0.1.0+6
- thermion_flutter_platform_interface@0.1.0+6
- thermion_flutter_web@0.0.1+6
|
2024-06-26 00:12:32 +08:00 |
|
Nick Fisher
|
0e9cf76592
|
chore(release): publish packages
- thermion_dart@0.1.1-dev.0+2
- thermion_flutter@0.1.1-dev.0+7
- thermion_flutter_platform_interface@0.1.0-dev.0+6
- thermion_flutter_web@0.0.1-dev.0+6
- thermion_flutter_ffi@0.1.0-dev.0+6
|
2024-06-26 00:10:56 +08:00 |
|
Nick Fisher
|
81be5e25f7
|
fix: revert to std::thread (pthreads not easily available on Windows)
|
2024-06-26 01:50:22 +10:00 |
|
Nick Fisher
|
e8e1684694
|
fix: on Windows, pass static libs via -l rather than custom linkWith property so build.dart stays compatible between published & custom versions
|
2024-06-26 01:49:37 +10:00 |
|
Nick Fisher
|
c635bd3813
|
chore(release): publish packages
- thermion_dart@0.1.1+1
- thermion_flutter@0.1.1+6
- thermion_flutter_web@0.0.1+5
- thermion_flutter_platform_interface@0.1.0+5
- thermion_flutter_ffi@0.1.0+5
|
2024-06-22 10:29:41 +08:00 |
|
Nick Fisher
|
b4f9a5c2af
|
docs: update with links to playground
|
2024-06-22 10:29:08 +08:00 |
|
Nick Fisher
|
0222ba2d6c
|
chore(release): publish packages
- thermion_dart@0.1.1
|
2024-06-21 17:18:43 +08:00 |
|
Nick Fisher
|
a066df55f9
|
chore(release): publish packages
- thermion_dart@0.1.0+4
- thermion_flutter_web@0.0.1+4
- thermion_flutter_platform_interface@0.1.0+4
- thermion_flutter@0.1.1+5
- thermion_flutter_ffi@0.1.0+4
|
2024-06-21 16:52:19 +08:00 |
|
Nick Fisher
|
aa85dcfa20
|
fix: add dummy asset to build.dart on Linux builds so we can use the package on a Linux host
|
2024-06-21 16:52:10 +08:00 |
|
Nick Fisher
|
a3370a775f
|
chore(release): publish packages
- thermion_dart@0.1.0+3
- thermion_flutter_web@0.0.1+3
- thermion_flutter@0.1.1+4
- thermion_flutter_platform_interface@0.1.0+3
- thermion_flutter_ffi@0.1.0+3
|
2024-06-21 16:21:02 +08:00 |
|
Nick Fisher
|
b889fddcfa
|
fix: exit build.dart early on Linux builds so we can use the package on a Linux host
|
2024-06-21 16:20:42 +08:00 |
|
Nick Fisher
|
090c36c92b
|
chore(release): publish packages
- thermion_dart@0.1.0+2
- thermion_flutter_ffi@0.1.0+2
- thermion_flutter_web@0.0.1+2
- thermion_flutter@0.1.1+3
- thermion_flutter_platform_interface@0.1.0+2
|
2024-06-21 15:24:19 +08:00 |
|
Nick Fisher
|
9eb2285433
|
refactor: rearrange some stubs/imports for easier web WASM deployment
|
2024-06-21 15:20:08 +08:00 |
|