Skip to content

Commit

Permalink
add logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Dec 20, 2023
1 parent d7451a4 commit 909f566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Binary file added .github/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Octreelib

Octreelib is a Python library for working with octrees.
It is capable of processing point clouds and using octrees to store them.
It is also capable of working with a grid of octrees of fixed resolution and processing multiple distinct point clouds
in the same grid synchronizing their subdivision schemes.


[![tests](https://github.com/prime-slam/octreelib/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/prime-slam/octreelib/actions/workflows/python-package.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-black)]()
[![Code style: black](https://img.shields.io/badge/code%20style-flake8-black)]()
[![License: Apache License 2.0](https://img.shields.io/github/license/saltstack/salt)](https://opensource.org/license/apache-2-0/)

<image src="./.github/image.png" height="180">

Octreelib is a Python library for working with octrees.
It is capable of processing point clouds and using octrees to store them.
It is also capable of working with a grid of octrees of fixed resolution and processing multiple distinct point clouds
in the same grid synchronizing their subdivision schemes.

## Installation
# Installation

To install the latest version of the library, run

Expand Down

0 comments on commit 909f566

Please sign in to comment.