Showing 419 open source projects for "skippy-mesh"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Safety Management Platform | SafetyIQ Icon
    Safety Management Platform | SafetyIQ

    Keep your workers safe, no matter where they are

    SafetyIQ is revolutionizing the way businesses approach safety. As a leading provider of comprehensive workplace safety software, we cater to four key areas: Mobile Worker Safety, EHS (Environment, Health, and Safety), Fatigue Management, and Training. Our platform is designed to safeguard your workers, no matter their location or task, ensuring all-around safety compliance. Unlike most safety software providers that only react to incidents or implement proactive measures, SafetyIQ introduces a third pillar to safety management - predictive analytics. We transform the untapped wealth of safety data within your organization into actionable insights to inform safety strategies, mitigating risks even before they aris
  • 1
    Lifted

    Lifted

    An application to improve finite element mesh quality

    A application to improve mesh quality. Lifted works on both hexahedral and tetrahedral meshes, using a recursive formula of trial positioning of existing nodes. It does not attempt to alter surface nodes in the mesh. Paraview and Gmsh are important supporting applications for Lifted. Open the documentation in pdf form here, download it, or read it on the website. Its location is http://lifted.sourceforge.io/Lifted1.5-doc.pdf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DOOM TREE

    DOOM TREE

    A tool to generate Tree sprites and voxels for the Doom game

    DOOMTREE is tool that generates tree sprites and voxels for the Doom game. It is based on PTree https://sourceforge.net/projects/procedural-tree-generator/ Creates actor definitions out of the box for ZDoom & DelphiDoom family source ports. Source code repository: https://github.com/jval1972/DOOMTREE
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    DOOM ROCK

    DOOM ROCK

    A tool to generate Rock sprites, models and voxels for the Doom game

    DOOMROCK is an application that generates rock sprites, models and voxels for the Doom series games based on various input parameters. Creates actor definitions out of the box for ZDoom & DelphiDoom family source ports. Source code repository: https://github.com/jval1972/DOOMROCK
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    PyMesh

    PyMesh

    Geometry processing library for Python

    PyMesh is a codebase developed by Qingnan Zhou for his PhD research at New York University. It is a rapid prototyping platform focused on geometry processing. PyMesh is written with both C++ and Python, where computational intensive functionalities are realized in C++, and Python is used for creating minimalistic and easy-to-use interfaces. PyMesh is a rapid prototyping platform focused on geometry processing. It provides a set of common mesh processing functionalities and interfaces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 5
    PTree

    PTree

    Procedural Tree Generator

    Procedural Tree Generator (PTree) is an application that generates tree models based on various input parameters. Source code repository: https://github.com/jval1972/PTree
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Coffee

    Coffee

    An opinionated 2D game engine for Rust

    Coffee is an opinionated 2D game engine focused on simplicity, explicitness, and type-safety. Declarative, type-safe loading screens with progress tracking. Built-in debug view with performance metrics. Explicit, easy-to-use, hardware-accelerated 2D graphics API. Multiplatform support leveraging OpenGL, Vulkan, Metal, D3D11, and D3D12. To get started, implement the Game trait. Then, call Game::run with some WindowSettings to run your game. Draw your game with an explicit 2D graphics API....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    Wuweido is a professional 3D CAD on your phone or tablet. More than just a viewer, dozens of modeling tools are provided to create and modify 3D models in the most natural way. Wuweido allows you to import and export models in standard CAD format. Unlike Onshape™ on Cloud, Wuweido is running locally on your device and it's more like Rhino™ 3D on mobile. Wuweido is powered by OPEN CASCADE. OPEN CASCADE is an incredible powerful geometry kernel innovating quickly. Wuweido is inspired by CAD...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    PGFPlots

    PGFPlots

    A TeX package to draw normal and/or logarithmic plots directly in TeX

    ... scaling, computes any logarithms and axis ticks and draws the plots. It supports line plots, scatter plots, piecewise constant plots, bar plots, area plots, mesh and surface plots, patch plots, contour plots, quiver plots, histogram plots, polar axes, ternary diagrams, smith charts and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Kimera-VIO

    Kimera-VIO

    Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation

    Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation. Kimera-VIO is a Visual Inertial Odometry pipeline for accurate State Estimation from Stereo + IMU data. It can optionally use Mono + IMU data instead of stereo cameras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 10

    jMonkeyCSG

    CSG for jMonkey

    Expanded Constructive Solid Geometry support for jMonkey. CSG supports boolean operations on primitive shapes, building up a complex surface from the addition/subtraction of simple cubes, spheres, etc. Check out the jMonkeyCSG website for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ObjectVolume

    ObjectVolume

    Calculates Volume, Surface Area & Centroid of a Closed Triangular Mesh

    The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object volume...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cfMesh

    cfMesh

    A library for polyhedral mesh generation

    cfMesh is an open-source library for volume mesh generation based on OpenFOAM. It implements various meshing workflows for volume mesh generation needed for CFD simulations with OpenFOAM. It is already a part of foam-extend, OpenFOAM for Windows, Caelus and OpenFOAM+ released by ESI. This repository is intended for contribution and collaborative development. If you have a new meshing algorithm or interested in contributing to cfMesh, do not hesitate to contact us. Please note that this code...
    Leader badge
    Downloads: 83 This Week
    Last Update:
    See Project
  • 13
    ClayGL

    ClayGL

    A WebGL graphic library for building scalable Web3D applications

    ClayGL is a WebGL graphic library for building scalable Web3D applications. It's easy to use, configurable for high-quality graphics. Benefit from the modularity and tree shaking, it can be scaled down to 22k(gzipped) for a basic 3D application. Animator object can only be created by Animation.prototype.animate method. After created, we can use clay.animation.Animator# when to add all keyframes and clay.animation.Animator#start it. Clips will be automatically created and added to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GEOMS2

    GEOMS2

    Geostatistics and geosciences modeling software

    GEOMS2 is a geostatistics and geosciences modeling software. Provides interface for grid (mesh), point, surface and data (non-spatial) objects. It has a 3D viewer and 2D plots using the well known Python engines Mayavi and Matplotlib. It has several functions to manipulate your data as well as provide univariate and multivariate analysis. NOTE: The software is still an early beta. Please tell us if you found a bug. Download datasets for students of Geostatistics 2017 (Petroleum Engineering...
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 15
    Kubernetes Vagrant Centos Cluster

    Kubernetes Vagrant Centos Cluster

    Setting up a distributed Kubernetes cluster along with Istio service

    Setting up a Kubernetes cluster and Istio service mesh with vagrantfile which consists of 1 master(also as node) and 3 nodes. You don't have to create complicated CA files or configurations. Because using virtual machines to setup a distributed Kubernetes cluster will bring a high load on your computer, I created the lightweight Cloud Native Sandbox using Docker to set up a standalone Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SuperShaper

    SuperShaper

    A tool that uses OpenCL to procedurally generate 3D models

    The SuperShaper is an interactive tool to manipulate 3D meshes created from a "Trigonometry Formula" in real-time. The created mesh of up to a million vertices can be morphed interactively. The model is displayed in 3D, allowing customising the rendering. Export to 3DS and OBJ file formats is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    NUGKit

    Numerical Unstrcuted Grid Kit for scientific computing

    This project is providing some part of scientific computing for doing finite element method about grid or mesh information. It is designed for handling grid information in parallel computing. And it also provides some modules for boundary conditions and data file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Q-Rap

    Q-Rap

    Q-Rap (www.QRap.org.za) is a Radio Network Planning plug-in for QGIS

    Q-Rap (www.QRap.org.za) is a Radio Network Planning plug-in for QGIS (www.qgis.org)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    morphobj3DS_chung

    morphobj3DS_chung

    a free program for viewing / morphing / animate obj 3ds mesh objects

    morphobj3DS chung is a free program for viewing / morphing multi obj 3ds mesh model objects and obj models up to 200k vertices for high quality animations . Uses loadobj3ds_chung and openGL . Comes with an example of waking 3ds elephant and bikini lady animation with face3D head . Is written in fast freebasic . Combine multiple variations meshes with a base mesh to easily build complex animations . Can run on old pcs with openGL1.4 .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NOMAD is a C++ code that implements the MADS algorithm (Mesh Adaptive Direct Search) for difficult blackbox optimization problems. Such problems occur when the functions to optimize are costly computer simulations with no derivatives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TopoJSON

    TopoJSON

    An extension of GeoJSON that encodes topology

    ... arc mesh. See How To Infer Topology for a visual explanation of how TopoJSON works. See Command-Line Cartography for an introduction to TopoJSON and related tools. See TopoJSON Format Specification for the format specification. To further reduce file size, TopoJSON can use quantized delta-encoding for integer coordinates. This is similar to rounding coordinate values (e.g., LilJSON), but with greater efficiency and control over loss of information.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Machine is the core engine of neo-dev GmbH products. Features are: Qt 5.2 function libraries and classes c++ OpenGL layer used for fixed function pipeline and shaders c++ OpenAL layer generic data class client/server layer math and physics layer matrix class mesh loader (obj-wavefront)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Portal Adventure

    Portal Adventure

    Portal Adventure - The hunt for Dr. Freak

    You are an agent of "Portal HeadQuorters" trying to retrieve the keys stolen by Dr. Freak and eliminate him. The game uses as a base a (heavily) modified version of the DelphiDoom engine - version 1.1.3.510 beta - opengl mode. Source port repository: https://github.com/jval1972/Portal-Adventure
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    loadobj3ds_chung
    loadobj3ds chung is a small openGL obj/3ds objects loader using gui_chung window freebasic coding and the dlls loadobj_chung.dll , load3ds_chung.dll (dev c++/codeblocks) . Can handle obj models up to 200k vertices (update 2018) .
    Downloads: 0 This Week
    Last Update:
    See Project