Skip to content

Commit

Permalink
Add credits and viewer Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Oct 21, 2022
1 parent 4dc9eb9 commit 755cbb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ for point in copc_reader.points(LodSelection::Level(0), BoundsSelection::All)?.t
println!("Point coordinates: ({}, {}, {})", point.x, point.y, point.z);
}
```


## Credits

This library depends heavily on the work of Thomas Montaigu (@tmontaigu) and Pete Gadomski (@gadomski).
4 changes: 4 additions & 0 deletions viewer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# COPC viewer

Experimental viewer using [Bevy Engine](https://bevyengine.org/),
based on https://github.com/superdump/bevy-vertex-pulling.
1 change: 0 additions & 1 deletion viewer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ use copc_rs::{BoundsSelection, CopcReader, LodSelection};
use std::fs::File;
use std::io::BufReader;

// Viewer based on https://github.com/superdump/bevy-vertex-pulling
fn main() {
App::new()
.insert_resource(WindowDescriptor {
Expand Down

0 comments on commit 755cbb3

Please sign in to comment.