diff R/rdyncall/demo/00Index @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/R/rdyncall/demo/00Index	Thu Mar 19 22:26:28 2015 +0100
@@ -0,0 +1,20 @@
+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.