All Projects → rgeometry → rgeometry

rgeometry / rgeometry

Licence: Unlicense License
Computational Geometry library written in Rust

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to rgeometry

spherro
Smooth particle hydrodynamics fluid simulator
Stars: ✭ 35 (-54.55%)
Mutual labels:  wasm
CGAL.jl
CGAL meets Julia
Stars: ✭ 21 (-72.73%)
Mutual labels:  geometry
RoguelikeTutorial2020
r/RoguelikeDev Does The Complete Roguelike Tutorial
Stars: ✭ 25 (-67.53%)
Mutual labels:  wasm
safenetwork-gitportal
p2p git portal - a decentralised alternative to github
Stars: ✭ 12 (-84.42%)
Mutual labels:  wasm
wasm-linker-js
A simple WebAssembly Linker in JavaScript
Stars: ✭ 14 (-81.82%)
Mutual labels:  wasm
fullstack-rust
Reference implementation of a full-stack Rust application
Stars: ✭ 39 (-49.35%)
Mutual labels:  wasm
css-inline
Inline CSS into style attributes
Stars: ✭ 96 (+24.68%)
Mutual labels:  wasm
vmrp
mrp emulator, virtual machine, mrp模拟器
Stars: ✭ 126 (+63.64%)
Mutual labels:  wasm
jasper
🧳 Single-binary packaging for Ruby applications that supports native and Wasm targets
Stars: ✭ 29 (-62.34%)
Mutual labels:  wasm
wasm-mt
A multithreading library for Rust and WebAssembly
Stars: ✭ 121 (+57.14%)
Mutual labels:  wasm
MudBlazor.Markdown
Markdown component based on the MudBlazor environment
Stars: ✭ 30 (-61.04%)
Mutual labels:  wasm
wasm-ops
Chart of WebAssembly Instructions
Stars: ✭ 46 (-40.26%)
Mutual labels:  wasm
AdaptiveDistanceFields.jl
Adaptively sampled distance fields in Julia
Stars: ✭ 22 (-71.43%)
Mutual labels:  geometry
ugo-compiler-book
📚 µGo语言实现(从头开发一个迷你Go语言编译器)[Go版本+Rust版本]
Stars: ✭ 996 (+1193.51%)
Mutual labels:  wasm
imgalign
Webapplication for image stitching and aligning
Stars: ✭ 162 (+110.39%)
Mutual labels:  wasm
landlord
Magic: The Gathering mulligan and card draw simulator
Stars: ✭ 16 (-79.22%)
Mutual labels:  wasm
wasmsign2
PoC implementation of the WebAssembly Modules Signatures proposal.
Stars: ✭ 18 (-76.62%)
Mutual labels:  wasm
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-81.82%)
Mutual labels:  geometry
cosmicverge
A systematic, sandbox MMO still in the concept phase. Will be built with Rust atop BonsaiDb and Gooey
Stars: ✭ 18 (-76.62%)
Mutual labels:  wasm
nanogui-GLES-wasm
nanogui port for GLES and WASM
Stars: ✭ 37 (-51.95%)
Mutual labels:  wasm

RGeometry

Computational Geometry in Rust!

Crates.io API API codecov GitHub branch checks state dependency status Discord


What is RGeometry?

RGeometry is a collection of data types such as points, polygons, lines, and segments, and a variety of algorithms for manipulating them. This crate will be of use to you if you've ever wondered if a point is inside a polygon or if a bank is adequately covered by surveillance cameras.

Check out the API documentation for more details. Under each function, there is an interactive example (powered by rust->wasm).

MSRV

rust-1.59

Contribute

If you want to learn Rust or computational geometry or both, hit me up in discord and I'll (@lemmih) mentor you. There is a long list of algorithms (ranging from easy to difficult) yet to be implemented in Rust.

Resources:

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].