Crate fj_viewer

Source
Expand description

§Fornjot Model Viewer

Fornjot is an early-stage b-rep CAD kernel written in Rust. The kernel is split into multiple libraries that can be used semi-independently, and this is one of those.

This library provides a viewer for Fornjot models.

Structs§

NormalizedScreenPosition
Cursor position in normalized coordinates (-1 to +1)
ScreenSize
The size of the screen
Viewer
The Fornjot model viewer

Enums§

DeviceError
Render device initialization error
InputEvent
An input event
RendererInitError
Error describing the set of render surface initialization errors

Traits§

Screen
Needs to be implemented by types that can serve as a screen to render to