这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mosure/bevy_gaussian_splatting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: mosure/bevy_gaussian_splatting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 20 commits
  • 50 files changed
  • 1 contributor

Commits on Nov 9, 2023

  1. docs: more goals

    mosure committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4afdfda View commit details
    Browse the repository at this point in the history
  2. docs: grouping is implicit

    mosure authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a17fe68 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. docs: more goals

    mosure committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9998aba View commit details
    Browse the repository at this point in the history
  2. docs: add contributing guide

    mosure committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b4893cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f5725 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: improve gcloud load times (#28)

    * feat: flexbuffer gcloud format
    
    * chore: allow bugfix version update
    
    * docs: credits
    
    * refactor: codec abstraction and benchmarks
    
    * chore: correct workflow name
    
    * fix: tests and bench
    
    * chore: trigger bench on PR synchronize
    
    * fix: disable libtest #[bench]
    
    * fix: failure due to main comparison
    
    * feat: bincode2 + flate2 format
    
    * refactor: optional ply loading
    mosure authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    424e124 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. refactor: separate shaders (#21)

    * refactor: separate shaders
    
    * feat: transform separation and shader entrypoint correction
    mosure authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    54e44af View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. fix: stream compaction overdraw (#35)

    * feat: initial work to mitigate overdraw
    
    * fix: stream compaction propagation
    
    * remove duplicate code
    mosure authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1a10966 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. feat: aabb/obb compare (#36)

    * feat: aabb/obb compare, minor obb rotation error
    
    * feat: parent visibility
    
    * default to AABB until OBB is resolved
    
    * fix: OBB ndc calculation
    mosure authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5f626e9 View commit details
    Browse the repository at this point in the history
  2. feat: 4d gaussians (#32)

    * refactor: separate compute nodes (resolves: #31)
    
    * checkin (broken morph pipeline)
    
    * merge from main
    
    * refactor: morph plugin
    
    * feat: extract particle behaviors
    
    * feat: particle behavior demo
    
    * docs: spatial queries as a future task (gaussian editor)
    
    * docs: clarify 4d behavior
    
    * fix: merge & disable cargo check
    
    * refactor: separate gaussian and sort pipelines
    
    * docs: more 4D related works
    
    * docs: add training pipeline tooling link
    
    * docs: cactus example
    
    * fix: include DrawIndirect
    mosure authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4356f87 View commit details
    Browse the repository at this point in the history
  3. fix: #38

    mosure committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a3050c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    46a9524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99751f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. docs: correct caps

    mosure authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    70ef895 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore: update byte_unit

    mosure committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cd14e3d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix: windows build

    mosure committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7c11e18 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. feat: cpu sort (#43)

    * test: initial scaffolding of rendering tests
    
    * feat: pipeline capture tests
    
    * fix: add main to radix gpu test
    
    * fix: bevy_inspector_egui patch and render_context access
    
    * test: radix sort order
    
    * fix: debug_gpu feature
    
    * more radix testing
    
    * refactor: scaffold for CPU/GPU sort backends
    
    * refactor: generic sort plugin and entry_buffer_a migration
    
    * feat: CPU and GPU sort runtime switching
    
    * fix: CPU sort skipping logic
    
    * fix: radix test must use radix sort
    
    * fix: gaussian cloud asset mutation on CPU sort
    
    * docs: cleanup TODO comments
    mosure authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5c9a20a View commit details
    Browse the repository at this point in the history
  2. feat: web (#52)

    * feat: running in the web
    
    * docs: add TODO
    mosure authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6033195 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    8d75387 View commit details
    Browse the repository at this point in the history
Loading