Skip to content

Commit

Permalink
added images and updated readme with feedback and suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomori committed Feb 2, 2018
1 parent 74a8a08 commit 36c6664
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
backup
backup
*.xfc
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
## Extensive tutorial showing examples of usage of VEX scripting language inside SideFX Houdini
<p align="right">by Juraj Tomori</p>

<br>

### How to use
You can clone, or [directly download](https://github.com/jtomori/vex_tutorial/archive/master.zip) this repository.<br>
It contains **examples.hipnc** and **vex/include/myLib.h** files which are full of various examples with explanations in comments.<br>
Alternatively you can use this page for quick looking at the topics covered and some of the code that I include here as well. I am not including here all of the code since sometimes it might not make a lot of sense outside of Houdini.

<br>

### Topics
* debugging, utputing text with printf()
* hand editing of values in Geometry Spreadsheet, lock, delta lock
Expand All @@ -29,4 +33,9 @@ Alternatively you can use this page for quick looking at the topics covered and
* structs, struct functions - limited OOP
* functions returning an array, array of structs
* including *math.h* - useful constants, xform orders
* DOPs - accessing geometry, volumes, bindings, gas field vop, gas field wrangle, sop solver
* DOPs - accessing geometry, volumes, bindings, gas field vop, gas field wrangle, sop solver

<br>

### Feedback & Suggestions
Please let me know if you find any mistakes or have ideas for improvements. I will fix it and push it to this repo :)
Binary file added img/dop_object_box.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/dop_object_volume.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gas_field_vop_inputs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gas_field_wrangle_inputs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/geo_wrangle_inputs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/scalar_field_vis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sop_geometry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sop_scalar_field.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sop_solver_geo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sop_solver_volume.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36c6664

Please sign in to comment.