Skip to content

Latest commit

History

History
60 lines (41 loc) 路 1.88 KB

File metadata and controls

60 lines (41 loc) 路 1.88 KB

OpenGeometry Examples 馃敺

Welcome to the OpenGeometry Examples repository! This collection showcases the power and versatility of the OpenGeometry library through interactive demonstrations.

馃寪 Live Demos

馃殌 View Live Examples

Experience all the examples in action directly in your browser! No installation required.

馃摎 What You'll Find

Our examples are organized into three main categories:

馃敻 Primitives

Fundamental 2D geometric shapes that serve as building blocks:

  • Lines, Polylines, Circles/Arcs
  • Rectangles and more basic forms
  • Each with mathematical formulas and properties

馃敼 Shapes

More complex geometric forms built from primitives:

  • 2D Shapes: Polygons and flat geometric forms
  • 3D Shapes: Boxes, Cylinders, and volumetric objects
  • Complex Shapes: Advanced forms with holes, extrusions, and operations

馃幆 Interactive Learning

Each example includes:

  • Live rendering and visualization
  • Interactive controls and parameters
  • Real-time geometry manipulation
  • Educational explanations

馃洜 Local Development

If you want to run the examples locally:

  1. Clone this repository
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Open your browser and explore!

馃 Contributing

Found a bug or have an idea for a new example? We'd love your contributions! Feel free to:

  • Open an issue for bug reports or feature requests
  • Submit pull requests with improvements
  • Share your own geometric creations