view R/rdyncall/demo/00Index @ 61:c5a69c454963 default tip

- allow use of 'None' with 'Z' - bumped version to 1.4 (be in sync current dyncall version)
author Tassilo Philipp
date Mon, 03 Apr 2023 19:06:07 +0200
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.