All Projects → emulbreh → bridson

emulbreh / bridson

Licence: MIT License
Poisson Disc Sampling in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bridson

Flocking
2D Flocking in the Unity3D game engine using Craig Reynolds' boids
Stars: ✭ 31 (+3.33%)
Mutual labels:  2d
2D-Platformer-Hunter
A 2D Platformer Controller in Unity
Stars: ✭ 153 (+410%)
Mutual labels:  2d
Fyrox
3D and 2D game engine written in Rust
Stars: ✭ 3,539 (+11696.67%)
Mutual labels:  2d
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (+373.33%)
Mutual labels:  2d
WorldSim
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Stars: ✭ 19 (-36.67%)
Mutual labels:  2d
emerald
A 2D rust game engine focused on portability.
Stars: ✭ 383 (+1176.67%)
Mutual labels:  2d
windowjs
Window.js is an open-source Javascript runtime for desktop graphics programming.
Stars: ✭ 2,223 (+7310%)
Mutual labels:  2d
cage
Cage (Ain't a Game Engine) - write 2D games using plain C
Stars: ✭ 40 (+33.33%)
Mutual labels:  2d
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (+13.33%)
Mutual labels:  2d
isometric
A lightweight JavaScript library, written in TypeScript to create isometric projections using SVGs
Stars: ✭ 53 (+76.67%)
Mutual labels:  2d
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (-30%)
Mutual labels:  2d
skyline
Some canvas experiments... like drawing a procedurally generated skyline. Also featuring fun explosions :D
Stars: ✭ 24 (-20%)
Mutual labels:  2d
godot experiments
Some 2D, 3D & VR experiments and tutorials in Godot 3
Stars: ✭ 181 (+503.33%)
Mutual labels:  2d
ClothSimulation
Basic cloth simulation using Verlet integration
Stars: ✭ 432 (+1340%)
Mutual labels:  2d
voltar
WebGL only 2D game engine using Godot as the visual editor
Stars: ✭ 25 (-16.67%)
Mutual labels:  2d
deno-canvas
Canvas API for Deno, ported from canvaskit-wasm (Skia).
Stars: ✭ 124 (+313.33%)
Mutual labels:  2d
NavMeshSurface2DBaker
NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
Stars: ✭ 33 (+10%)
Mutual labels:  2d
glsl-rotate
GLSL rotation functions with matrices: 2D and 3D (with X/Y/Z convenience functions).
Stars: ✭ 54 (+80%)
Mutual labels:  2d
MiniKnight
A pixel-art platformer in F#, where you must fight your way to the portal, collecting coins and slaying orcs along the way!
Stars: ✭ 47 (+56.67%)
Mutual labels:  2d
PathFinding
C# project. Realized a visualization of the pathfinding algorithms using Console (2D version), Windows Forms (2D version) and WPF (2D and 3D versions)
Stars: ✭ 18 (-40%)
Mutual labels:  2d
https://travis-ci.org/emulbreh/bridson.svg?branch=master

bridson

Two Dimensional Poisson Disc Sampling using Robert Bridson's algorithm

Usage

>>> from bridson import poisson_disc_samples
>>> poisson_disc_samples(width=100, height=100, r=10)
[(18.368737154138397, 0.6537095218417459),
 (31.037620677039477, 0.11127035812202124),
 (42.36176894248073, 7.038053455899708),
 ...
 (39.42578238367568, 99.18831048188478),
 (73.33459914827051, 99.50928386778354),
 (98.09958160385061, 99.1575330533914)]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].