mosure / bevy_gaussian_splatting

bevy gaussian splatting render pipeline plugin
https://mosure.github.io/bevy_gaussian_splatting?gaussian_count=1000
MIT License
130 stars 9 forks source link

move to editor crate #83

Open github-actions[bot] opened 6 months ago

github-actions[bot] commented 6 months ago

https://github.com/mosure/bevy_gaussian_splatting/blob/923c77ed292e8801c8aaf03cd32248872aa1f202/viewer/viewer.rs#L1


// TODO: move to editor crate
use std::path::PathBuf;

use bevy::{
    prelude::*,
    app::AppExit,
    core::{
        Name,
        FrameCount,
    },
    core_pipeline::tonemapping::Tonemapping,
    diagnostic::{
        DiagnosticsStore,