Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尝试用 Rikulo 编写一个 2d CAD 包。
这需要与形状交互并具有纸空间尺度感。
你认为这可能吗?
也许你可以给我举一些例子?
对 Rikulo 来说,画布只是一个可以在上面画东西的视图。要实现 2D CAD 应用程序,我认为您还需要一个画布框架,例如KineticJS。不确定是否有 Dart 对应物。你可以考虑移植它:)