I don't know about graphics stuff, but 1. I found c2nim very helpful. Preprocessing C source beforehand is a very small price to pay. 2. (and not directly related) **CONGRATS** to the Nim developers! I just finished porting a (very time sensitive) modern fast hashing algorithm to Nim and speed is within 1% of C (4.904 GB/s vs 4.935 GB/s when hashing 64 byte strings to 64 bit hashes). That's insignificant and well within the margin of measuring error.
- Passing a pointer to an array to a c function! mrhdias
- Re: Passing a pointer to an array to a c function! yglukhov
- Re: Passing a pointer to an array to a c function... Stefan_Salewski
- Re: Passing a pointer to an array to a c func... mrhdias
- Re: Passing a pointer to an array to a c ... mrhdias
- Re: Passing a pointer to an array to... Araq
- Re: Passing a pointer to an arra... mrhdias
- Re: Passing a pointer to an ... shashlick
- Re: Passing a pointer to an ... mrhdias
- Re: Passing a pointer to an ... moerm
- Re: Passing a pointer to an ... mrhdias
- Re: Passing a pointer to an ... moerm
