annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 R_ShowMessage Show R Dialog Message (dynbind demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 R_malloc Using R's memory allocator directly in R (dynbind demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 blink Simple SDL,OpenGL demonstration - a blinking screen (dynport demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 SDL 3D Rotating Cube Demo using SDL,OpenGL and GLU. (dynport demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 randomfield Scientific Computations using OpenGL: Rendering 512x512 random field by blending 5000 point sprites (dynport demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6 randomfield2 Scientific Computations using OpenGL: Rendering 512x512 random field by blending 5000 point sprites (dynport demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7 expat Parsing XML using expat and callbacks (callback demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
8 callbacks Creating a callback and call it via .dyncall (dyncall and callback demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
9 factorial Factorial computation via recursive .dyncall calls to callback objects.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
10 stdio Direct I/O of R raw vectors using C stdio functions
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
11 sqrt C math library demo (dynbind demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
12 Win32PlaySound Win32 Demo, playing a wav file (dynbind demo)
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
13 blink_gl3 Simple SDL,OpenGL 3 API demonstration.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
14 ttf SDL true type font library example.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
15 intro Texture-mapped scroller, playing XM music module.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
16 qsort C standard library qsort C with a custom compare via callbacks (dyncallback demo).
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
17 playtune SDL audio-only and SDL_mixer demo: plays XM music module.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
18 sdlnet SDL_net + OpenGL Demo, listens on socket for world country names and rotates map in OpenGL.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
19 gles OpenGL ES Example.
0cfcc391201f initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
20 glpk GLPK Example.