Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed May 29, 2024
1 parent 25fe52a commit 3b377d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3b377d6

Please sign in to comment.