port QuadTree to rust

This commit is contained in:
Jacob Lifshay 2026-01-01 08:38:01 -08:00
parent da339ce00a
commit 944ae4bf41
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
6 changed files with 1563 additions and 0 deletions

5
src/main.rs Normal file
View file

@ -0,0 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// See Notices.txt for copyright information
mod quad_tree;
fn main() {}

1115
src/quad_tree.rs Normal file

File diff suppressed because it is too large Load diff