examples_db.js 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955
  1. vpath = 'https://github.com/marcomusy/vedo/tree/master/examples';
  2. vedo_example_db =
  3. [
  4. {
  5. pyname: 'buildmesh', // python script name
  6. kbd : '', // python script name as appearing in back of card
  7. categ : 'basic', // category
  8. short : 'hello world mesh', // short description, as card footer
  9. long : 'Build a simple Mesh starting from a set of points and faces.',
  10. imgsrc: 'images/basic/buildmesh.png', //image path
  11. },
  12. {
  13. pyname: 'colorcubes',
  14. kbd : '',
  15. categ : 'basic',
  16. short : 'color schemes',
  17. long : 'Show a cube for each available color name. Multiple color schemes are available (matplotlib, bootstrap, vtk).',
  18. imgsrc: 'images/basic/colorcubes.png',
  19. },
  20. {
  21. pyname: 'texturecubes',
  22. kbd : '',
  23. categ : 'basic',
  24. short : 'mesh textures',
  25. long : 'Show a cube for each available texture name. Any jpg file can be used as texture.',
  26. imgsrc: 'images/basic/texturecubes.png',
  27. },
  28. {
  29. pyname: 'colormap_list',
  30. kbd : '',
  31. categ : 'basic',
  32. short : 'color map list',
  33. long : 'Show all available colormaps in vedo',
  34. imgsrc: 'images/basic/colormap_list.png',
  35. },
  36. {
  37. pyname: 'colormaps',
  38. kbd : '',
  39. categ : 'basic',
  40. short : 'discrete color mapping',
  41. long : 'Assign a color to each mesh vertex using a matplotlib discretized map',
  42. imgsrc: 'images/basic/colormaps.png',
  43. },
  44. {
  45. pyname: 'light_sources',
  46. kbd : '',
  47. categ : 'basic',
  48. short : 'set up lights',
  49. long : 'Set custom lights to a 3D scene. Direction, position, intensity and color can be specified',
  50. imgsrc: 'images/basic/lights.png',
  51. },
  52. {
  53. pyname: 'mesh_custom',
  54. kbd : '',
  55. categ : 'basic',
  56. short : 'colorize a mesh',
  57. long : 'Control the color and transparency of a mesh with various color map definitions',
  58. imgsrc: 'images/basic/mesh_custom.png',
  59. },
  60. {
  61. pyname: 'color_mesh_cells1',
  62. kbd : '',
  63. categ : 'basic',
  64. short : 'color mesh faces',
  65. long : 'Colorize faces of a Mesh passing a 1-to-1 list of colors and optionally a list of transparencies',
  66. imgsrc: 'images/basic/colorMeshCells.png',
  67. },
  68. {
  69. pyname: 'color_mesh_cells2',
  70. kbd : '',
  71. categ : 'basic',
  72. short : 'color mesh faces',
  73. long : 'Colorize faces of a Mesh passing a 1-to-1 list of colors and optionally a list of transparencies',
  74. imgsrc: 'images/basic/color_mesh_cells2.png',
  75. },
  76. {
  77. pyname: 'mesh_lut',
  78. kbd : '',
  79. categ : 'basic',
  80. short : 'custom mesh colormap',
  81. long : 'Build a custom colormap, including out-of-range, NaN and labels colors',
  82. imgsrc: 'images/basic/mesh_lut.png',
  83. },
  84. {
  85. pyname: 'multirenderers',
  86. kbd : '',
  87. categ : 'basic',
  88. short : 'multiple subrenderers',
  89. long : 'Manually define the number, shape and position of the renderers inside the rendering window',
  90. imgsrc: 'images/basic/multirenderers.png',
  91. },
  92. {
  93. pyname: 'silhouette1',
  94. kbd : '',
  95. categ : 'basic',
  96. short : 'draw silhouettes',
  97. long : 'Generate the silhouette of a mesh as seen along a specified direction',
  98. imgsrc: 'images/basic/silhouette1.png',
  99. },
  100. {
  101. pyname: 'silhouette2',
  102. kbd : '',
  103. categ : 'basic',
  104. short : 'projecting silhouettes',
  105. long : 'Generate the silhouette of a mesh as seen along a specified direction',
  106. imgsrc: 'images/basic/silhouette2.png',
  107. },
  108. {
  109. pyname: 'cut_interactive',
  110. kbd : '',
  111. categ : 'basic',
  112. short : 'interactive mesh cutter',
  113. long : 'Cut a mesh interactively and save the result to file',
  114. imgsrc: 'images/basic/cutter.gif',
  115. },
  116. {
  117. pyname: 'cut_freehand',
  118. kbd : '',
  119. categ : 'basic',
  120. short : 'free-hand mesh cutter',
  121. long : 'Cut a mesh interactively by free-hand drawing a contour',
  122. imgsrc: 'images/basic/cutFreeHand.gif',
  123. },
  124. {
  125. pyname: 'shrink',
  126. kbd : '',
  127. categ : 'basic',
  128. short : 'shrink mesh triangles',
  129. long : 'Shrink mesh polygons to make the inside visible',
  130. imgsrc: 'images/basic/shrink.png',
  131. },
  132. {
  133. pyname: 'boundaries',
  134. kbd : '',
  135. categ : 'basic',
  136. short : 'mesh boundaries',
  137. long : 'Extract points on the boundary of a mesh. Add a label to all vertices',
  138. imgsrc: 'images/basic/boundaries.png',
  139. },
  140. {
  141. pyname: 'mesh_modify',
  142. kbd : '',
  143. categ : 'basic',
  144. short : 'move mesh vertices',
  145. long : 'Modify mesh vertex positions',
  146. imgsrc: 'images/basic/mesh_modify.png',
  147. },
  148. {
  149. pyname: 'connected_vtx',
  150. kbd : '',
  151. categ : 'basic',
  152. short : 'connected vertices',
  153. long : 'Find all the vertices that are connected to a specific vertex in a mesh',
  154. imgsrc: 'images/basic/connVtx.png',
  155. },
  156. {
  157. pyname: 'largestregion',
  158. kbd : '',
  159. categ : 'basic',
  160. short : 'largest surface',
  161. long : 'Extract the mesh region that has the largest connected surface',
  162. imgsrc: 'images/basic/largestregion.png',
  163. },
  164. {
  165. pyname: 'fillholes',
  166. kbd : '',
  167. categ : 'basic',
  168. short : 'fill mesh holes',
  169. long : 'Fill holes of an input mesh, identified by locating boundary edges, linking them into loops, and triangulating',
  170. imgsrc: 'images/basic/fillholes.png',
  171. },
  172. {
  173. pyname: 'sliders1',
  174. kbd : '',
  175. categ : 'basic',
  176. short : 'slider controls',
  177. long : 'Use two sliders to change color and transparency of a mesh',
  178. imgsrc: 'images/basic/sliders1.png',
  179. },
  180. {
  181. pyname: 'boolean',
  182. kbd : '',
  183. categ : 'basic',
  184. short : 'boolean operations',
  185. long : 'Perform various Boolean operations with meshes',
  186. imgsrc: 'images/basic/boolean.png',
  187. },
  188. {
  189. pyname: 'delaunay2d',
  190. kbd : '',
  191. categ : 'basic',
  192. short : 'delaunay in 2d',
  193. long : 'Perform 2D triangulation using the Delaunay algorithm',
  194. imgsrc: 'images/basic/delaunay2d.png',
  195. },
  196. {
  197. pyname: 'voronoi1',
  198. kbd : '',
  199. categ : 'basic',
  200. short : 'voronoi tessellation',
  201. long : 'Perform 2D Voronoi tessellation of a set of input points',
  202. imgsrc: 'images/basic/voronoi1.png',
  203. },
  204. {
  205. pyname: 'flatarrow',
  206. kbd : '',
  207. categ : 'basic',
  208. short : 'flat arrows',
  209. long : 'Use two lines to define a flat arrow',
  210. imgsrc: 'images/basic/flatarrow.png',
  211. },
  212. {
  213. pyname: 'shadow1',
  214. kbd : '',
  215. categ : 'basic',
  216. short : 'cast a simple shadow',
  217. long : 'Project a shadow of two meshes on the x,y, or z wall',
  218. imgsrc: 'images/basic/shadow1.png',
  219. },
  220. {
  221. pyname: 'shadow2',
  222. kbd : '',
  223. categ : 'basic',
  224. short : 'cast multiple shadows',
  225. long : 'Project realistic shadows of two meshes on the xy plane',
  226. imgsrc: 'images/basic/shadow2.png',
  227. },
  228. {
  229. pyname: 'extrude',
  230. kbd : '',
  231. categ : 'basic',
  232. short : 'polygon extrusion',
  233. long : 'Extruding a 2D polygon along the vertical axis',
  234. imgsrc: 'images/basic/extrude.png',
  235. },
  236. {
  237. pyname: 'align1',
  238. kbd : '',
  239. categ : 'basic',
  240. short : 'register two shapes',
  241. long : 'Align (register) the red line to the yellow shape using the '+insertLink('ICP algorithm','en.wikipedia.org/wiki/Iterative_closest_point'),
  242. imgsrc: 'images/basic/align1.png',
  243. },
  244. {
  245. pyname: 'align2',
  246. kbd : '',
  247. categ : 'basic',
  248. short : 'register point clouds',
  249. long : 'Generate two random sets of points and align them using the '+insertLink('ICP algorithm','en.wikipedia.org/wiki/Iterative_closest_point'),
  250. imgsrc: 'images/basic/align2.png',
  251. },
  252. {
  253. pyname: 'align4',
  254. kbd : '',
  255. categ : 'basic',
  256. short : 'procrustes registration',
  257. long : 'Align a set of curves in space with the'+insertLink('Procrustes method','en.wikipedia.org/wiki/Procrustes_analysis'),
  258. imgsrc: 'images/basic/align4.png',
  259. },
  260. {
  261. pyname: 'align5',
  262. kbd : '',
  263. categ : 'basic',
  264. short : 'landmark registration',
  265. long : 'Transform a mesh by defining how a specific set of points (landmarks) must move',
  266. imgsrc: 'images/basic/align5.png',
  267. },
  268. {
  269. pyname: 'buttons1',
  270. kbd : '',
  271. categ : 'basic',
  272. short : 'add buttons',
  273. long : 'Add a button with N possible states to the rendering window calling an external function',
  274. imgsrc: 'images/basic/buttons.png',
  275. },
  276. {
  277. pyname: 'cells_within_bounds',
  278. kbd : 'cells_within',
  279. categ : 'basic',
  280. short : 'find mesh cells',
  281. long : 'Find cells within specified bounds along x, y and/or z',
  282. imgsrc: 'images/basic/cellsWithinBounds.png',
  283. },
  284. {
  285. pyname: 'clustering',
  286. kbd : '',
  287. categ : 'basic',
  288. short : 'clustering & outliers',
  289. long : 'Automatic clustering of point clouds and outliers removal',
  290. imgsrc: 'images/basic/clustering.png',
  291. },
  292. {
  293. pyname: 'pca_ellipsoid',
  294. kbd : '',
  295. categ : 'basic',
  296. short : 'fit ellipsoid',
  297. long : 'Fit an ellipsoid to a point cloud using PCA (Principal Component Analysis)',
  298. imgsrc: 'images/basic/pca.png',
  299. },
  300. {
  301. pyname: 'manypoints',
  302. kbd : '',
  303. categ : 'basic',
  304. short : 'large point cloud (1M)',
  305. long : 'Draw a very large number (1M) of points with different colors and transparency',
  306. imgsrc: 'images/basic/manypoints.jpg',
  307. },
  308. {
  309. pyname: 'manyspheres',
  310. kbd : '',
  311. categ : 'basic',
  312. short : '50k sphere radii',
  313. long : 'Draw a very large number (50k) of spheres or points with different colors or different radii',
  314. imgsrc: 'images/basic/manyspheres.jpg',
  315. },
  316. {
  317. pyname: 'colorlines',
  318. kbd : '',
  319. categ : 'basic',
  320. short : 'color lines by scalar',
  321. long : 'Color line cells using a scalar array and a matplotlib colormap',
  322. imgsrc: 'images/basic/colorlines.png',
  323. },
  324. {
  325. pyname: 'ribbon',
  326. kbd : '',
  327. categ : 'basic',
  328. short : 'ribbon surface',
  329. long : 'Create a ribbon-like surface by joining two lines, or one single line along its tangent',
  330. imgsrc: 'images/basic/ribbon.png',
  331. },
  332. {
  333. pyname: 'mirror',
  334. kbd : '',
  335. categ : 'basic',
  336. short : 'mirror mesh',
  337. long : 'Mirror a mesh along one of the Cartesian axes. Hover mouse to identify original and mirrored.',
  338. imgsrc: 'images/basic/mirror.png',
  339. },
  340. {
  341. pyname: 'delete_mesh_pts',
  342. kbd : 'delete_mesh',
  343. categ : 'basic',
  344. short : 'remove points and cells',
  345. long : 'Remove points and cells from a mesh which are closest to a specified point',
  346. imgsrc: 'images/basic/deleteMeshPoints.png',
  347. },
  348. {
  349. pyname: 'mousehighlight',
  350. kbd : '',
  351. categ : 'basic',
  352. short : 'highlight mesh',
  353. long : 'Click an object to select and highlight it',
  354. imgsrc: 'images/basic/mousehighlight.png',
  355. },
  356. {
  357. pyname: 'mousehover1',
  358. kbd : '',
  359. categ : 'basic',
  360. short : 'hovering mouse',
  361. long : 'Visualize scalar values interactively by hovering the mouse on a mesh',
  362. imgsrc: 'images/basic/mousehover1.gif',
  363. },
  364. {
  365. pyname: 'mousehover2',
  366. kbd : '',
  367. categ : 'basic',
  368. short : 'hover and fit',
  369. long : 'Interactively fit a sphere on a region of a mesh by hovering the mouse pointer on it',
  370. imgsrc: 'images/basic/mousehover2.gif',
  371. },
  372. {
  373. pyname: 'mousehover3',
  374. kbd : '',
  375. categ : 'basic',
  376. short : 'world coordinates',
  377. long : 'Compute 3D world coordinates from 2D screen pixel coordinates while hovering the mouse',
  378. imgsrc: 'images/basic/mousehover3.jpg',
  379. },
  380. {
  381. pyname: 'spline_tool',
  382. kbd : '',
  383. categ : 'basic',
  384. short : 'interactive spline tool',
  385. long : 'Modify a spline interactively by clicking and dragging the mouse',
  386. imgsrc: 'images/basic/spline_tool.png',
  387. },
  388. {
  389. pyname: 'distance2mesh',
  390. kbd : '',
  391. categ : 'basic',
  392. short : 'mesh signed distance',
  393. long : 'Computes the signed distance of one mesh from another and store the array in the mesh itself',
  394. imgsrc: 'images/basic/distance2mesh.png',
  395. },
  396. {
  397. pyname: 'glyphs1',
  398. kbd : '',
  399. categ : 'basic',
  400. short : 'create a glyphed mesh',
  401. long : 'Glyphs: for each vertex of a mesh (e.g. a sphere), attach another mesh with various orientation options',
  402. imgsrc: 'images/basic/glyphs.png',
  403. },
  404. {
  405. pyname: 'glyphs3',
  406. kbd : '',
  407. categ : 'basic',
  408. short : 'create glyph symbols',
  409. long : 'Glyphs: attach an oriented mesh (here a cone) to each 3D point. Colormap by vector magnitude',
  410. imgsrc: 'images/pyplot/glyphs3.png',
  411. },
  412. {
  413. pyname: 'lightings',
  414. kbd : '',
  415. categ : 'basic',
  416. short : 'mesh lightings',
  417. long : 'Ligthing of a mesh can be modified at will to change its appearance',
  418. imgsrc: 'images/basic/lightings.png',
  419. },
  420. {
  421. pyname: 'cartoony',
  422. kbd : '',
  423. categ : 'basic',
  424. short : 'cartoony look&feel',
  425. long : 'Give a cartoony appearance to a 3D polygonal mesh',
  426. imgsrc: 'images/basic/cartoony.png',
  427. },
  428. {
  429. pyname: 'ssao',
  430. kbd : '',
  431. categ : 'basic',
  432. short : 'ambient occlusion',
  433. long : 'Render a scene with Screen Space Ambient Occlusion (SSAO)',
  434. imgsrc: 'images/basic/ssao.jpg',
  435. },
  436. {
  437. pyname: 'surf_intersect',
  438. kbd : '',
  439. categ : 'basic',
  440. short : 'intersect meshes',
  441. long : 'Find the intersection line of two polygonal meshes',
  442. imgsrc: 'images/basic/surfIntersect.png',
  443. },
  444. {
  445. pyname: 'lin_interpolate',
  446. kbd : '',
  447. categ : 'basic',
  448. short : 'interpolate vectors',
  449. long : 'Linear interpolation of vectors which are defined at specific points in space',
  450. imgsrc: 'images/basic/linInterpolate.png',
  451. },
  452. {
  453. pyname: 'mesh_map2cell',
  454. kbd : 'map2cell',
  455. categ : 'basic',
  456. short : 'map points to cells',
  457. long : 'Map an array, which is originally defined on the mesh vertices, to its cells',
  458. imgsrc: 'images/basic/mesh_map2cell.png',
  459. },
  460. {
  461. pyname: 'tube_radii',
  462. kbd : '',
  463. categ : 'basic',
  464. short : 'radius-varying tube',
  465. long : 'Use an array to vary the radius and color of a line so that it is represented as a tube',
  466. imgsrc: 'images/basic/tube.png',
  467. },
  468. {
  469. pyname: 'rotate_image',
  470. kbd : 'rotate_image',
  471. categ : 'basic',
  472. short : 'rotate a jpg image',
  473. long : 'Normal jpg/png images can be loaded, cropped, rotated and positioned anywhere in 3D scenes',
  474. imgsrc: 'images/basic/rotateImage.png',
  475. },
  476. {
  477. pyname: 'background_image',
  478. kbd : 'background',
  479. categ : 'basic',
  480. short : 'wallpapers',
  481. long : 'Set a jpeg background image on a separate rendering layer',
  482. imgsrc: 'images/basic/bgImage.png',
  483. },
  484. {
  485. pyname: 'skybox',
  486. kbd : '',
  487. categ : 'basic',
  488. short : 'skybox environment',
  489. long : 'Embed a mesh into a skybox environment. Mesh lighting is by Physically Based Rendering (PBR)',
  490. imgsrc: 'images/basic/skybox.jpg',
  491. },
  492. /////////////////////////////////////////////////////////////
  493. /////////////////////////////////////////////////////////////ADVANCED
  494. {
  495. pyname: 'geological_model',
  496. kbd : '',
  497. categ : 'advanced',
  498. short : 'geological model',
  499. long : 'Recreate a complex 3D model of a geothermal reservoir in Utah (USA). Export it to a '+insertLink('webpage.','vedo.embl.es/examples/geo_scene.html'),
  500. imgsrc: 'images/advanced/geological_model.jpg',
  501. },
  502. {
  503. pyname: 'geodesic',
  504. kbd : '',
  505. categ : 'advanced',
  506. short : 'geodesic lines',
  507. long : 'Dijkstra algorithm to compute the geodesic: the shortest distance between two points on a surface',
  508. imgsrc: 'images/advanced/geodesic.png',
  509. },
  510. {
  511. pyname: 'moving_least_squares1D',
  512. kbd : 'least_squares1d',
  513. categ : 'advanced',
  514. short : 'moving least squares 1d',
  515. long : 'Use the '+insertLink('Moving Least Squares','en.wikipedia.org/wiki/Moving_least_squares')+'algorithm to project a cloud of points to a smooth line',
  516. imgsrc: 'images/advanced/moving_least_squares1D.png',
  517. },
  518. {
  519. pyname: 'moving_least_squares2D',
  520. kbd : 'least_squares2d',
  521. categ : 'advanced',
  522. short : 'moving least squares 2d',
  523. long : 'Use the '+insertLink('Moving Least Squares','en.wikipedia.org/wiki/Moving_least_squares')+'algorithm to project a cloud of points to a smooth surface',
  524. imgsrc: 'images/advanced/least_squares2D.png',
  525. },
  526. {
  527. pyname: 'recosurface',
  528. kbd : '',
  529. categ : 'advanced',
  530. short : 'point cloud to mesh',
  531. long : 'Reconstruct a triangular mesh from a noisy cloud of points.',
  532. imgsrc: 'images/advanced/recosurface.png',
  533. },
  534. {
  535. pyname: 'line2mesh_tri',
  536. kbd : 'mesh_tri',
  537. categ : 'advanced',
  538. short : 'generate a tri-mesh',
  539. long : 'Generate a triangular mesh from a line contour in 2D.',
  540. imgsrc: 'images/advanced/line2mesh_tri.jpg',
  541. },
  542. {
  543. pyname: 'line2mesh_quads',
  544. kbd : 'mesh_quads',
  545. categ : 'advanced',
  546. short : 'generate a quad-mesh',
  547. long : 'Generate a quad-mesh from a line contour in 2D.',
  548. imgsrc: 'images/advanced/line2mesh_quads.png',
  549. },
  550. {
  551. pyname: 'voronoi2',
  552. kbd : '',
  553. categ : 'advanced',
  554. short : 'voronoi tessellation',
  555. long : 'Perform 2D Voronoi tessellation of a set of input points and a grid',
  556. imgsrc: 'images/advanced/voronoi2.png',
  557. },
  558. {
  559. pyname: 'meshquality',
  560. kbd : '',
  561. categ : 'advanced',
  562. short : 'mesh quality metrics',
  563. long : 'Visualize various metrics of quality for the cells of a triangular mesh',
  564. imgsrc: 'images/advanced/meshquality.png',
  565. },
  566. {
  567. pyname: 'mesh_smoother2',
  568. kbd : '',
  569. categ : 'advanced',
  570. short : 'smoothing a mesh',
  571. long : 'Smoothing a mesh using different combinations of algorithms and parameters',
  572. imgsrc: 'images/advanced/mesh_smoother2.png',
  573. },
  574. {
  575. pyname: 'warp1',
  576. kbd : '',
  577. categ : 'advanced',
  578. short : 'thin plate splines',
  579. long : 'Thin Plate Spline transformations describe a nonlinear warping defined by source and target points',
  580. imgsrc: 'images/advanced/warp1.png',
  581. },
  582. {
  583. pyname: 'warp2',
  584. kbd : '',
  585. categ : 'advanced',
  586. short : 'thin plate splines 3d',
  587. long : 'Warp part of a mesh using Thin Plate Splines. Red points stay fixed while one point in space moves along the arrow',
  588. imgsrc: 'images/advanced/warp2.png',
  589. },
  590. {
  591. pyname: 'warp3',
  592. kbd : '',
  593. categ : 'advanced',
  594. short : 'warping fit in 2d',
  595. long : 'Two sets of landmark points define a displacement field using thin plate splines as a model',
  596. imgsrc: 'images/advanced/warp3.png',
  597. },
  598. {
  599. pyname: 'warp4a',
  600. kbd : '',
  601. categ : 'advanced',
  602. short : 'interactive morphing 2d',
  603. long : 'Morph/warp a 2D shape by manually setting displacement arrows',
  604. imgsrc: 'images/advanced/warp4.png',
  605. },
  606. {
  607. pyname: 'warp4b',
  608. kbd : '',
  609. categ : 'advanced',
  610. short : 'interactive morphing 3d',
  611. long : 'Morph/warp a 3D shape by manually assigning a set of corresponding landmarks',
  612. imgsrc: 'images/advanced/warp4b.jpg',
  613. },
  614. {
  615. pyname: 'warp5',
  616. kbd : '',
  617. categ : 'advanced',
  618. short : 'quadratic fit morphing',
  619. long : 'Morph source on target mesh by fitting the 18 parameters of a quadratic transformation',
  620. imgsrc: 'images/advanced/warp5.png',
  621. },
  622. {
  623. pyname: 'splitmesh',
  624. kbd : '',
  625. categ : 'advanced',
  626. short : 'mesh connectivity',
  627. long : 'Split a mesh by connectivity and order the pieces by their surface area',
  628. imgsrc: 'images/advanced/splitmesh.png',
  629. },
  630. {
  631. pyname: 'fitline',
  632. kbd : '',
  633. categ : 'advanced',
  634. short : 'fit lines and planes',
  635. long : 'Fit a line and a plane to a cloud of points in 3D',
  636. imgsrc: 'images/advanced/fitline.png',
  637. },
  638. {
  639. pyname: 'fitspheres1',
  640. kbd : '',
  641. categ : 'advanced',
  642. short : 'fit a sphere',
  643. long : 'Fit spheres to a region of a surface defined by n points that are closest to a given point',
  644. imgsrc: 'images/advanced/fitspheres1.jpg',
  645. },
  646. {
  647. pyname: 'convex_hull',
  648. kbd : '',
  649. categ : 'advanced',
  650. short : 'convex hull',
  651. long : 'Create the Convex Hull of a mesh or a set of input points ',
  652. imgsrc: 'images/advanced/convexHull.png',
  653. },
  654. {
  655. pyname: 'contours2mesh',
  656. kbd : '',
  657. categ : 'advanced',
  658. short : 'countours to mesh',
  659. long : 'Generate a surface mesh by joining a set of closeby countour lines',
  660. imgsrc: 'images/advanced/contours2mesh.png',
  661. },
  662. {
  663. pyname: 'interpolate_field',
  664. kbd : '',
  665. categ : 'advanced',
  666. short : 'interpolate field',
  667. long : 'Interpolate a vectorial field with Thin Plate Splines or Radial Basis Function. Share camera btw different windows',
  668. imgsrc: 'images/advanced/interpolateField.png',
  669. },
  670. {
  671. pyname: 'interpolate_scalar1',
  672. kbd : '',
  673. categ : 'advanced',
  674. short : 'transfer mesh array',
  675. long : 'Interpolate the scalar values from one mesh or point clouds object onto another one',
  676. imgsrc: 'images/advanced/interpolateScalar1.png',
  677. },
  678. {
  679. pyname: 'interpolate_scalar2',
  680. kbd : '',
  681. categ : 'advanced',
  682. short : 'interpolate array',
  683. long : 'Use scipy Radial Basis Function to interpolate a scalar known on a set of points on a mesh the scalar is not defined',
  684. imgsrc: 'images/advanced/interpolateScalar2.png',
  685. },
  686. {
  687. pyname: 'interpolate_scalar3',
  688. kbd : '',
  689. categ : 'advanced',
  690. short : 'interpolate array',
  691. long : 'Interpolate the arrays of a source mesh onto another (the ellipsoid) by averaging closest point values',
  692. imgsrc: 'images/advanced/interpolateScalar3.png',
  693. },
  694. {
  695. pyname: 'interpolate_scalar4',
  696. kbd : '',
  697. categ : 'advanced',
  698. short : 'interpolate array',
  699. long : 'Interpolate cell values from a quad-mesh to a tri-mesh of different resolution',
  700. imgsrc: 'images/advanced/interpolateScalar4.png',
  701. },
  702. {
  703. pyname: 'diffuse_data',
  704. kbd : '',
  705. categ : 'advanced',
  706. short : 'smooth array',
  707. long : 'Smooth/diffuse an array of scalars on a mesh',
  708. imgsrc: 'images/advanced/diffuse_data.png',
  709. },
  710. {
  711. pyname: 'cut_with_mesh1',
  712. kbd : '',
  713. categ : 'advanced',
  714. short : 'cut mesh with mesh',
  715. long : 'Cut a mesh with another mesh',
  716. imgsrc: 'images/advanced/cutWithMesh1.jpg',
  717. },
  718. {
  719. pyname: 'cut_with_points1',
  720. kbd : '',
  721. categ : 'advanced',
  722. short : 'cut mesh with points',
  723. long : 'Set a loop of points on a mesh to cut/select a region of it.',
  724. imgsrc: 'images/advanced/cutWithPoints1.png',
  725. },
  726. {
  727. pyname: 'cut_with_points2',
  728. kbd : '',
  729. categ : 'advanced',
  730. short : 'cut mesh with loop',
  731. long : 'Set a loop of points on a mesh to cut/select inside cells.',
  732. imgsrc: 'images/advanced/cutWithPoints2.png',
  733. },
  734. {
  735. pyname: 'cut_and_cap',
  736. kbd : '',
  737. categ : 'advanced',
  738. short : 'cut&cap',
  739. long : 'Cut a mesh with an other mesh and cap the holes',
  740. imgsrc: 'images/advanced/cutAndCap.png',
  741. },
  742. {
  743. pyname: 'gyroid',
  744. kbd : '',
  745. categ : 'advanced',
  746. short : 'textured gyroid shape',
  747. long : 'A textured gyroid shape cut by a sphere. Any image texture can be downloaded on the fly.',
  748. imgsrc: 'images/advanced/gyroid.png',
  749. },
  750. {
  751. pyname: 'multi_viewer2',
  752. kbd : '',
  753. categ : 'advanced',
  754. short : 'multi window viewer',
  755. long : 'Create two windows that can interact and share functions',
  756. imgsrc: 'images/advanced/multi_viewer.png',
  757. },
  758. {
  759. pyname: 'timer_callback2',
  760. kbd : '',
  761. categ : 'advanced',
  762. short : 'play/pause application',
  763. long : 'Create a simple application controlled by a timer callback function',
  764. imgsrc: 'images/advanced/timer_callback1.jpg',
  765. },
  766. {
  767. pyname: 'spline_draw1',
  768. kbd : '',
  769. categ : 'advanced',
  770. short : 'draw a spline',
  771. long : 'Draw a spline on a Picture interactively',
  772. imgsrc: 'images/advanced/spline_draw.png',
  773. },
  774. /////////////////////////////////////////////////////////////////////
  775. ///////////////////////////////////////////////////////////////////// Volumetric
  776. /////////////////////////////////////////////////////////////////////
  777. {
  778. pyname: 'numpy2volume2',
  779. kbd : '',
  780. categ : 'volumetric',
  781. short : 'numpy array to volume',
  782. long : 'Create a Volume dataset from a'+insertLink('numpy','numpy.org')+'array',
  783. imgsrc: 'images/volumetric/numpy2volume2.png',
  784. },
  785. {
  786. pyname: 'numpy2volume1',
  787. kbd : '',
  788. categ : 'volumetric',
  789. short : 'numpy mgrid to volume',
  790. long : 'Create a Volume dataset from a'+insertLink('numpy.mgrid','numpy.org/doc/stable/reference/generated/numpy.mgrid.html')+'object',
  791. imgsrc: 'images/volumetric/numpy2volume1.png',
  792. },
  793. {
  794. pyname: 'app_isobrowser',
  795. kbd : 'isobrowser',
  796. categ : 'volumetric',
  797. short : 'browse isosurfaces',
  798. long : 'Peel isosurfaces from an input Volume using a slider',
  799. imgsrc: 'images/advanced/app_isobrowser.gif',
  800. },
  801. {
  802. pyname: 'app_raycaster',
  803. kbd : 'raycaster',
  804. categ : 'volumetric',
  805. short : 'ray cast rendering',
  806. long : 'Visualize an input Volume using ray casting in different modes',
  807. imgsrc: 'images/advanced/app_raycaster.gif',
  808. },
  809. {
  810. pyname: 'slicer1',
  811. kbd : '',
  812. categ : 'volumetric',
  813. short : 'slice a volume',
  814. long : 'Use sliders to control planes slicing an input volume. Create a button to change colormap',
  815. imgsrc: 'images/volumetric/slicer1.jpg',
  816. },
  817. {
  818. pyname: 'read_volume3',
  819. kbd : '',
  820. categ : 'volumetric',
  821. short : '2d interactive slices',
  822. long : 'Inspect a vloumetric dataset interactively by slicing 2d planes with the mouse.',
  823. imgsrc: 'images/volumetric/read_volume3.jpg',
  824. },
  825. {
  826. pyname: 'isosurfaces1',
  827. kbd : '',
  828. categ : 'volumetric',
  829. short : 'isosurface sets',
  830. long : 'Generate the isosurfaces corresponding to a set of thresholds. These surfaces constitute a single object',
  831. imgsrc: 'images/volumetric/isosurfaces.png',
  832. },
  833. {
  834. pyname: 'read_volume1',
  835. kbd : '',
  836. categ : 'volumetric',
  837. short : 'transfer functions',
  838. long : 'Load a 3D volume and set color and visibility of voxels by defining transfer functions',
  839. imgsrc: 'images/volumetric/read_volume1.png',
  840. },
  841. {
  842. pyname: 'read_volume2',
  843. kbd : '',
  844. categ : 'volumetric',
  845. short : 'rendering modes',
  846. long : 'Load a 3D volume and visualize it with either "composite" or "maximum-projection" rendering',
  847. imgsrc: 'images/volumetric/read_volume2.png',
  848. },
  849. {
  850. pyname: 'interpolate_volume',
  851. kbd : 'interpolate_vol',
  852. categ : 'volumetric',
  853. short : 'interpolate a volume',
  854. long : 'Generate a volume by interpolating a scalar which is only known on a scattered set of points',
  855. imgsrc: 'images/volumetric/59095175-1ec5a300-8918-11e9-8bc0-fd35c8981e2b.jpg',
  856. },
  857. {
  858. pyname: 'densifycloud',
  859. kbd : '',
  860. categ : 'volumetric',
  861. short : 'densify point cloud',
  862. long : 'Adds new points to an input point cloud. Points are created so that they are within a target distance of one another',
  863. imgsrc: 'images/volumetric/densifycloud.png',
  864. },
  865. {
  866. pyname: 'legosurface',
  867. kbd : '',
  868. categ : 'volumetric',
  869. short : 'lego-style voxels',
  870. long : "Represent a volume as lego blocks (voxels). Colors correspond to the volume's scalar",
  871. imgsrc: 'images/volumetric/56820682-da40e500-684c-11e9-8ea3-91cbcba24b3a.png',
  872. },
  873. {
  874. pyname: 'streamlines2',
  875. kbd : '',
  876. categ : 'volumetric',
  877. short : 'stream lines',
  878. long : 'Load an existing structured grid and draw the streamlines of a velocity field',
  879. imgsrc: 'images/volumetric/56964001-9145a500-6b5a-11e9-935b-1b2425bd7dd2.png',
  880. },
  881. {
  882. pyname: 'streamlines4',
  883. kbd : '',
  884. categ : 'volumetric',
  885. short : 'stream lines in 2d',
  886. long : 'Draw the streamlines of a 2D vector field',
  887. imgsrc: 'images/volumetric/81459343-b9210d00-919f-11ea-846c-152d62cba06e.png',
  888. },
  889. {
  890. pyname: 'office',
  891. kbd : '',
  892. categ : 'volumetric',
  893. short : 'stream tubes airflow',
  894. long : 'Stream tubes airflow in an office with ventilation and a burning cigarette',
  895. imgsrc: 'images/volumetric/56964003-9145a500-6b5a-11e9-9d9e-9736d90e1900.png',
  896. },
  897. {
  898. pyname: 'streamlines3',
  899. kbd : '',
  900. categ : 'volumetric',
  901. short : 'OpenFOAM cavity',
  902. long : 'Draw streamlines for the cavity case from the '+insertLink('OpenFOAM tutorial','cfd.direct/openfoam/user-guide/v6-cavity'),
  903. imgsrc: 'images/volumetric/streamlines3.png',
  904. },
  905. {
  906. pyname: 'tensors',
  907. kbd : '',
  908. categ : 'volumetric',
  909. short : 'tensors',
  910. long : 'Visualize stress tensors as oriented ellipsoids',
  911. imgsrc: 'images/volumetric/tensors.png',
  912. },
  913. {
  914. pyname: 'multiscalars',
  915. kbd : '',
  916. categ : 'volumetric',
  917. short : 'scalar channels',
  918. long : 'Extract one scalar channel from a volumetric dataset with multiple scalars associated to each voxel',
  919. imgsrc: 'images/volumetric/multiscalars.png',
  920. },
  921. {
  922. pyname: 'lowpassfilter',
  923. kbd : '',
  924. categ : 'volumetric',
  925. short : 'low-pass filter',
  926. long : 'High frequencies of the Fourier Transform are cut off in a volumetric dataset',
  927. imgsrc: 'images/volumetric/lowpassfilter.png',
  928. },
  929. {
  930. pyname: 'erode_dilate',
  931. kbd : '',
  932. categ : 'volumetric',
  933. short : 'erode and dilate',
  934. long : 'Erode or dilate a Volume by replacing a voxel with the max/min over an ellipsoidal neighborhood',
  935. imgsrc: 'images/volumetric/erode_dilate.png',
  936. },
  937. {
  938. pyname: 'mesh2volume',
  939. kbd : '',
  940. categ : 'volumetric',
  941. short : 'binarize a volume',
  942. long : 'Build a volume from a mesh where the inside voxels are set to 1 and the outside voxels are set to 0',
  943. imgsrc: 'images/volumetric/mesh2volume.png',
  944. },
  945. {
  946. pyname: 'probe_points',
  947. kbd : '',
  948. categ : 'volumetric',
  949. short : 'probing points',
  950. long : 'Probe a volumetric dataset with a point cloud and plot the intensity values',
  951. imgsrc: 'images/volumetric/probePoints.png',
  952. },
  953. {
  954. pyname: 'probe_line2',
  955. kbd : '',
  956. categ : 'volumetric',
  957. short : 'probing line',
  958. long : 'Probe a volumetric dataset with a line and plot the intensity values',
  959. imgsrc: 'images/volumetric/probeLine2.png',
  960. },
  961. {
  962. pyname: 'probe_line1',
  963. kbd : '',
  964. categ : 'volumetric',
  965. short : 'probing lines',
  966. long : 'Probe a volumetric dataset with a lines and color-code them',
  967. imgsrc: 'images/volumetric/probeLine1.png',
  968. },
  969. {
  970. pyname: 'slice_plane1',
  971. kbd : '',
  972. categ : 'volumetric',
  973. short : 'probing plane',
  974. long : 'Slice/probe a Volume with a simple oriented plane',
  975. imgsrc: 'images/volumetric/slicePlane1.gif',
  976. },
  977. {
  978. pyname: 'slice_plane2',
  979. kbd : '',
  980. categ : 'volumetric',
  981. short : 'probing planes',
  982. long : 'Slice/probe a Volume with multiple planes. Make low values of the scalar completely transparent',
  983. imgsrc: 'images/volumetric/slicePlane2.png',
  984. },
  985. {
  986. pyname: 'slice_plane3',
  987. kbd : '',
  988. categ : 'volumetric',
  989. short : 'interactive probing',
  990. long : 'Slice/probe a Volume interactively.',
  991. imgsrc: 'images/volumetric/slicePlane3.jpg',
  992. },
  993. {
  994. pyname: 'slab_vol',
  995. kbd : '',
  996. categ : 'volumetric',
  997. short : 'slice a slab',
  998. long : 'Average intensity over a thick "slab" of a Volume.',
  999. imgsrc: 'images/volumetric/slab_vol.jpg',
  1000. },
  1001. {
  1002. pyname: 'slice_mesh',
  1003. kbd : '',
  1004. categ : 'volumetric',
  1005. short : 'probing mesh',
  1006. long : 'Slice/probe a Volume with a polygonal mesh',
  1007. imgsrc: 'images/volumetric/sliceMesh.png',
  1008. },
  1009. {
  1010. pyname: 'delaunay3d',
  1011. kbd : '',
  1012. categ : 'volumetric',
  1013. short : 'delaunay 3d',
  1014. long : 'Use Delaunay algorithm to generate a tetrahedral mesh of a convex surface',
  1015. imgsrc: 'images/volumetric/delaunay3d.png',
  1016. },
  1017. {
  1018. pyname: 'tetralize_surface',
  1019. kbd : 'tetralize',
  1020. categ : 'volumetric',
  1021. short : 'tetralize any surface',
  1022. long : 'Generate a tetrahedral mesh from an arbitrary closed polygonal surface',
  1023. imgsrc: 'images/volumetric/tetralize_surface.jpg',
  1024. },
  1025. {
  1026. pyname: 'tet_threshold',
  1027. kbd : '',
  1028. categ : 'volumetric',
  1029. short : 'tetmesh thresholding',
  1030. long : 'Threshold a tetrahedral mesh using a scalar array',
  1031. imgsrc: 'images/volumetric/82767103-2500a800-9e25-11ea-8506-e583e8ec4b01.jpg',
  1032. },
  1033. {
  1034. pyname: 'tet_cut1',
  1035. kbd : '',
  1036. categ : 'volumetric',
  1037. short : 'tetmesh cutting',
  1038. long : 'Cut a tetrahedral mesh with an arbitrary polygonal mesh',
  1039. imgsrc: 'images/volumetric/82767107-2631d500-9e25-11ea-967c-42558f98f721.jpg',
  1040. },
  1041. {
  1042. pyname: 'tet_isos_slice',
  1043. kbd : '',
  1044. categ : 'volumetric',
  1045. short : 'tetmesh slicing',
  1046. long : 'Slice a tetrahedral mesh with a plane',
  1047. imgsrc: 'images/volumetric/tet_isos_slice.png',
  1048. },
  1049. {
  1050. pyname: 'earth_model',
  1051. kbd : '',
  1052. categ : 'volumetric',
  1053. short : 'earth model',
  1054. long : 'Customized representation of a tetrahedral mesh of a Earth model',
  1055. imgsrc: 'images/volumetric/earth_model.jpg',
  1056. },
  1057. {
  1058. pyname: 'ugrid2',
  1059. kbd : '',
  1060. categ : 'volumetric',
  1061. short: 'unstructured grids',
  1062. long : 'Cut an unstructured grid with a plane',
  1063. imgsrc: 'images/volumetric/ugrid2.png',
  1064. },
  1065. {
  1066. pyname: 'image_rgba',
  1067. kbd : '',
  1068. categ : 'volumetric',
  1069. short : 'numpy to image',
  1070. long : 'Create an image from a numpy array containing an alpha channel for opacity',
  1071. imgsrc: 'images/volumetric/image_rgba.png',
  1072. },
  1073. {
  1074. pyname: 'image_false_colors',
  1075. kbd : '',
  1076. categ : 'volumetric',
  1077. short : 'image false colors',
  1078. long : 'Generate the Mandelbrot set as a color-mapped Picture object',
  1079. imgsrc: 'images/volumetric/image_false_colors.png',
  1080. },
  1081. {
  1082. pyname: 'image_to_mesh',
  1083. kbd : '',
  1084. categ : 'volumetric',
  1085. short : 'image to mesh',
  1086. long : 'Transform a normal jpg/png picture into a polygonal mesh or threshold it',
  1087. imgsrc: 'images/volumetric/image_to_mesh.jpg',
  1088. },
  1089. {
  1090. pyname: 'image_probe',
  1091. kbd : '',
  1092. categ : 'volumetric',
  1093. short: 'probe image pixels',
  1094. long : 'Probe image intensities along a set of lines',
  1095. imgsrc: 'images/volumetric/image_probe.jpg',
  1096. },
  1097. {
  1098. pyname: 'image_fft',
  1099. kbd : '',
  1100. categ : 'volumetric',
  1101. short : '2d fourier transform',
  1102. long : 'Perform 2D Fast Fourier Transform of an image',
  1103. imgsrc: 'images/volumetric/image_fft.png',
  1104. },
  1105. /////////////////////////////////////////////////////////////////////////////////// simulations
  1106. {
  1107. pyname: 'spline_ease',
  1108. kbd : '',
  1109. categ : 'simulations',
  1110. short : 'spline with easing',
  1111. long : 'Spline a set of points to form a line of given resolution. Control point density to create an'+insertLink('easing','easings.net')+'effect.',
  1112. imgsrc: 'images/simulations/spline_ease.gif',
  1113. },
  1114. {
  1115. pyname: 'trail',
  1116. kbd : '',
  1117. categ : 'simulations',
  1118. short : 'add a trailing line',
  1119. long : 'Add a trailing line to a moving object',
  1120. imgsrc: 'images/simulations/trail.gif',
  1121. },
  1122. {
  1123. pyname: 'airplane2',
  1124. kbd : '',
  1125. categ : 'simulations',
  1126. short : 'airplanes',
  1127. long : 'Draw the shadow and trailing lines of two objects moving',
  1128. imgsrc: 'images/simulations/57341963-b8910900-713c-11e9-898a-84b6d3712bce.gif',
  1129. },
  1130. {
  1131. pyname: 'aspring1',
  1132. kbd : 'spring1',
  1133. categ : 'simulations',
  1134. short : 'dumped spring motion',
  1135. long : 'Simulation of a block connected to a spring in a viscous medium',
  1136. imgsrc: 'images/simulations/50738955-7e891800-11d9-11e9-85cd-02bd4f3f13ea.gif',
  1137. },
  1138. {
  1139. pyname: 'mag_field1',
  1140. kbd : '',
  1141. categ : 'simulations',
  1142. short : 'biot-savart law',
  1143. long : 'Drag points to compute and visualize the magnetic field generated by a wire',
  1144. imgsrc: 'images/simulations/mag_field.png',
  1145. },
  1146. {
  1147. pyname: 'grayscott',
  1148. kbd : '',
  1149. categ : 'simulations',
  1150. short : 'reaction-diffusion',
  1151. long : 'Turing system of reaction-diffusion between two molecules:<br>the'+insertLink('Gray-Scott','mrob.com/pub/comp/xmorphia/index.html')+'model.',
  1152. imgsrc: 'images/simulations/grayscott.gif',
  1153. },
  1154. {
  1155. pyname: 'doubleslit',
  1156. kbd : '',
  1157. categ : 'simulations',
  1158. short : 'the double slit exp.',
  1159. long : 'Simulation of the double slit experiment. Any number of slits of any geometry can be simulated',
  1160. imgsrc: 'images/simulations/96374703-86c70300-1174-11eb-9bfb-431a1ae5346d.png',
  1161. },
  1162. {
  1163. pyname: 'tunnelling1',
  1164. kbd : '',
  1165. categ : 'simulations',
  1166. short : 'quantum tunneling',
  1167. long : 'Quantum Tunneling effect using 4th order Runge-Kutta method with arbitrary potential shape',
  1168. imgsrc: 'images/simulations/96375030-e0c8c800-1176-11eb-8fde-83a65de41330.gif',
  1169. },
  1170. {
  1171. pyname: 'tunnelling2',
  1172. kbd : '',
  1173. categ : 'simulations',
  1174. short : 'quantum grid',
  1175. long : 'Evolution of a particle in a box hitting a potential barrier of sinusoidal shape',
  1176. imgsrc: 'images/simulations/tunneling2.gif',
  1177. },
  1178. {
  1179. pyname: 'particle_simulator',
  1180. kbd : 'particle_sim',
  1181. categ : 'simulations',
  1182. short : 'particle scattering',
  1183. long : 'Rutherford scattering. Simulate interacting charged particles in 3D space',
  1184. imgsrc: 'images/simulations/50738891-db380300-11d8-11e9-84c2-0f55be7228f1.gif',
  1185. },
  1186. {
  1187. pyname: 'lorenz',
  1188. kbd : '',
  1189. categ : 'simulations',
  1190. short : 'Lorenz attractor',
  1191. long : 'The most classic'+insertLink('Lorenz attractor','en.wikipedia.org/wiki/Lorenz_system'),
  1192. imgsrc: 'images/simulations/lorenz.png',
  1193. },
  1194. {
  1195. pyname: 'fourier_epicycles',
  1196. kbd : 'epicycles',
  1197. categ : 'simulations',
  1198. short : 'fourier epicycles',
  1199. long : 'Fourier reconstruction of a 2D shape showing the '+insertLink('epicycle components','thecodingtrain.com/CodingChallenges/130.2-fourier-transform-drawing.html'),
  1200. imgsrc: 'images/simulations/fourier_epicycles.gif',
  1201. },
  1202. {
  1203. pyname: 'pendulum_ode',
  1204. kbd : '',
  1205. categ : 'simulations',
  1206. short : 'double pendulum in 2d',
  1207. long : 'Simulation of a composite pendulum by solving the corresponding set of ODE',
  1208. imgsrc: 'images/simulations/pendulum_ode.gif',
  1209. },
  1210. {
  1211. pyname: 'pendulum_3d',
  1212. kbd : '',
  1213. categ : 'simulations',
  1214. short : 'double pendulum in 3d',
  1215. long : 'Simulation of a '+ insertLink('composite pendulum','www.youtube.com/watch?v=MtG9cueB548') +' with lagrangian mechanics in 3D',
  1216. imgsrc: 'images/simulations/pendulum_3d.gif',
  1217. },
  1218. {
  1219. pyname: 'multiple_pendulum',
  1220. kbd : '',
  1221. categ : 'simulations',
  1222. short : 'multiple pendulum',
  1223. long : 'Multiple pendulum simulation by simple Euler integration',
  1224. imgsrc: 'images/simulations/multiple_pendulum.gif',
  1225. },
  1226. {
  1227. pyname: 'gyroscope1',
  1228. kbd : '',
  1229. categ : 'simulations',
  1230. short : 'hanging gyroscope',
  1231. long : 'Simulation of a gyroscope hanging from a spring',
  1232. imgsrc: 'images/simulations/39766016-85c1c1d6-52e3-11e8-8575-d167b7ce5217.gif',
  1233. },
  1234. {
  1235. pyname: 'wave_equation1d',
  1236. kbd : '',
  1237. categ : 'simulations',
  1238. short : 'coupled oscillators',
  1239. long : 'Simulate a set of coupled oscillators to compare two integration schemes: Euler vs. Runge-Kutta4',
  1240. imgsrc: 'images/simulations/39360796-ea5f9ef0-4a1f-11e8-85cb-f3e21072c7d5.gif',
  1241. },
  1242. {
  1243. pyname: 'wave_equation2d',
  1244. kbd : '',
  1245. categ : 'simulations',
  1246. short : '2d waves',
  1247. long : 'Solve the 2D wave equation using finite differences and forward Euler method',
  1248. imgsrc: 'images/simulations/wave2d.gif',
  1249. },
  1250. {
  1251. pyname: 'brownian2d',
  1252. kbd : '',
  1253. categ : 'simulations',
  1254. short : 'brownian motion',
  1255. long : 'Motion of a big brownian particle in a swarm of small particles in 2D',
  1256. imgsrc: 'images/simulations/50738948-73ce8300-11d9-11e9-8ef6-fc4f64c4a9ce.gif',
  1257. },
  1258. {
  1259. pyname: 'gas',
  1260. kbd : '',
  1261. categ : 'simulations',
  1262. short : 'gas in a toroidal tank',
  1263. long : 'A model of an ideal gas with hard-sphere collisions',
  1264. imgsrc: 'images/simulations//50738954-7e891800-11d9-11e9-95aa-67c92ca6476b.gif',
  1265. },
  1266. {
  1267. pyname: 'volterra',
  1268. kbd : '',
  1269. categ : 'simulations',
  1270. short : 'lotka-volterra model',
  1271. long : 'The Lotka-Volterra model where: x is the number of preys and y the number of predators',
  1272. imgsrc: 'images/simulations/volterra.png',
  1273. },
  1274. {
  1275. pyname: 'drag_chain',
  1276. kbd : '',
  1277. categ : 'simulations',
  1278. short : 'forward kinematics',
  1279. long : 'Move the mouse over a 3D surface to drag the chain of rigid segments',
  1280. imgsrc: 'images/simulations/drag_chain.gif',
  1281. },
  1282. {
  1283. pyname: 'optics_main2',
  1284. kbd : '',
  1285. categ : 'simulations',
  1286. short : 'optics simulation',
  1287. long : 'Simulation of an optical system with lenses of arbitrary shapes and orientations',
  1288. imgsrc: 'images/simulations/optics_main2.png',
  1289. },
  1290. {
  1291. pyname: 'optics_main3',
  1292. kbd : '',
  1293. categ : 'simulations',
  1294. short : 'the butterfly effect',
  1295. long : 'The '+insertLink('butterfly effect','www.youtube.com/watch?v=kBow0kTVn3s')+' with cylindrical mirrors, a laser and a photon detector',
  1296. imgsrc: 'images/simulations/optics_main3.gif',
  1297. },
  1298. {
  1299. pyname: 'self_org_maps2d',
  1300. kbd : 'org_maps2d',
  1301. categ : 'simulations',
  1302. short : 'self organizing maps',
  1303. long : 'Self organizing maps'+insertLink('(SOM):','en.wikipedia.org/wiki/Self-organizing_map')+'a type of artificial neural network trained by unsupervised learning',
  1304. imgsrc: 'images/simulations/self_org_maps2d.gif',
  1305. },
  1306. {
  1307. pyname: 'value_iteration',
  1308. kbd : 'value_iter',
  1309. categ : 'simulations',
  1310. short : 'solve a random maze',
  1311. long : 'Solve a random maze with Markovian Decision Process'+insertLink('(MDP)','en.wikipedia.org/wiki/Markov_decision_process'),
  1312. imgsrc: 'images/simulations/value_iteration.png',
  1313. },
  1314. ///////////////////////////////////////////////////////////
  1315. /////////////////////////////////////////////////////////// plotting
  1316. ///////////////////////////////////////////////////////////
  1317. {
  1318. pyname: 'earthquake_browser',
  1319. kbd : 'earthquake',
  1320. categ : 'plotting',
  1321. short : "earthquake browser",
  1322. long : 'Visualize magnitude 2.5+ earthquakes in the past 30 days via a slider. Areas are proportional to energy release',
  1323. imgsrc: 'images/pyplot/earthquake_browser.jpg',
  1324. },
  1325. {
  1326. pyname: 'caption',
  1327. kbd : '',
  1328. categ : 'plotting',
  1329. short : 'add 2d captions',
  1330. long : 'Attach a 2D caption to an object and use Chinese, Japanese and Russian fonts',
  1331. imgsrc: 'images/pyplot/caption.png',
  1332. },
  1333. {
  1334. pyname: 'fonts3d',
  1335. kbd : '',
  1336. categ : 'plotting',
  1337. short : 'polygonal 3d fonts',
  1338. long : 'Visualize all available 2D and 3D polygonal fonts (check for more '+insertLink('here','vedo.embl.es/fonts')+')',
  1339. imgsrc: 'images/pyplot/fonts3d.png',
  1340. },
  1341. {
  1342. pyname: 'latex',
  1343. kbd : '',
  1344. categ : 'plotting',
  1345. short : 'latex formulas',
  1346. long : 'Generate an expression image from standard Latex syntax',
  1347. imgsrc: 'images/pyplot/latex.png',
  1348. },
  1349. {
  1350. pyname: 'custom_axes1',
  1351. kbd : '',
  1352. categ : 'plotting',
  1353. short : 'customize axes',
  1354. long : 'Create customized axes with more than 40 paramenter options',
  1355. imgsrc: 'images/pyplot/customAxes1.png',
  1356. },
  1357. {
  1358. pyname: 'custom_axes2',
  1359. kbd : '',
  1360. categ : 'plotting',
  1361. short : 'invert axes',
  1362. long : 'Shift and invert axes direction and labels',
  1363. imgsrc: 'images/pyplot/customAxes2.png',
  1364. },
  1365. {
  1366. pyname: 'custom_axes3',
  1367. kbd : '',
  1368. categ : 'plotting',
  1369. short : 'shift axis planes',
  1370. long : 'Cartesian planes can be displaced from their lower-range default positions',
  1371. imgsrc: 'images/pyplot/customAxes3.png',
  1372. },
  1373. {
  1374. pyname: 'custom_axes4',
  1375. kbd : '',
  1376. categ : 'plotting',
  1377. short : 'axes for all',
  1378. long : 'Create individual axes for each object in a scene. Access any element to change its size and color',
  1379. imgsrc: 'images/pyplot/customIndividualAxes.png',
  1380. },
  1381. {
  1382. pyname: 'markpoint',
  1383. kbd : '',
  1384. categ : 'plotting',
  1385. short : 'follow the camera',
  1386. long : 'Lock an object orientation to constantly face the scene camera',
  1387. imgsrc: 'images/pyplot/markpoint.jpg',
  1388. },
  1389. {
  1390. pyname: 'scatter2',
  1391. kbd : '',
  1392. categ : 'plotting',
  1393. short : 'variable marker sizes',
  1394. long : 'A scatter plot with marker size proportional to sin(2x) red level proportional to cos(2x)',
  1395. imgsrc: 'images/pyplot/scatter2.png',
  1396. },
  1397. {
  1398. pyname: 'scatter3',
  1399. kbd : '',
  1400. categ : 'plotting',
  1401. short : 'scatter plot',
  1402. long : 'Create a scatter plot to overlay three different distributions of points',
  1403. imgsrc: 'images/pyplot/scatter3.png',
  1404. },
  1405. {
  1406. pyname: 'plot_errbars',
  1407. kbd : '',
  1408. categ : 'plotting',
  1409. short : 'plot styles',
  1410. long : 'Superpose 1D plots with different line and marker styles',
  1411. imgsrc: 'images/pyplot/plot_errbars.png',
  1412. },
  1413. {
  1414. pyname: 'plot_pip',
  1415. kbd : '',
  1416. categ : 'plotting',
  1417. short : 'picture in picture',
  1418. long : 'Picture in picture plotting',
  1419. imgsrc: 'images/pyplot/plot_pip.png',
  1420. },
  1421. {
  1422. pyname: 'fit_polynomial1',
  1423. kbd : '',
  1424. categ : 'plotting',
  1425. short : 'linear fit',
  1426. long : 'Linear fitting. Use a MonteCarlo + boostrap technique to obtain <b>correct</b> errors and error bands',
  1427. imgsrc: 'images/pyplot/fitPolynomial1.png',
  1428. },
  1429. {
  1430. pyname: 'fit_polynomial2',
  1431. kbd : '',
  1432. categ : 'plotting',
  1433. short : 'fit data w/ error bars',
  1434. long : 'Polynomial fitting. Use a MonteCarlo + boostrap technique to obtain <b>correct</b> errors and error bands',
  1435. imgsrc: 'images/pyplot/fitPolynomial2.png',
  1436. },
  1437. {
  1438. pyname: 'fit_erf',
  1439. kbd : '',
  1440. categ : 'plotting',
  1441. short : 'fit data w/ error bars',
  1442. long : 'Fit data with error bars to a custom function. Add labels to the figure.',
  1443. imgsrc: 'images/pyplot/fit_erf.png',
  1444. },
  1445. {
  1446. pyname: 'fit_curve1',
  1447. kbd : '',
  1448. categ : 'plotting',
  1449. short : 'fit data w/ error bars',
  1450. long : 'Fitting a curve to a dataset. Add a legend to the figure.',
  1451. imgsrc: 'images/pyplot/fit_curve.png',
  1452. },
  1453. {
  1454. pyname: 'plot_errband',
  1455. kbd : 'errband',
  1456. categ : 'plotting',
  1457. short : 'line with error bands',
  1458. long : 'Plotting continuous functions with known error bands',
  1459. imgsrc: 'images/pyplot/plot_errband.png',
  1460. },
  1461. {
  1462. pyname: 'plot_extra_yaxis',
  1463. kbd : 'extra_yaxis',
  1464. categ : 'plotting',
  1465. short : 'extra y-axis',
  1466. long : 'Add a secondary y-axis for units conversion to a plot and embed it in the 3D world coords system',
  1467. imgsrc: 'images/pyplot/plot_extra_yaxis.png',
  1468. },
  1469. {
  1470. pyname: 'fit_circle',
  1471. kbd : '',
  1472. categ : 'plotting',
  1473. short : 'fit circles in 3d',
  1474. long : 'Fast, analytic fitting of a circle in 3D. Compute the signed curvature of a curve in space.',
  1475. imgsrc: 'images/pyplot/fitCircle.png',
  1476. },
  1477. {
  1478. pyname: 'lines_intersect',
  1479. kbd : '',
  1480. categ : 'plotting',
  1481. short : 'coplanar intersections',
  1482. long : 'Find the intersection points of two coplanar lines',
  1483. imgsrc: 'images/pyplot/lines_intersect.png',
  1484. },
  1485. {
  1486. pyname: 'intersect2d',
  1487. kbd : '',
  1488. categ : 'plotting',
  1489. short : 'intersect triangles',
  1490. long : 'Find the overlapping area of 2 triangles',
  1491. imgsrc: 'images/pyplot/intersect2d.png',
  1492. },
  1493. {
  1494. pyname: 'explore5d',
  1495. kbd : '',
  1496. categ : 'plotting',
  1497. short : 'point cloud analysis',
  1498. long : 'Read a data from ascii file and make a simple analysis visualizing 3 of the 5 dimensions of the dataset',
  1499. imgsrc: 'images/pyplot/explore5d.png',
  1500. },
  1501. {
  1502. pyname: 'plot_density2d',
  1503. kbd : 'density2d',
  1504. categ : 'plotting',
  1505. short : 'density plot in 2d',
  1506. long : 'Density plot from a distribution of points in 2D',
  1507. imgsrc: 'images/pyplot/plot_density2d.png',
  1508. },
  1509. {
  1510. pyname: 'plot_density3d',
  1511. kbd : 'density3d',
  1512. categ : 'plotting',
  1513. short : 'density plot in 3d',
  1514. long : 'A volumetric density plot from a distribution of points in 3D',
  1515. imgsrc: 'images/pyplot/plot_density3d.png',
  1516. },
  1517. {
  1518. pyname: 'plot_density4d',
  1519. kbd : 'density4d',
  1520. categ : 'plotting',
  1521. short : 'density plot in 4d',
  1522. long : 'Plot the time evolution of a density field in space',
  1523. imgsrc: 'images/pyplot/plot_density4d.gif',
  1524. },
  1525. {
  1526. pyname: 'goniometer',
  1527. kbd : '',
  1528. categ : 'plotting',
  1529. short : 'goniometer',
  1530. long : 'A 3D-ruler axis style, a vignette and a goniometer',
  1531. imgsrc: 'images/pyplot/goniometer.png',
  1532. },
  1533. {
  1534. pyname: 'graph_network',
  1535. kbd : '',
  1536. categ : 'plotting',
  1537. short : 'graph network',
  1538. long : 'Optimize and visualize a 2D/3D network with its properties',
  1539. imgsrc: 'images/pyplot/graph_network.png',
  1540. },
  1541. {
  1542. pyname: 'graph_lineage',
  1543. kbd : '',
  1544. categ : 'plotting',
  1545. short : 'lineage graph',
  1546. long : 'Generate a lineage graph of cell divisions',
  1547. imgsrc: 'images/pyplot/graph_lineage.png',
  1548. },
  1549. {
  1550. pyname: 'plot_fxy1',
  1551. kbd : 'fxy1',
  1552. categ : 'plotting',
  1553. short : 'plot real/complex func.',
  1554. long : 'Draw z = f(x,y) surface specified as a string or as a reference to an external function.',
  1555. imgsrc: 'images/pyplot/plot_fxy.png',
  1556. },
  1557. {
  1558. pyname: 'plot_fxy2',
  1559. kbd : 'fxy2',
  1560. categ : 'plotting',
  1561. short : 'plot real/complex func.',
  1562. long : 'Draw z = f(x,y) surface specified as a string or as a reference to an external function.',
  1563. imgsrc: 'images/pyplot/plot_fxy2.jpg',
  1564. },
  1565. {
  1566. pyname: 'isolines',
  1567. kbd : '',
  1568. categ : 'plotting',
  1569. short : 'isolines and gradients',
  1570. long : 'Draw the isolines and isobands of a scalar field on a surface. Compute the gradient of the field.' ,
  1571. imgsrc: 'images/pyplot/isolines.png',
  1572. },
  1573. {
  1574. pyname: 'histo_1d_b',
  1575. kbd : '',
  1576. categ : 'plotting',
  1577. short : 'simple 1d histogram',
  1578. long : 'Create and overlay a simple 1D histogram with error bars',
  1579. imgsrc: 'images/pyplot/histo_1D.png',
  1580. },
  1581. {
  1582. pyname: 'histo_gauss',
  1583. kbd : '',
  1584. categ : 'plotting',
  1585. short : 'histograms and curves',
  1586. long : 'Create and overlay a simple 1D histogram with fitting curves',
  1587. imgsrc: 'images/pyplot/histo_gauss.png',
  1588. },
  1589. {
  1590. pyname: 'histo_pca',
  1591. kbd : '',
  1592. categ : 'plotting',
  1593. short : 'histogram along axis',
  1594. long : '1D histogram of a distribution along a PCA axis',
  1595. imgsrc: 'images/pyplot/histo_pca.png',
  1596. },
  1597. {
  1598. pyname: 'plot_bars',
  1599. kbd : '',
  1600. categ : 'plotting',
  1601. short : 'bar plot style',
  1602. long : 'A bar-style plot. Useful to plot categories.',
  1603. imgsrc: 'images/pyplot/plot_bars.png',
  1604. },
  1605. {
  1606. pyname: 'histo_2d_a',
  1607. kbd : '',
  1608. categ : 'plotting',
  1609. short : 'histogram in 2d',
  1610. long : 'Histogram of two independent variables',
  1611. imgsrc: 'images/pyplot/histo_2D.png',
  1612. },
  1613. {
  1614. pyname: 'np_matrix',
  1615. kbd : 'matrix',
  1616. categ : 'plotting',
  1617. short : 'plot numpy arrays',
  1618. long : 'Visualize a numpy array, or a categorical 2D scalar',
  1619. imgsrc: 'images/pyplot/np_matrix.png',
  1620. },
  1621. {
  1622. pyname: 'histo_hexagonal',
  1623. kbd : 'hexagonal',
  1624. categ : 'plotting',
  1625. short : 'histogram in 2d',
  1626. long : 'Histogram of 2 independent variables in hexagonal shaped bins',
  1627. imgsrc: 'images/pyplot/histo_hexagonal.png',
  1628. },
  1629. {
  1630. pyname: 'histo_3d',
  1631. kbd : '',
  1632. categ : 'plotting',
  1633. short : 'histogram in 3d',
  1634. long : 'Histogram of 3 independent variables',
  1635. imgsrc: 'images/pyplot/histo_3D.png',
  1636. },
  1637. {
  1638. pyname: 'plot_hexcells',
  1639. kbd : 'plot_hex',
  1640. categ : 'plotting',
  1641. short : 'hex bar plot',
  1642. long : 'Plotting of 2 independent variables in hexagonal shaped bars',
  1643. imgsrc: 'images/pyplot/plot_hexcells.png',
  1644. },
  1645. {
  1646. pyname: 'plot_spheric',
  1647. kbd : '',
  1648. categ : 'plotting',
  1649. short : 'spherical coords plot',
  1650. long : 'Surface plotting in spherical coordinates. Spherical harmonic function is Y(l=2, m=0)',
  1651. imgsrc: 'images/pyplot/plot_spheric.png',
  1652. },
  1653. {
  1654. pyname: 'quiver',
  1655. kbd : '',
  1656. categ : 'plotting',
  1657. short : 'quiver plot',
  1658. long : 'A simple quiver-style plot',
  1659. imgsrc: 'images/pyplot/quiver.png',
  1660. },
  1661. {
  1662. pyname: 'plot_stream',
  1663. kbd : '',
  1664. categ : 'plotting',
  1665. short : 'stream lines',
  1666. long : 'Plot streamlines of the 2D field starting from a given set of seeding points ',
  1667. imgsrc: 'images/pyplot/plot_stream.png',
  1668. },
  1669. {
  1670. pyname: 'histo_violin',
  1671. kbd : '',
  1672. categ : 'plotting',
  1673. short : 'violin style',
  1674. long : 'A "violin" style plot of a few well known statistical distributions',
  1675. imgsrc: 'images/pyplot/histo_violin.png',
  1676. },
  1677. {
  1678. pyname: 'whiskers',
  1679. kbd : '',
  1680. categ : 'plotting',
  1681. short : 'whisker-style plot',
  1682. long : 'Whisker-style plot with quantiles indication (horizontal line shows the mean value)',
  1683. imgsrc: 'images/pyplot/whiskers.png',
  1684. },
  1685. {
  1686. pyname: 'anim_lines',
  1687. kbd : '',
  1688. categ : 'plotting',
  1689. short : 'temporal data plot',
  1690. long : 'Animated plot showing the evolution of multiple temporal data sets',
  1691. imgsrc: 'images/pyplot/anim_lines.gif',
  1692. },
  1693. {
  1694. pyname: 'triangulate2d',
  1695. kbd : '',
  1696. categ : 'plotting',
  1697. short : 'triangulate areas',
  1698. long : 'Triangulate arbitrary line contours in 2D. The contours may be concave and even contain holes',
  1699. imgsrc: 'images/pyplot/triangulate2d.png',
  1700. },
  1701. {
  1702. pyname: 'donut',
  1703. kbd : '',
  1704. categ : 'plotting',
  1705. short : 'donut plot',
  1706. long : 'Create a "donut"-style plot with labels',
  1707. imgsrc: 'images/pyplot/donut.png',
  1708. },
  1709. {
  1710. pyname: 'plot_polar',
  1711. kbd : '',
  1712. categ : 'plotting',
  1713. short : 'splined polar plot',
  1714. long : 'Create a polar function plot with optional splining of the coordinates.',
  1715. imgsrc: 'images/pyplot/plot_polar.png',
  1716. },
  1717. {
  1718. pyname: 'histo_polar',
  1719. kbd : '',
  1720. categ : 'plotting',
  1721. short : 'polar histogram',
  1722. long : 'Create a polar histogram with error bars and/or color mapping',
  1723. imgsrc: 'images/pyplot/histo_polar.png',
  1724. },
  1725. {
  1726. pyname: 'histo_spheric',
  1727. kbd : '',
  1728. categ : 'plotting',
  1729. short : 'spherical histogram',
  1730. long : 'Create a polar histogram with elevation and/or color mapping',
  1731. imgsrc: 'images/pyplot/histo_spheric.png',
  1732. },
  1733. /////////////////////////////////////////////////other
  1734. {
  1735. pyname: 'make_video',
  1736. kbd : '',
  1737. categ : 'other',
  1738. short : 'video shooting',
  1739. long : 'Make a video by setting a sequence of camera positions or by adding individual frames',
  1740. imgsrc: 'images/other/makeVideo.gif',
  1741. },
  1742. {
  1743. pyname: 'clone2d',
  1744. kbd : '',
  1745. categ : 'other',
  1746. short : '2D clone copies',
  1747. long : 'Make a static 2D copy of a 3D mesh and place it anywhere in the rendering window',
  1748. imgsrc: 'images/other/clone2d.png',
  1749. },
  1750. {
  1751. pyname: 'inset',
  1752. kbd : '',
  1753. categ : 'other',
  1754. short : 'inset rendering',
  1755. long : 'Render meshes and other custom objects into inset frames (which can optionally be dragged)',
  1756. imgsrc: 'images/other/inset.png',
  1757. },
  1758. {
  1759. pyname: 'flag_labels1',
  1760. kbd : '',
  1761. categ : 'other',
  1762. short : 'add flags to objects',
  1763. long : 'Add a flag-style label and/or add a flagpole indicator which can follow the camera',
  1764. imgsrc: 'images/other/flag_labels.png',
  1765. },
  1766. {
  1767. pyname: 'flag_labels2',
  1768. kbd : '',
  1769. categ : 'other',
  1770. short : 'add flags to objects',
  1771. long : 'Add a flag-post style indicator which can follow the camera',
  1772. imgsrc: 'images/other/flag_labels2.png',
  1773. },
  1774. {
  1775. pyname: 'qt_window2',
  1776. kbd : '',
  1777. categ : 'other',
  1778. short : 'Qt toolkit',
  1779. long : 'A minimal example of how to embed a rendering window into a '+insertLink('Qt','www.qt.io/')+'application',
  1780. imgsrc: 'images/other/qt_window2.png',
  1781. },
  1782. {
  1783. pyname: 'spherical_harmonics1',
  1784. kbd : 'harmonics1',
  1785. categ : 'other',
  1786. short : 'spherical harmonics',
  1787. long : 'Expand and reconstruct any surface (here a simple box) into'+insertLink('spherical harmonics','en.wikipedia.org/wiki/Spherical_harmonics')+'with'+insertLink('SHTOOLS','shtools.oca.eu/shtools/public/index.html') ,
  1788. imgsrc: 'images/other/spherical_harmonics1.png',
  1789. },
  1790. {
  1791. pyname: 'ellipt_fourier_desc',
  1792. kbd : 'harmonics1',
  1793. categ : 'other',
  1794. short : 'elliptic fourier',
  1795. long : 'Reconstruct a line with '+insertLink('Elliptic Fourier Descriptors','github.com/hbldh/pyefd'),
  1796. imgsrc: 'images/other/ellipt_fourier_desc.png',
  1797. },
  1798. {
  1799. pyname: 'nevergrad_opt',
  1800. kbd : '',
  1801. categ : 'other',
  1802. short : 'nevergrad library',
  1803. long : 'Visulization of a 2D minimization problem solved by '+insertLink('nevergrad','github.com/facebookresearch/nevergrad') ,
  1804. imgsrc: 'images/other/nevergrad_opt.png',
  1805. },
  1806. {
  1807. pyname: 'iminuit1',
  1808. kbd : '',
  1809. categ : 'other',
  1810. short : 'iminuit library',
  1811. long : 'Visulization of a 3D minimization problem solved by '+insertLink('iminuit','github.com/scikit-hep/iminuit') ,
  1812. imgsrc: 'images/other/iminuit1.jpg',
  1813. },
  1814. {
  1815. pyname: 'trimesh/section',
  1816. kbd : 'section',
  1817. categ : 'other',
  1818. short : 'trimesh library',
  1819. long : 'Section of a model showing how to interface vedo to the'+insertLink('trimesh library','github.com/mikedh/trimesh'),
  1820. imgsrc: 'images/other/section.png',
  1821. },
  1822. {
  1823. pyname: 'meshio_read',
  1824. kbd : '',
  1825. categ : 'other',
  1826. short : 'meshio library',
  1827. long : 'Interface vedo to the'+insertLink('meshio library','github.com/nschloe/meshio'),
  1828. imgsrc: 'images/other/meshio_read.png',
  1829. },
  1830. {
  1831. pyname: 'pymeshlab1',
  1832. kbd : '',
  1833. categ : 'other',
  1834. short : 'pymeshlab library',
  1835. long : 'Use vedo with the'+insertLink('pymeshlab library','github.com/cnr-isti-vclab/PyMeshLab'),
  1836. imgsrc: 'images/other/pymeshlab1.jpg',
  1837. },
  1838. {
  1839. pyname: 'madcad1',
  1840. kbd : '',
  1841. categ : 'other',
  1842. short : 'pymadcad library',
  1843. long : 'Use vedo with the'+insertLink('madcad library','pymadcad.readthedocs.io/en/latest/index.html'),
  1844. imgsrc: 'images/other/madcad1.png',
  1845. },
  1846. {
  1847. pyname: 'pygeodesic1',
  1848. kbd : '',
  1849. categ : 'other',
  1850. short : 'pygeodesic library',
  1851. long : 'Compute geodesic distance between any points on a surface with the'+insertLink('pygeodesic library','github.com/mhogg/pygeodesic'),
  1852. imgsrc: 'images/other/pygeodesic1.jpg',
  1853. },
  1854. {
  1855. pyname: 'pygmsh_cut',
  1856. kbd : 'pygmsh',
  1857. categ : 'other',
  1858. short : 'pygmsh library',
  1859. long : 'Use vedo with the'+insertLink('pygmsh library','github.com/nschloe/pygmsh'),
  1860. imgsrc: 'images/other/pygmsh_cut.png',
  1861. },
  1862. {
  1863. pyname: 'tetgen1',
  1864. kbd : '',
  1865. categ : 'other',
  1866. short : 'tetgenpy library',
  1867. long : 'Interface vedo to the'+insertLink('tetgenpy','github.com/tataratat/tetgenpy')+'library to create tetrahedral meshes.',
  1868. imgsrc: 'images/other/tetgen1.png',
  1869. },
  1870. {
  1871. pyname: 'remesh_ACVD',
  1872. kbd : 'acvd',
  1873. categ : 'other',
  1874. short : 'pyvista library',
  1875. long : 'Interface vedo to the'+insertLink('pyvista','github.com/pyvista/pyvista')+'and'+insertLink('pyacvd', 'github.com/akaszynski/pyacvd')+'libraries.',
  1876. imgsrc: 'images/other/remesh_ACVD.png',
  1877. },
  1878. {
  1879. pyname: 'fast_simpl',
  1880. kbd : '',
  1881. categ : 'other',
  1882. short : 'fast mesh decimation',
  1883. long : 'Use the'+insertLink('fast-simplification','github.com/pyvista/fast-simplification')+'lib to decimate a mesh and transfer data defined on the original vertices.',
  1884. imgsrc: 'images/other/fast_decim.jpg',
  1885. },
  1886. {
  1887. pyname: 'napari1',
  1888. kbd : '',
  1889. categ : 'other',
  1890. short : 'napari library',
  1891. long : 'Visualize a vedo mesh in the '+insertLink('napari','napari.org/')+' image viewer. Check out also the '+insertLink('napari-vedo plugin','github.com/jo-mueller/napari-vedo-bridge')+'for napari.',
  1892. imgsrc: 'images/other/napari1.png',
  1893. },
  1894. {
  1895. pyname: 'magic-class1',
  1896. kbd : '',
  1897. categ : 'other',
  1898. short : 'magic-class library',
  1899. long : 'Visualize objects using the '+insertLink('magic-class','github.com/hanjinliu/magic-class')+' library.',
  1900. imgsrc: 'images/other/magic-class1.png',
  1901. },
  1902. {
  1903. pyname: 'dolfin/elasticity2',
  1904. kbd : '',
  1905. categ : 'other',
  1906. short : 'hyperelastic model',
  1907. long : 'Model deformation of an (hyper)elastic with '+insertLink('FEniCS','fenicsproject.org'),
  1908. imgsrc: 'images/other/ex06_elasticity2.png',
  1909. },
  1910. {
  1911. pyname: 'dolfin/elastodynamics',
  1912. kbd : 'elastodynamics',
  1913. categ : 'other',
  1914. short : 'elasto-dynamics',
  1915. long : 'Time-integration of the elastodynamics equation with '+insertLink('FEniCS','fenicsproject.org'),
  1916. imgsrc: 'images/other/elastodynamics.gif',
  1917. },
  1918. {
  1919. pyname: 'dolfin/awefem',
  1920. kbd : 'awefem',
  1921. categ : 'other',
  1922. short : '2D wave equation',
  1923. long : 'Solve the constant velocity scalar wave equation in an arbitrary number of dimensions using '+insertLink('FEniCS','fenicsproject.org'),
  1924. imgsrc: 'images/feats/fenics1.gif',
  1925. },
  1926. {
  1927. pyname: 'dolfin/heatconv',
  1928. kbd : 'heatconv',
  1929. categ : 'other',
  1930. short : 'heat equation',
  1931. long : 'Heat equation in a moving media with '+insertLink('FEniCS','fenicsproject.org'),
  1932. imgsrc: 'images/other/heatconv.gif',
  1933. },
  1934. {
  1935. pyname: 'icon',
  1936. kbd : '',
  1937. categ : 'other',
  1938. short : 'icons and logos',
  1939. long : 'Make a icon to indicate orientation and place it in one of the 4 corners within the same renderer',
  1940. imgsrc: 'images/other/icon.png',
  1941. },
  1942. ];