Topic: "quad-tree"
jzyong/game-server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
Language: Java - Size: 27.7 MB - Last synced at: 16 days ago - Pushed at: 4 months ago - Stars: 1,182 - Forks: 491

elbywan/quadtree-lib
Efficient quadtrees library written in CoffeeScript.
Language: CoffeeScript - Size: 1.91 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 48 - Forks: 5

terrylao/PascalContainer
advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_element,M-tree,PDQSort
Language: Pascal - Size: 305 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 39 - Forks: 20

SlavaKyrai/QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Language: Java - Size: 290 KB - Last synced at: 10 months ago - Pushed at: about 8 years ago - Stars: 33 - Forks: 4

volkerp/quadtree_Astar
Python programm showing A* path finding on quadtree representation of a 2D map.
Language: Python - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 25 - Forks: 5

io7m-com/jspatial
Spatial data structures
Language: Java - Size: 3.94 MB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 17 - Forks: 1

kohei-us/mdds
Actively maintained on https://gitlab.com/mdds/mdds instead. This one is just a mirror.
Language: C++ - Size: 6.88 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 0

leonmavr/quad-tree
Point quadtree data structure implementation and visualization in C
Language: C - Size: 9.17 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 1

digitalajf/Quadtree
Quadtree and AABB (Axis-Aligned Bounding Box) implementation
Language: Java - Size: 948 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 1

stanislavkozlovski/data_structures_feb_2016
Exercises and Homework for SoftUni's Data Structures February 2016 course, in Python
Language: Python - Size: 11.6 MB - Last synced at: 1 day ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 3

natalieCloud/Polyomino-Generation
Is there a pattern to the number of distinct free polyominos generated at each level? An investigation into this unsolved problem. (IN PROGRESS)
Language: Python - Size: 28.3 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 0

zoziha/nnps
NNPS scheme practice in CFD particle method.🌲
Language: Fortran - Size: 182 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

yasirerkam/PointQuadtree
Windows Forms Point Quadtree Application
Language: C# - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 3

joshuacrotts/QuadTreeJava
This is a simple implementation of the QuadTree data structure in Java.
Language: Java - Size: 24.3 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

F1LT3R/carlton-quadtree
🍀 infinitely divisible quad tree
Language: JavaScript - Size: 1.18 MB - Last synced at: about 24 hours ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

vtneil/quad_tree
A C++ Implementation of a QuadTree
Language: C++ - Size: 149 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

cristian-barbarosie/MetricTree
tiny C++ library for hierarchical organization of a cloud of points in a metric space
Language: C++ - Size: 122 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

fritschy/particles
barnes-hut n-body "gravity" simulation
Language: C++ - Size: 66.4 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

cschen1205/cs-quad-tree
QuadTree Implementation
Language: C# - Size: 381 KB - Last synced at: about 23 hours ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

byurtkulu/Quad-Trees
It is quad tree implementation. Stores rectangles. Checks in which rectangles the entered point is.
Language: C++ - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Hareessh-P/Image-Compression-using-PCA
This project delves into advanced image compression methodologies leveraging Principal Component Analysis (PCA). PCA is utilized to decompose image data into orthogonal components, optimizing storage efficiency by retaining essential visual features through dimensionality reduction.
Language: R - Size: 13.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

gkontogiannhs/mdds
Language: Python - Size: 520 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

derryrivell/Quadtree
Implementing a Quadtree in Python 3.11.1 based on Latitude and Longitude using Visual Studio Code (Extension: Jupyter Notebook)
Language: Jupyter Notebook - Size: 630 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FrankStain/QuadTreeSample
Quadtree implementation MVP. No key features, just sample of code.
Language: C++ - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

huzaifakhan04/basic-greyscale-image-processing
This repository is a collection of fundamental digital image processing operations and algorithms performed on greyscale images, or Portable Grey Map (PGM) files, using different data structures in C++, as part of an assignment and final project module for the Data Structures (CS2001) course.
Language: C++ - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Roout/quad-tree
QuadTree implementation with visiulization using SFML
Language: C++ - Size: 2.13 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

WalterAHulsebos/NativeQuadtree Fork of marijnz/NativeQuadtree
A Quadtree Native Collection for Unity DOTS
Size: 404 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

lxsmnsyc/Q43
A Quadtree class for JS/ES
Language: JavaScript - Size: 388 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

waleoyediran/quadtree-sample
Quadtree sample implemantation
Language: Python - Size: 764 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

chen0040/allegro-space-shooter
Space shooter game written in Allegro
Size: 1000 Bytes - Last synced at: 24 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

augusto630/Physics2D_TCC
A simple 2D collision simulator.
Language: TeX - Size: 167 MB - Last synced at: about 2 months ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0
