File: README

package info (click to toggle)
entity 0.7.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,352 kB
  • ctags: 5,272
  • sloc: ansic: 61,707; sh: 7,921; makefile: 732; perl: 399
file content (10 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
This is an old hack at a 'C renderer'.  What it did is compile your
C block (in your XML), into a .so, and then use dlopen (through
gmodule), to load that into the a running entity.  Changes were
checked by using an md5 checksum.  This thing hasn't been kept up
to date at all, and needs to be rewritten (the code is pretty ugly).

If someone wants to give this another go, feel free.  However,
please remember that it should be as portable as possible (at least
accross unicies).