Package eu.svjatoslav.sixth.e3d.gui


package eu.svjatoslav.sixth.e3d.gui
Graphical user interface components for the Sixth 3D engine.

This package provides the primary integration points for embedding 3D rendering into Java applications using Swing/AWT.

Key classes:

  • ViewPanel - The main rendering surface (JPanel)
  • ViewFrame - A JFrame with embedded ViewPanel
  • Camera - Represents the viewer's position and orientation
  • DeveloperTools - Debugging and profiling utilities
See Also: