Commit Graph

850 Commits

Author SHA1 Message Date
Nick Fisher 0e0b9d2901 Merge pull request #27 from jarrodcolburn/patch-3
Update README.md - code block
2024-06-07 10:44:44 +08:00
Nick Fisher 34707c944b Merge branch 'master' into patch-3 2024-06-07 10:44:35 +08:00
Nick Fisher 1c5c29f1d2 Merge pull request #26 from jarrodcolburn/patch-1
Update README.md - beta requirement
2024-06-07 10:44:01 +08:00
Nick Fisher 9330e2b7a7 Merge pull request #28 from jarrodcolburn/patch-2
Update README.md -version table
2024-06-07 10:43:42 +08:00
jarrodcolburn 57fb7c985f Update README.md - code block
add language to codeblocks to enable color coding
2024-05-11 12:51:09 -05:00
jarrodcolburn e01e08e4d1 Update README.md -version table
attempt to fix versioning table
2024-05-11 12:49:10 -05:00
jarrodcolburn dca77a9cab Update README.md
removed portion where is said needs to be on beta channel for `3.16.0-0.2.pre` since stable is on 3.19
2024-05-11 12:32:20 -05:00
Nick Fisher 440aa11935 Update README.md 2023-11-17 22:32:16 +08:00
Nick Fisher 76f723c497 Makefile/README updates v0.6.0 2023-11-09 12:24:22 +08:00
Nick Fisher a1f2b245ff move Makefile to macos folder and update instructions 2023-11-09 12:12:04 +08:00
Daverin 672952f8a0 cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241
cherry-pick a0671a9b6f084ee02f1f5b7000e34f884fd27241
2023-11-09 12:04:24 +08:00
Nick Fisher 395de95d37 more methods for projection/culling projection matrices & frustum 2023-11-09 11:41:40 +08:00
Nick Fisher e1141098d0 example project fixes 2023-11-09 11:22:56 +08:00
Nick Fisher 2db353cc3b add getCameraFrustum() and getCameraProjectionMatrix() 2023-11-08 20:30:14 +08:00
Nick Fisher 962d53442f update macOS 2023-11-08 17:47:21 +08:00
Nick Fisher af543f46b2 add onLoad/onUnload streams 2023-11-08 17:47:11 +08:00
Nick Fisher 7b0dcf2c1c update integration test 2023-11-08 17:46:23 +08:00
Nick Fisher e15722b15b fix Android example project 2023-11-07 15:12:36 +08:00
Nick Fisher 0748323316 add free() method for stability on Windows 2023-11-07 17:54:57 +11:00
Nick Fisher e42d5e6263 correctly initialize manipulatorMode to default 2023-11-07 17:49:21 +11:00
Nick Fisher a2543aa69d fix hasViewer check in example ControllerMenu 2023-11-07 17:26:15 +11:00
Nick Fisher 921f654978 update generated_bindings with consistent assetId flutter_filament_plugin 2023-11-07 17:25:36 +11:00
Nick Fisher 914b2fad94 remove old web build folder 2023-11-07 16:58:20 +11:00
Nick Fisher 03fe1a097b update pubspec.lock 2023-11-07 13:15:27 +08:00
Nick Fisher b5fffe617e use ffi-native for generated bindings 2023-11-07 13:15:12 +08:00
Nick Fisher 60ed8443b2 example project fixes 2023-11-07 13:14:46 +08:00
Nick Fisher 2882f9739d Merge pull request #13 from odd-io/feature-code-quality
Refactored /lib code to reduce analyze warnings
2023-11-07 08:42:49 +08:00
Nick Fisher 59936c6220 Merge pull request #12 from odd-io/feature-add-github-actions
Add GitHub Actions workflows
2023-11-07 08:41:11 +08:00
LukasPoque 509a480603 add GitHub Actions workflows for Dart Analyzer and
PubDev Score calculation
2023-11-06 17:35:31 +01:00
LukasPoque 93693788ac fix dart docs to match the method args naming 2023-11-06 17:19:40 +01:00
LukasPoque 793bc6ca32 Refactor gesture type enum to use camelCase 2023-11-06 17:13:25 +01:00
LukasPoque 9862f39bcd fix lint warnings through ignore lines 2023-11-06 17:13:13 +01:00
LukasPoque 1c55526463 Refactor FilamentControllerFFI class to use entity
instead of asset  to match overridden method
2023-11-06 17:12:03 +01:00
LukasPoque 229357d8b9 Change print to log to follow bp 2023-11-06 16:55:52 +01:00
LukasPoque 94680c6db7 Fix typos and comments in FilamentControllerFFI
and AnimationBuilder classes
2023-11-06 16:41:07 +01:00
LukasPoque 851d2df84e Run dart fix in lib 2023-11-06 14:27:16 +01:00
Nick Fisher 8120cbea6d properly free memory in model/view matrix getters 2023-11-03 22:43:04 +08:00
Nick Fisher 48be185bba start using menu for example project & add methods for getting camera model/view matrices 2023-11-03 22:17:39 +08:00
Nick Fisher f5cc7a8174 update example project 2023-11-03 17:28:25 +08:00
Nick Fisher 58a9542121 add model/view matrix getters & manipulator options 2023-11-03 15:20:15 +08:00
Nick Fisher 83469e93b9 add new interface methods for camera 2023-11-03 13:18:04 +08:00
Nick Fisher 7700ead724 remove delay on resume 2023-11-03 13:10:22 +08:00
Nick Fisher 5ba5d7d6ea add mutex for animation updates 2023-11-03 13:10:02 +08:00
Nick Fisher 6671ced45d add delay to setRendering when coming back from inactive 2023-11-02 22:05:57 +08:00
Nick Fisher a366867d91 correctly complete completer when resizing while unmounted and log any errors on resize 2023-11-01 14:05:49 +08:00
Nick Fisher 214510b595 remove wasm_ffi dependency 2023-11-01 13:47:25 +08:00
Nick Fisher aa6ad3cc4b fix integration test 2023-10-28 15:21:04 +08:00
Nick Fisher 23364ba9a2 Merge branch 'develop' of github.com:nmfisher/polyvox_filament into develop 2023-10-28 15:17:32 +08:00
Nick Fisher 78094fbf61 update example project 2023-10-27 20:58:33 +08:00
Nick Fisher 4280172767 remove old Method Channel FilamentController 2023-10-27 20:57:33 +08:00