Commit Graph
122 Commits
Author SHA1 Message Date
Daniele Panozzo 1f073ddda2 Merge branch 'python_bindings' of https://github.com/s-koch/libigl
# Conflicts:
#	python/CMakeLists.txt
2016-07-06 18:19:51 -04:00
Daniele Panozzo f1818d962a minor fix 2016-07-06 17:32:33 -04:00
Daniele Panozzo 0e18cb9bec nanogui bindings are now working on macosx 2016-07-06 17:01:40 -04:00
Sebastian Koch 3a57699280 Added tutorial 707 2016-07-06 22:20:41 +02:00
Daniele Panozzo 11f7d59227 Merge commit '8c6e743cc184155461631cd92dd52029d86c37b9'
# Conflicts:
#	python/modules/py_igl_viewer.cpp
2016-07-06 14:56:52 -04:00
Sebastian Koch 3acc7106d4 Added tutorial 706 2016-07-06 20:38:33 +02:00
Sebastian Koch 76c80d3c0b Moved and refactored picking tutorial 607->708 2016-07-06 16:10:06 +02:00
Sebastian Koch ef2d804f84 Added tutorial 705 2016-07-06 15:51:04 +02:00
Sebastian Koch 64289b0050 Added tutorial 702 2016-07-06 12:55:53 +02:00
pancha 8c6e743cc1 expose nanogui objects to python; todo: wrap with conditionals 2016-07-05 20:12:12 -04:00
koch 63ef13a583 Finalized tutorial 701, added missing template 2016-06-22 16:03:01 +02:00
Sebastian Koch efcf06b7dc Debug output for tutorial 701 2016-06-21 14:10:42 +02:00
Sebastian Koch f430090094 Merge branch 'master-upstream' into python_bindings 2016-06-21 11:56:45 +02:00
Sebastian Koch 54e2fe0935 Added tutorial 701 2016-06-21 11:54:53 +02:00
Daniele Panozzo 1fd1a3e4a6 fixed path problem on osx for python tutorial 607 2016-06-18 15:55:59 +02:00
Daniele Panozzo c61282f6a1 minor fix in the cmake file for python 2016-06-18 01:22:02 +02:00
Sebastian Koch c0e04685e2 Added PNG module and tutorial 607 2016-06-17 18:51:38 +02:00
Sebastian Koch ed1247742b Removed debug output and fixed templates 2016-06-17 18:10:45 +02:00
Sebastian Koch 7b6b91bd7a Added tutorial 609_Boolean and CGAL python module + functions 2016-06-17 17:25:27 +02:00
Sebastian Koch 76abdffac1 Switched to automatic (and sorted) generation of py_igl.cpp and py_doc.* 2016-06-17 17:23:45 +02:00
Sebastian Koch 37120c6558 Updated python_shared template file 2016-06-17 12:23:10 +02:00
Sebastian Koch 5ffdbf8909 Changing to build type DEBUG 2016-06-08 15:06:02 +02:00
Sebastian Koch 84f107e971 Checking if g++ build works like this 2016-06-08 10:34:13 +02:00
Sebastian Koch 246017f041 Cleaned up python tutorials and added dependency checks to all tutorials 2016-06-07 16:28:06 +02:00
Sebastian Koch 8c301b3375 Merge branch 'master-upstream' into python_bindings 2016-06-07 15:15:19 +02:00
Sebastian Koch 2214125878 Restructuring Python bindings, moved submodules and dependencies to own folders, added dependency checking for some tutorials, minor refactorings 2016-06-07 15:13:54 +02:00
Sebastian Koch 44fad596ff Merge branch 'master-upstream' into python_bindings 2016-06-07 15:12:54 +02:00
Sebastian Koch d239f45515 Update CMakeLists.txt 2016-06-04 16:25:08 +02:00
Sebastian Koch 3c25890f43 Removed unneeded code 2016-06-03 17:49:19 +02:00
Sebastian Koch 0e471a79f3 Merge branch 'master-upstream' into python_bindings 2016-06-03 17:46:45 +02:00
Sebastian Koch a507397d12 Finalized tutorial 704 2016-06-03 17:38:38 +02:00
Sebastian Koch 706aa31449 Added multiple tutorials 2016-06-03 16:53:22 +02:00
Sebastian Koch 35cb70903b Merge branch 'bindings' into python_bindings 2016-06-02 13:55:51 +02:00
Sebastian Koch 71091ca3f5 Fixed assertion problem in debug mode 2016-05-27 16:03:06 +02:00
Sebastian Koch 6204302f84 Fixed signed_distance function 2016-05-25 22:01:38 +02:00
Sebastian Koch aa6e79dc36 Fixed minor bugs in bindings, moved AABB implementation to own file, added boolean matrix and comparison functions to python bindings 2016-05-25 21:47:37 +02:00
Daniele Panozzo 48e9847e2b Merge branch 'python_bindings' of https://github.com/s-koch/libigl into s-koch-python_bindings 2016-05-24 18:12:37 +02:00
Sebastian Koch b40569d65d Removed logfiles of parsing/generator scripts 2016-05-24 09:58:40 +02:00
Sebastian Koch e2542ecf24 Added initial (not yet fully) working tutorial 704 2016-05-20 20:26:18 +02:00
Sebastian Koch cb25fb2ce7 Added automatic binding generator script with basic template, updated/extended parser and added generated error and file listing 2016-05-20 20:24:28 +02:00
Sebastian Koch 13e300c8a9 Added further python bindings, extended py_vector slightly 2016-05-20 20:18:29 +02:00
Sebastian Koch e879d27f15 -Changes to header files to support parsing
-Added header parser and docstring generator
2016-05-12 15:36:04 +02:00
Daniele Panozzo 4baa661e5c Merge pull request #255 from s-koch/static_build_fix
Added missing templates to make static build work with gcc
2016-05-12 14:13:30 +01:00
Sebastian Koch 52c0371af8 Update CMakeLists.txt 2016-05-10 14:37:17 +02:00
s-koch ef0d1319bb Fixed wrappers to pybind11 2016-05-10 12:29:31 +02:00
s-koch 6393806946 Added missing templates to make static build work with gcc 2016-05-10 11:07:39 +02:00
Daniele Panozzo d7c4e5fcbc fixes for python static build 2016-05-05 00:01:25 -04:00
Brandon Liu 0b1d6dc762 python build instructions. 2016-03-31 13:36:37 +08:00
Romain Prévost 2b6b43eb7b cgal/boolean cmake fix
viewer cmake fix
2016-03-08 00:57:18 +01:00
Romain Prévost 2cd2d17780 updated cmake version 2016-03-06 23:23:32 +01:00