itch.io is community of indie game creators and players

Devlogs

Circuit template

RR Project
A downloadable game

I've added support to the editor for rendering a circuit template in 3D, for placing circuit tiles on top (the template won't be exported to the game).

This is the template image:

Since I don't have a texture renderer, each template pixel is rendered in the editor as a quad. Very wasteful, but it's perspective correct at least.

Leave a comment