EslamNemr's Stars
belav/csharpier
CSharpier is an opinionated code formatter for c#.
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
pythonnet/pythonnet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
numpy/numpy
The fundamental package for scientific computing with Python.
shapely/shapely
Manipulation and analysis of geometric objects
jessejohnston/ObjectListView
.NET DataView for objects
geomatics-io/ObjectListView
ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.
geomatics-io/BindingListView
Sort, filter and aggregate lists of business objects without all the boring code! This library provides a powerful "view" approach to data binding .NET objects to user interface controls.
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
mamift/LinqToXsdCore
LinqToXsd ported to .NET Core (targets .NET Standard 2 for generated code and .NET Core 3.1, .NET 5+ for the code generator CLI tool).
sql-js/sql.js
A javascript library to run SQLite on the web.
BHoM/ETABS_Toolkit
Tools for ETABS and CSI Software
BHoM/BHoM
The Buildings and Habitats Core object Model repo
litedb-org/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
specklesystems/speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
konvajs/konva
Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
processing/p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
mclaeysb/simplepolygon
JS tool to break self-intersecting GeoJSON polygons down in their constituent non-self-intersecting parts
mfogel/polygon-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
chrvadala/transformation-matrix
Javascript isomorphic 2D affine transformations written in ES6 syntax. Manipulate transformation matrices with this totally tested library!
mikolalysenko/robust-point-in-polygon
Exactly test if a point is inside, outside or on the boundary of a polygon
tomi/fromfrom
A JS library written in TS to transform sequences of data from format to another
w8r/martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
pmp-library/pmp-library
The Polygon Mesh Processing Library
brunoimbrizi/triangle-wasm
Javascript wrapper around Triangle - A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
r3mi/poly2tri.js
A 2D constrained Delaunay triangulation library
pyscript/pyscript
PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2
anvaka/isect
Segments intersection detection library
rowanwins/sweepline-intersections
A small module using a sweepline algorithm to detect intersections (& self-intersections) in polygons or polylines.