Emitting particles of any shape, not only spheres, points or cubes
Some example usage So imagine you want to create an effect like the one in the video above, a galaxy, made of Billions of stars, […]
Some example usage So imagine you want to create an effect like the one in the video above, a galaxy, made of Billions of stars, […]
Hey! Welcome back! Glad you’re interested in my work. So, this is the second part of a series of articles (don’t know how many yet), […]
Preparation Even before starting developing I needed a plan, I wanted to use a subtheme (or child theme), as creating one from scratch requires much […]
Since I’ve being able to compile Godot from my laptop i’ve being testing it as I want to re-write the GodotMapLoader plugin for this version […]
tar -zcvf archive-name.tar.gz dir-name z – indicates that it will compress using gzip format c – is to create the new archive v – display […]
OpenStreetMap is a platform that allows to provide geographic data for various systems, from Web sites to applications. It is an alternative free and mostly […]
I received a request from a customer few days ago, he wanted to have the youtube video he have on his website’s homepage to start […]
[embedyt] https://www.youtube.com/watch?v=foyJzvpeaBE[/embedyt] I recently started to interest in a space sim game called Pioneer. (I most likely will start learn C++ just to be able […]
http://gource.io/
Simple Javascript implementation http://codeflow.org/entries/2010/aug/28/integration-by-example-euler-vs-verlet-vs-runge-kutta/ Orbital This one is promising, Code in python: https://github.com/RazerM/orbital Some of the provided examples: # Create circular orbit with 90 minute […]