This is a proof of concept I have been working on today, trying to convert an old thing I made in javascript.
It just takes a list of 3d vertices and render them in 2d using sprites.
Implementing a full game using this technique would be really hard and slow but it can be nice for a title screen. I' thinking of using it to make a starfield
CAPX
DEMO
Controls:
- Left button (hold): rotate object
- Right button (hold): move on XY plane
- mouse wheel: move on Z axis
- double click: Morph to next object
- middle click: reset position