Skip to content

JeanMaximilienCadic/nmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NMesh

ModulesInstalling the applicationMakefile commandsEnvironmentsRunning the application Ressources

NMesh is a Python package that provides two high-level features:

  • A simple Mesh processor
  • A list of tool to convert mesh files into point cloud

You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend ZakuroCache integration.

Modules

At a granular level, NMesh is a library that consists of the following components:

Component Description
nmesh Contains the implementation of NMesh
nmesh.core Contain the functions executed by the library.
nmesh.pc Processor for the point cloud
nmesh.tests Unit tests

Installing the application

To clone and run this application, you'll need the following installed on your computer:

Install the package:

# Clone this repository and install the code
git clone https://github.com/JeanMaximilienCadic/nmesh

# Go into the repository
cd nmesh

Makefile commands

Exhaustive list of make commands:

install_wheels
sandbox_cpu
sandbox_gpu
build_sandbox
push_environment
push_container_sandbox
push_container_vanilla
pull_container_vanilla
pull_container_sandbox
build_vanilla
build_wheels
auto_branch 

Environments

Docker

Note

Running this application by using Docker is recommended.

To build and run the docker image

make build
make sandbox

PythonEnv

Warning

Running this application by using PythonEnv is possible but not recommended.

make install_wheels

Running the application

from nmesh import NMesh, cfg
m = NMesh(cfg.drive.bull)
m.show()

Ressources

About

Mesh processing library in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages