Showing 36 open source projects for "skippy-mesh"

View related business solutions
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
    Learn More
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
    Learn More
  • 1
    MeshLab

    MeshLab

    The open source mesh processing system

    MeshLab is an open-source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes. It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. MeshLab is mostly based on the open source C++ mesh processing library VCGlib developed at the Visual Computing Lab of ISTI - CNR. VCG can...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Fyrox

    Fyrox

    3D and 2D game engine written in Rust

    ... of the engine in one call. Full-featured scene graph with various nodes (pivot, camera, mesh, light, particle system, sprite). High-quality binaural sound with Head-Related Transfer Function (HRTF) support. Standalone scene editor makes scenes in native engine format using the power of rusty editor. Rigid bodies, rich set of various colliders, joints, ray casting, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Vedo

    Vedo

    A python module for scientific analysis of 3D data

    ... or binary to VTK, STL, OBJ, PLY formats. Analysis tools like Moving Least Squares, mesh morphing and more. Tools to visualize and edit meshes (cutting a mesh with another mesh, slicing, normalizing, moving vertex positions, etc..). Split mesh based on surface connectivity. Extract the largest connected area. Calculate areas, volumes, center of mass, average sizes etc. Calculate vertex and face normals, curvatures, feature edges. Fill mesh holes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React Three Fiber

    React Three Fiber

    A React renderer for Three.js

    Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive, and can tap into React's ecosystem. There is no hard dependency on a particular three.js version, it does not wrap or duplicate a single three.js class. It merely expresses three.js in JSX, <mesh /> becomes new THREE.Mesh(), and that happens dynamically. There is no additional overhead. Components participate in a unified render loop outside of React. It outperforms three.js...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
    Learn More
  • 5
    Open Asset Import Library

    Open Asset Import Library

    The open-asset-importer-library repository

    The Open Asset Import Library (short name: Assimp) is a portable Open-Source library to import various well-known 3D model formats in a uniform manner. The most recent version also knows how to export 3d files and is therefore suitable as a general-purpose 3D model converter. See the feature-list. open3mod is a Windows-based model viewer. It loads all file formats that Assimp supports and is perfectly suited to quickly inspect 3d assets. Assimp aims to provide a full asset conversion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Art of Illusion
    Art of Illusion is a full featured 3D modelling, rendering, and animation studio. It is written entirely in Java, and can run on almost any operating system.
    Leader badge
    Downloads: 329 This Week
    Last Update:
    See Project
  • 7
    SceneEngine is an Open Source platform independent 3D Production solution. Mesh creation, deformation, texturing and rendering are some of the features implemented by the SDK. SceneEngine includes a 3D modeling and texturing application named CrackArt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UE Viewer

    UE Viewer

    Viewer and exporter for Unreal Engine 1-4 assets

    Unreal Engine resource viewer (formerly Unreal Model Viewer) is a program for viewing and extracting resources from various games made with Unreal Engine. Sometimes the program is referenced as "umodel", the short of "unreal" and "model viewer". The project was originally named the "Unreal model viewer", however, the name was changed in 2011 to meet the request from Epic Games. Please note that the "official" project's name is "UE Viewer", and a short unofficial name of the project is...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 9
    r4zRayTracer
    -primitives: shere, plane, triangle -triangle surface (mesh) -obj format support -lights: point light -camera lens: planar, cylindrical, spherical -lighting: ambient, diffuse, specular (Phong, Blinn-Phong) -shadows: simple soft shadows -ray types: reflection, transmission -internal memory manager and profiler -internal code profiler -acceleration structure (KDTree) -photon map -multi-threading support (ThreadPool)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 10
    PotterDraw

    PotterDraw

    Design your own pottery for 3D printing in full color

    PotterDraw is a free 3D software application for designing and visualizing pottery. It’s useful for creating cylindrical shapes such as pots, flasks, vases, bowls, plates, cups, glasses, goblets, or anything similar. The outer wall of the pot is drawn using a spline, which consists of one or more curved or linear segments. The inner wall is generated automatically. PotterDraw can export files suitable for 3D printing. It can also map synthesized or user-specified textures onto the pot. Mesh...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    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
  • 12

    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
  • 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
    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: 2 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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
  • 17
    MeshLab

    MeshLab

    A processing system for 3D triangular meshes

    MeshLab, a mesh processing system, for user assisted editing, cleaning, filtering and rendering of large unstructured 3D triangular meshes (typical 3D scanning meshes). The system relies for mesh processing tasks on the gpl VCG library (vcg.sf.net).
    Leader badge
    Downloads: 420 This Week
    Last Update:
    See Project
  • 18
    J3DWorkbench
    An extensible, real-time, 3D visualization, simulation, and game-design authoring tool. Integrates Java 3D and Eclipse RCP. Drag-&-Drop editing of a complex 3D scene graph. Fast world-building. Web delivery via Webstart or Applets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kochol Game Engine
    Kochol Game Engine(KGE) is an object-orianted hardware accelerated 3D Game engine. Easy to use and powerful engine for cutting edge games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SoftPixel Sandbox

    SoftPixel Sandbox

    3D world editor for game development

    The SoftPixel Sandbox is an open-source 3D world editor. It is designed to be used particular in combination with the SoftPixel Engine.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    An object oriented ray tracer and image manipulation library. Also comprises ZRVision, a computer vision support library and several example apps illustrating what can be done with ZeroRay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A collection of extensions to the Irrlicht Engine. This is the place to get scene nodes, animators, GUI elements, materials, shaders, mesh loaders, physics wrappers just about any extension to Irrlicht.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Mesh Viewer is an easy to use lightweight application for displaying three dimensional models (triangular meshes) from a variety of file formats. It uses OpenGL to render the models.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Simple mesh/scene viewer written on Ogre3D engine capable of showing anaglyph picture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    iamar browser is a GPU web browser that displays 3d specific contents. Instead of html, it run on a scripting language called semblis. Together with mesh made from blender, it makes 3d game production extremely easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next