Doug Moen

Results 228 comments of Doug Moen
trafficstars

> My original idea was to start with the distance voxel grid, segment it into multiple voxel grids using part function, and step through the array replacing bulk edges with...

> I suppose you can also define individual parts in its own curv file. Use include file to stitch them together. Then use a script to export them individually. We...

I think this restriction against exporting an infinite shape only applies to 2D shapes. It's because the 2D shape is scaled to fill the image. For 3D shapes, you essentially...

Curv generates a PNG from the OpenGL viewport, and as you noted, it's just as easy for you to do that. In which case, you have direct control over camera...

Cleaning up old issues... This now works: `curv -o png -O aa=4 curv/examples/mandelbrot.curv`. What's left to do? Scriptable camera position, using `-O camera=...`. Updating title of issue.

Sounds like a good idea. Contributions are welcome.

Thanks for telling me about Github Actions. I will read the documentation and see if I can get it working.

I copied your main.yml file into the Curv repo, and it ran automatically. Very cool. There was a bug in the step "Copy runtime dependencies to build dir": it was...

The CI integration is very useful. I get email if the windows build breaks. Thanks for that.

What problem are you trying to solve with the "publish artifacts" part of this script? `curv.exe` is not usable by itself. It needs many DLLs from MSYS2, of which only...