First of all, I'm looking for names
I thought about stupid stuff like Inkr3Dible (Ink, 3D, bullshyt), BesprInkl3D (same kind of things but less stupid than incredible...) or just Ink3D (but it looks too much like "Ink 3D" and not enough like "Inked" in my opinion...), etc, but nothing smart. So share if you have ideas.
Anyway, some of you may have seen on IRC that I'm working on that kind of ink battle game on my 3DS.
Here's what the ink system looked like when it was working (no idea how to embed videos).
Now you noticed that it was only working on the ground, and that's because it was almost hardcoded to work on a cube based world (kind of like Minecraft) only for the top face of the cube. But I thought that a cube based world was boring so I had to start everything over and here's what I have right now.
Yay ! no walls and no ink anymore
Well ok, I just did that quickly but that's obviously only the beginning. Maybe I don't have walls but you notice that I have a ground model that is only the ground, it's no longer cubes
So yeah, that was me testing my multi-model code (because from what I've understood of citro3d, you can only have one "VBO" (of sorts) but you can display parts of it only, so if you want several "VBOs" you have to put them all together and know where they are so that's why it took some time to have that working, I had to do VBO management stuff (not hard but annoying to do right)).
So todo, re-do the ink system to work with the non-cube-based system (annoying too...) then I'll have problems because I have no idea how to do a multiplayer game on a 3DS
Also, if you have a 3DS that can't run homebrew and are interested in homebrew, you can Google "Plailect Guide". It should first explain what you can do in every situation you could be in (basically what firmware version you're on, what games you own, etc). Basically, if you're on 10.6 or under, you can do everything. On 10.7, you can do stuff but it's more annoying. On 11.0 I actually have no idea. And then follows a guide explaining how to mod your 3DS to get permanent homebrew access (and more -.-).
Thoughts ? People interested in testing (when there is actually something to test -.-) ? Etc.