Posts tagged code

cellular

Generating Cellular textures

2

One of my hobbies is the generation of procedural textures (yes, sounds weird!), and for years, I’ve been trying to generate a nice Cellular texture. I kept in my bookmarks the blackpawn’s tutorial, but I never had time to check it in deep.

Today I’ve spent some minutes reading it and… boum! cellular texture implemented!!!! The results are quite nice, but now is time for tweaking the formulas, and try to make more combinations.

I’ll post the full code soon, but meanwhile, you can check the results in the image below:

If you are one of my followers ;) you’ll think “hey! you already had some code to generate cellular textures!!!”, yes, you’re right, but the code was ugly, as well as the generated textures!! this new code is much more simple and effective!

protrekkr

Adding music to your mac intros with protrekkr!

2

Do you want to make 64k intros with cool music but you know a shit about music? protrekkr is your solution!!!

I’ve prepared this small tutorial, describing step-by-step what do you need to do in order to add music to your intro. Happy coding!

Go to Top