What kind of RoomVisual support do we want? #46
Labels
C-enhancement
Category: A PR with an enhancement or a proposed on in an issue.
C-unimplemented
Feature that exists in Screeps, but that is yet unavailable in our API.
Opening this as a separate issue from #30 since there are multiple ways we could support this and discussing it seems fairly self contained.
RoomVisual
allows drawing nice graphics on rooms. It's a convenient API. However, all of the JS code inRoomVisual
does is create the right JSON structures then callconsole.addVisual(room_name, structure)
.In implementing bindings for
RoomVisual
, we could either wrapRoomVisual
's methods themselves, or just wrapconsole.addVisual
and create aRoomVisual
equivalent ourselves in pure rust code.The text was updated successfully, but these errors were encountered: