Showing 14 open source projects for "quadtree"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 1
    Trixi.jl

    Trixi.jl

    Trixi.jl: Adaptive high-order numerical simulations of hyperbolic PDEs

    Trixi.jl is a numerical simulation framework for hyperbolic conservation laws written in Julia. A key objective for the framework is to be useful to both scientists and students. Therefore, next to having an extensible design with a fast implementation, Trixi.jl is focused on being easy to use for new or inexperienced users, including the installation and postprocessing procedures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Quadtree Demo

    Demonstrates a quadtree for spatial indexing of triangles

    This C++ demo allows users to interactively explore a quadtree's behavior. For this purpose the demo uses a quadtree data structure based on axis-aligned bounding boxes to speed up the search for triangles in a mesh. Depending on a search point all triangles of a quadtree's region are retrieved and relevant information about the search is shown. Quadtree creation can be parametrized by three parameters: - Maximum tree depth. - Maximum number of triangles per region. - Percentage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Cluster

    Cluster

    Easy Map Annotation Clustering

    Cluster is an easy map annotation clustering library. This repository uses an efficient method (QuadTree) to aggregate pins into a cluster. Create an object that conforms to the MKAnnotation protocol, or extend an existing one. Next, add the annotation object to an instance of ClusterManager with add(annotation:). Implement the map view’s mapView(_:viewFor:) delegate method to configure the annotation view. Return an instance of MKAnnotationView to display as a visual representation...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    The library for utilization of Minimal Quadtree format for storing very large sparse matrices. Please see the paper referenced below for the description of a problem. Corresponding papers: Tree-based Space Efficient Formats for Storing the Structure of Sparse Matrices (I. Šimeček, D. Langr, P. Tvrdík), In Scalable Computing: Practice and Experience, volume 15, 2014. Space Efficient Formats for Structure of Sparse Matrices Based on Tree Structures (I. Šimeček, Daniel Langr, Pavel Tvrdík...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 5
    This project exists as an archive for Crack.com's 3D FPS/Strategy/RPG game called Golgotha. Shortly after C.c's demise, a small band of developers attempted to bring the game to completion. Here lies their code too.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    QuadTree JS

    QuadTree JS is a library for game developers

    QuadTree JS is a library implemented in JavaScript for game developers whose want to reduce number of intersection detections in they games. It's licensed on LGPL v3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QuadTree
    A generic type QuadTree implementation in C# for use with XNA. This QuadTree can store any object that implements the interface IHasRectangle. This provides a means of accessing objects in a virtual space very quickly. Development moved to: https://bitbucket.org/C3/quadtree/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    LitTech
    LitTech is a 2D game engine framework which is programmed in Delphi and ASM. The engine relies on plugin usage to perform its tasks and is thus not internally bound to any hardware specifications. Pre-built plugins (e.g. DX9, FMODEx) are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A set of C++ containers, data structures, & utilities: Stack-based STL-like containers (StackVector, StackMap, etc.). Serialization, Interpolated Value, CircularBuffer, Quadtree, IntegralUnit, LocatedException
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    OMG is an online 2-D Mesh Generator. Using Shewchuka Triangle (written in C) to generate DT and a Quadtree algorithm (written in php) to triangulate a PSLG. A few Import end Export functions are included. Using SVG to display meshes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LET'S 3D! (Little Easy Techniques for Simple 3D) is a library that helps developers to create 3D games/apps in a few lines of python code.It features a lightwave loader,quadtree frustum culling,movement management,improved camera class etc. Check it out
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    2D, 3D object indexes (Quadtree, Octree, Quadtree with object radius indexation), fast geometry find functions, template classes with embedded 2D, 3D indexation and fast search features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This demo will contain a bloom/glow shader, a perlin fire generator, motion blur shader, isosurfaces, heightmap terrain rendered with quadtree, reflection shader, doom3 model loader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    math4gd2d

    math4gd2d

    Utility math library for develping 2d games

    ... collision detection relevant stuff like SAT, Sweep and Prune, QuadTree-management, AABB computations, OBB computations, Point rotations, Braking convex polys in concav subpolies etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next