In this version only the cpu intensive part is ported to C, and the rest is in Python using the PyGame library for display.
I have since ported the display sections of the code to C (using the SDL library), but I have not ported the demo/test code (the code that generates this nice pattern). When I am happy with it, I will upload a video of that. This may not happen for a while, as I have not had time to work on it.
In this version only the cpu intensive part is ported to C, and the rest is in Python using the PyGame library for display.
I have since ported the display sections of the code to C (using the SDL library), but I have not ported the demo/test code (the code that generates this nice pattern). When I am happy with it, I will upload a video of that. This may not happen for a while, as I have not had time to work on it.
collinstocks 1 year ago
is the whole code ported to c or just the cpu intensive part and the rest made in python ?
thekilon 1 year ago