Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge filament basic render infrastructure #9

Merged
merged 42 commits into from
Feb 29, 2024
Merged

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    cc3eb54 View commit details
    Browse the repository at this point in the history
  2. format cpp

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0f7de42 View commit details
    Browse the repository at this point in the history
  3. create camera

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    87a2ebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7562bf3 View commit details
    Browse the repository at this point in the history
  5. wip: asset loading

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8064705 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84ddaf3 View commit details
    Browse the repository at this point in the history
  7. wip

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1f35415 View commit details
    Browse the repository at this point in the history
  8. use getter camera

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7588a0d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:margelo/react-native-filament into …

    …feat/first-render-api
    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4be6e4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e3b6eb View commit details
    Browse the repository at this point in the history
  11. wip: adding missing types

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6794753 View commit details
    Browse the repository at this point in the history
  12. setup swap chain

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2c109ac View commit details
    Browse the repository at this point in the history
  13. cleanup

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    88b8a4c View commit details
    Browse the repository at this point in the history
  14. implemented renderer methods

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7b0ca1a View commit details
    Browse the repository at this point in the history
  15. cleanup

    hannojg committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    628084c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    639249b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    7dbbebf View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. cleanup listener

    hannojg committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2026812 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    23ad358 View commit details
    Browse the repository at this point in the history
  2. new render implementation

    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f1118e0 View commit details
    Browse the repository at this point in the history
  3. cleanup

    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5ff5f8c View commit details
    Browse the repository at this point in the history
  4. remove choreographer listener

    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    73ef9f9 View commit details
    Browse the repository at this point in the history
  5. export the types

    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a62bb78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    949656a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bd1f07 View commit details
    Browse the repository at this point in the history
  8. Update FilamentView.java

    mrousavy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c72e4a1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:margelo/react-native-filament into …

    …feat/first-render-api
    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    13c337c View commit details
    Browse the repository at this point in the history
  10. check-all

    hannojg committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    05829a4 View commit details
    Browse the repository at this point in the history
  11. Update package/cpp/core/EngineWrapper.cpp

    Co-authored-by: Marc Rousavy <me@mrousavy.com>
    hannojg and mrousavy authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4f31f90 View commit details
    Browse the repository at this point in the history
  12. Update package/cpp/core/RendererWrapper.cpp

    Co-authored-by: Marc Rousavy <me@mrousavy.com>
    hannojg and mrousavy authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fede57d View commit details
    Browse the repository at this point in the history
  13. Update package/cpp/core/RendererWrapper.cpp

    Co-authored-by: Marc Rousavy <me@mrousavy.com>
    hannojg and mrousavy authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    363c423 View commit details
    Browse the repository at this point in the history
  14. Update package/cpp/core/RendererWrapper.cpp

    Co-authored-by: Marc Rousavy <me@mrousavy.com>
    hannojg and mrousavy authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e2f46d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. comment manipulator

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    826ba3d View commit details
    Browse the repository at this point in the history
  2. remove todo, add comment

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9ca913a View commit details
    Browse the repository at this point in the history
  3. remove empty decl

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b9a40c8 View commit details
    Browse the repository at this point in the history
  4. Update package/cpp/core/EngineWrapper.cpp

    Co-authored-by: Marc Rousavy <me@mrousavy.com>
    hannojg and mrousavy authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    61fa84e View commit details
    Browse the repository at this point in the history
  5. clean

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    47b637b View commit details
    Browse the repository at this point in the history
  6. name values

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4c599dd View commit details
    Browse the repository at this point in the history
  7. remove unnecessary check

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1bad969 View commit details
    Browse the repository at this point in the history
  8. remove unnecessary check

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    07ca08e View commit details
    Browse the repository at this point in the history
  9. fix swap chain wrapper

    hannojg committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0de95a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. cleanup

    hannojg committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4b96738 View commit details
    Browse the repository at this point in the history