Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nobuyuki83/python_graphics_demos

demos_py
https://github.com/nobuyuki83/python_graphics_demos

Last synced: 4 days ago
JSON representation

demos_py

Awesome Lists containing this project

README

        

# Python graphics demos

## How to run the demo

```shell
python -m venv venv
source venv/bin/activate
pip install -r requrements.txt
python **_*****.py
```

## [00_qt5_window_test.py](00_qt5_window_test.py)

## [01_mesh_view.py](01_mesh_view.py)

## [02_mesh_primitive.py](01_mesh_primitive.py)

## [03_loadobj_polygon_mesh.py](03_loadobj_polygon_mesh.py)

## [04_pick_polygon_mesh.py](04_pick_polygon_mesh.py)

## [05_texture.py](05_texture.py)

## [06_obj_with_texture,py](06_obj_with_texture.py)

## [07_direct_manipulation_delta_blendshape.py](07_direct_manipulation_delta_blendshape.py)
direct manipulation of delta blendshape

## [08_direct_manipulation_absolute_blendshape.py](08_direct_manipulation_absolute_blendshape.py)
direct manipulation of absolute blendshape

## [09_tri_select.py](09_tri_select.py)
user interface for selecting/unselecting triangles

## [10_sampling_mesh.py](10_sampling_mesh.py)

## [11_mesh_colormap.py](11_mesh_colormap.py)

## [12_offline_rendering.py](12_offline_rendering.py)

## [13_kdtree2.py](13_kdtree2.py)

## [14_loadobj_material.py](14_loadobj_material.py)

## [15_loadobj_material_normal.py](15_loadobj_material_normal.py)

## [16_extension_edgeloop.py](16_extension_edgeloop.py)

## [17_extension_trimesh.py](17_extension_trimesh.py)

## [18_laplace_surface.py](18_laplace_surface.py)

## [19_meshing.py](19_meshing.py)

## [20_deform_mls.py](20_deform_mls.py)

## [21_bvh.py](21_bvh.py)

## [22_bvh_self_intersection.py](22_bvh_self_intersection.py)

## [23_laplacian_deformation.py](23_laplacian_deformation.py)

## [24_deform_mls_ui.py](24_deform_mls_ui.py)

## [25_bvh_ccd.py](25_bvh_ccd.py)
Continuous collision detection

## [26_bvh_proximity.py](26_bvh_proximity.py)
Detect near face-vertex and edge-edge pairs

## [27_depth_projection.py](27_depth_projection.py)

## [28_dual_window.py](28_dual_window.py)

## [29_arap_deformation.py](29_arap_deformation.py)

## [30_laplace2_eign.py](30_laplace2_eigen.py)

## [31_linear_solid_eigen.py](31_linear_solid_eigen.py)

## [32_mitc3_eigen.py](32_mitc3_eigen.py)