From 3b377d6e9c9efe3df32c2c174cd7a087c73217cc Mon Sep 17 00:00:00 2001 From: nokonoko1203 Date: Thu, 30 May 2024 00:19:48 +0900 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9733fb2..fac848c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # dda-voxelizer +[![Test](https://github.com/MIERUNE/dda-voxelizer-rs/actions/workflows/test.yml/badge.svg)](https://github.com/MIERUNE/dda-voxelizer-rs/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/MIERUNE/dda-voxelizer-rs/graph/badge.svg?token=thKlQiVjLc)](https://codecov.io/gh/MIERUNE/dda-voxelizer-rs) +[![Crates.io Version](https://img.shields.io/crates/v/dda-voxelizer)](https://crates.io/crates/dda-voxelizer) + ![1716994116122](image/README/1716994116122.png) This project is a voxelizer implementation in Rust using the Digital Differential Analyzer (DDA) algorithm. The DDA algorithm was chosen for its simplicity and efficiency in voxelizing 3D models.