Blender Git Loki

Git Commits -> Revision 849b5ae

Revision 849b5ae by Lukas Toenne (object_nodes, strand_nodes)
September 11, 2015, 11:53 (GMT)
New bf library 'BlenVM' ("Blender Virtual Machine", BVM), as a general purpose runtime node backend.

This library provides a way to register modules and functions. Functions are simple
opcode-based descriptions of functionality (programs). They can be evaluated with
a simple interpreter using monolithic kernels, or could be compiled into more
optimized languages via LLVM or OpenCL.

Commit Details:

Full Hash: 849b5aec20f79bcfb042a10873faca2c43ae427b
Parent Commit: bb5da70
Lines Changed: +226, -0

5 Added Paths:

/source/blender/blenvm/BVM_function.h (+41, -0) (View)
/source/blender/blenvm/BVM_module.h (+44, -0) (View)
/source/blender/blenvm/CMakeLists.txt (+44, -0) (View)
/source/blender/blenvm/intern/bvm_function.cc (+35, -0) (View)
/source/blender/blenvm/intern/bvm_module.cc (+61, -0) (View)

1 Modified Path:

/source/blender/CMakeLists.txt (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021