Recent Forum Threads
Hi all,
sometimes you may want to refresh CToy when saving an external file, like a GLSL shader.…
Following Demofox example, I used Ctoy to write and test a minimal but generic library to train n…
Hi, I thought I would share this little game I made for Ludum Dare 34 with a prototype of CToy …
Hi,
I'm trying to optimize a multi-layer convolution function for some machine learning project …
Hi all,
my name is Anaël, I'm an artist and programmer working mainly as a technical art directo…
Recent Forum Replies
One thing for sure, a large codebase will compile faster in C than C++.
Otherwise I think that f…
I think what matters most is your understanding of logic and your ability to learn. I like what C…
And similar but with dynamic memory allocation and 2 hidden layers:
1
2
3
4
5
6
7
8
9
1…
I wrote a post about the art process there :
http://ludumdare.com/compo/2015/12/19/back-on-earth-…
Hi,
very cool, the code is clear and simple.
It looks like to be Windows only ?