-
-
zomg
... ).
== FEATURES/PROBLEMS:
* Parses IDL, generates Ruby
* Ships with OMFG the Object Management File Generator
* Ignores nested structs/unions
* Treats out/inout parameters are DIY
== SYNOPSIS:
In code:
ZOMG::IDL.parse(File.read(ARGV[0])).to_ruby
...
-
teem-parallel
... with "i" or
"Idx": "u" vs. "uIdx" or "u" vs. "ui"
- Try to avoid making local copies of variables in structs, just for
the sake of code brevity when those variables won't change during
the scope of the function.
- use "return" correctly: no parens! ...
-
ncurses
... do not modify the string they
receive, you can pass any string to them.
Functions expecting pointers to structs
---------------------------------------------------
When the C-function expects a pointer to WINDOW, SCREEN, MEVENT,
PANEL, FORM, FIELD or ...
-
platform_external_libpng
... about deprecated usage. Since libpng-1.5.0, direct access
to these structs is not allowed, and the definitions of the structs
reside in private pngstruct.h and pnginfo.h header files that are not
accessible to applications. It is ...
-
lj_fun
...
make
./bgame
Some Code Style Suggestions
1. all engine directories/files/structs/enums/functions start with LJ_
2. all game directories/files/structs/enums/functions start with the game prefix e.g. BG_
3. all directories start with capital ...
-
jscocoa
... (/pattern/)).
JSCocoa can also be used as a replacement for the existing WebKit bridge, letting you use C functions, structs, and calling pretty much anything from your WebView. Access restriction can be setup by JSCocoa's delegate messages (
-
leptonica
... deallocator). For Pix, which tend to be large, the alloc/dealloc
functions can be set programmatically. For all other structs and arrays,
the allocators are specified in environ.h. Default functions
are malloc and free. We have also provided ...
-
-
rncurses
... do not modify the string they
receive, you can pass any string to them.
Functions expecting pointers to structs
---------------------------------------------------
When the C-function expects a pointer to WINDOW, SCREEN, MEVENT,
PANEL, FORM, FIELD or ...
-
cmingus
...
very much like the original version. The biggest difference is that notes,
intervals and chords aren't strings anymore, but structs which can be
converted to and from strings instead. Apart from that; the API is very
similar to the ...
-