Works

GraphicsLib2023

GraphicsLib is a simple Java library for rendering basic 2D and 3D graphics. It was built from the ground up to offer straightforward functionality for drawing shapes, creating simple 3D objects, and performing basic transformations. This library does not rely on external APIs or advanced features like camera control, making it a lightweight solution for learning purposes or simple graphics projects.

  • PlatformCross-platform (Windows/macOS/Linux)
  • StackJava (Standard Edition)
  • Features- 2D and 3D basic rendering
    - Simple shapes and objects
    - Basic transformations (translation, rotation, scaling)
    - Built entirely in Java