view R/rdyncall/demo/00Index @ 46:c21d1c2c84e1

- removed pydc.py wrapper overhead (which only called pydcext.so functions, directly, anyways) * implies renaming pydcext.* to pydc.* * while at it, iterate directly over args that are passed in (before we did extract fptr, sig and a tuple for the args and iterated over latter afterwards); we might have a tiny perf improvement now - added type stub as package_data
author Tassilo Philipp
date Fri, 13 Nov 2020 14:10:31 +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.