Commit Graph

4 Commits

Author SHA1 Message Date
e9e1ccc35e Added basic raycaster demo. I have no idea why I did this. 2023-02-20 01:52:50 -05:00
ec24eb7b4f Text rendering is a thing again 2023-01-14 12:41:51 -05:00
34bf3038ac Replaced tomo.Image with tomo.Canvas and tomo.Pattern
This is the first step in transitioning the API over to the new
design. The new tomo.Canvas interface gives drawing functions
direct access to data buffers and eliminates overhead associated
with calling functions for every pixel.

The entire artist package will be remade around this.
2023-01-14 01:54:57 -05:00
00d75d4488 Initial commit 2023-01-09 01:03:19 -05:00