gravicappa

Results 8 comments of gravicappa

Hello again. I am not ctypes expert so I have a question. When in [this](https://github.com/tjammer/raylib-ocaml/blob/master/examples/models/models_mesh_generation.ml#L13-L14) code `CArray` instance created by `of_list` function will be collected? Should I wrap mesh object...

I was generating a number of meshes (with ~1k vertices) and noticed visual glitches when drawing them. Some refined pseudocode: ``` let finalise _ = prerr_endline "carray is freed" in...

Hello. As currently implemented mesh manipulations are fragile: 1. Without storing the carray instances separately for preventing being collected by GC leads to memory corruption [issues](https://github.com/ocamllabs/ocaml-ctypes/issues/476). 2. Calling `unload_mesh` causes...

I have similar issue and I managed to workaround it by removing `-fvisibility=hidden` from CFLAGS in `SConstruct` file.

Cmake build doesn't generate `mapnik-config` script which is required for building `python-mapnik`.

To be honest I consider this project abandoned. I probably will look into this issue some time in the future but cannot promise anything.

Not having much time lately. Tried once got confused more then given up. Today looked once again and fixed that hang.