planetkit
planetkit copied to clipboard
Colorful blobs that might one day resemble planets
There are bunch of dependencies that have new versions out with breaking changes. I'll probably upgrade each of these in separate PRs.
Hi Jeff! While our mutual projects might be on ice at the moment, there’s some fun possibilities for collaboration or cross-pollination in the future should the wheels start turning again....
This is not the "a real game you'd want to play" release, but rather the very first release where it's technically possible to play and tell who is winning. Mandatory:...
At the moment I have a single global nphysics world: ```rust /// `World`-global resource for nphysics `World`. pub struct WorldResource { pub world: World, } ``` But all coordinates given...
This seems to be similar to issue 3. Manjaro is Arch based. I'm using vanilla Arch. Below is a stack trace. I just installed the latest bleeding edge version of...
I'm planning a bit of a clean-up/refactor of what is currently in the `globe` module. The first part will be to move everything that relates purely to our [Discrete Global...
Hi!
First off, thanks for all the code and well written blog posts! I love these hexagonal planets, and I'm not geometrically-minded enough to have ever come up with this. A...
Needs guidelines like... - For anything that's not trivial or a bug fix, please open an issue to discuss first. - Please try to make the smallest practical change. And...