A Garry's Mod library for creating 3D2D canvases with ease.
- Create 3D2D canvases with customizable dimensions and scale.
- Attach canvases to entities or specific positions.
- Use focus system for interactive canvases.
-- Example 1: Creating a basic canvas
local canvas = luv3d2d:CreateCanvas(Vector(0, 0, 0), Angle(0, 0, 0), 100, 100)
-- Example 2: Creating a canvas attached to an entity
local entity = Entity(1)
local canvas = luv3d2d:CreateCanvas(entity, Angle(0, 0, 0), 200, 200, 0.5, true)For more detailed examples, check out the examples directory.

- Improve performance and optimization.
- Improve focus system.
- Add dev tool for easier canvas creation and attachment to entities.
- Add more examples and documentation.
- Implement additional features based on user feedback.
This project is licensed under the MIT License. See the LICENSE file for details.