Allow Engine to be created without the need for a canvas #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will allow headless running and precomputing.
It will also make it easier to asynchronously work with engines and canvasses.
EngineService.engine should always return an engine
(if not existing currently, then just create one on the fly)
As such Engine get engine => _engine ?? Engine();
should work, which needs a non-canvas engine with canvas to be supplied later
parts needed
added ~7009321 ~7009328 labels
created branch
31-allow-engine-to-be-created-without-the-need-for-a-canvas
mentioned in merge request !8
assigned to @marty.oehme
mentioned in commit
7d5b1cfe30
closed via merge request !8