view R/rdyncall/demo/00Index @ 15:1673ab696715

- erlang binding ToDo update in readme
author cslag
date Sat, 26 Mar 2016 16:09:41 +0100
parents 0cfcc391201f
children
line wrap: on
line source

R_ShowMessage   Show R Dialog Message (dynbind demo)
R_malloc        Using R's memory allocator directly in R (dynbind demo)
blink		Simple SDL,OpenGL demonstration - a blinking screen (dynport demo)
SDL             3D Rotating Cube Demo using SDL,OpenGL and GLU. (dynport demo)
randomfield	Scientific Computations using OpenGL: Rendering 512x512 random field by blending 5000 point sprites (dynport demo)
randomfield2	Scientific Computations using OpenGL: Rendering 512x512 random field by blending 5000 point sprites (dynport demo)
expat           Parsing XML using expat and callbacks (callback demo) 
callbacks       Creating a callback and call it via .dyncall (dyncall and callback demo) 
factorial       Factorial computation via recursive .dyncall calls to callback objects.
stdio           Direct I/O of R raw vectors using C stdio functions
sqrt            C math library demo (dynbind demo) 
Win32PlaySound  Win32 Demo, playing a wav file (dynbind demo)
blink_gl3       Simple SDL,OpenGL 3 API demonstration.
ttf             SDL true type font library example.
intro           Texture-mapped scroller, playing XM music module.
qsort           C standard library qsort C with a custom compare via callbacks (dyncallback demo).
playtune        SDL audio-only and SDL_mixer demo: plays XM music module.
sdlnet          SDL_net + OpenGL Demo, listens on socket for world country names and rotates map in OpenGL.
gles            OpenGL ES Example.
glpk            GLPK Example.