webots-controller/include/wren
insleker d877661507 feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
..
CHANGES.md feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
README.md feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
camera.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
config.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
directional_light.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
drawable_texture.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
dynamic_mesh.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
file_import.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
font.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
frame_buffer.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
gl_state.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
glsl_layout.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
js_helper.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
material.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
node.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
overlay.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
point_light.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
post_processing_effect.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
renderable.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
scene.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
shader_program.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
skeleton.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
skeleton_bone.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
spot_light.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
static_mesh.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture_2d.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture_cubemap.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture_cubemap_baker.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture_rtt.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
texture_transform.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
transform.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00
viewport.h feat: copy webots headers (/include) 2026-05-21 10:21:26 +08:00

README.md

Minimal interface between Webots and Wren

Wren exposes its public interface through a series of C headers, found in the include/wren directory

Wren dependencies

Wren requires only on these 4 dependencies:

  1. STL
  2. glm
  3. glade
  4. siphash

In particular, the dependency on Qt has been removed.