tutorials:advanced:create-module-lib
This is an old revision of the document!
Table of Contents
Use a module lib
In this tutorial we will cover how to create, and use module libraries (which are compiled libraries of groimp projects).
Create an example project
Let's create a very simple project from the newRGG
template.
Let's include a custom shader from an image to the project (steps correspond to image bellow):
- Open the image explorer
- Import any image
- Create a new shader in the shader explorer
- In the attribute editor edit the shader to use the imported image
Now, let's use this shader on the module A
in the project:
module A(float len) extends Sphere(0.1) { {setShader(shader("testshader"));} // testshader is the name you gave to the shader created }
Export
To export a project as a library, the project needs to be currently opened. Then, from the GUI a menu is available under File>Export as Module library
.
Package name
Plugin name
Import
Type
Resources
tutorials/advanced/create-module-lib.1743601819.txt.gz · Last modified: 2025/04/02 15:50 by gaetan