Skip to content

marcusdotnet/luv3d2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

luv3d2d 🎨

A Garry's Mod library for creating 3D2D canvases with ease.

Table of Contents

Features ✨

  • Create 3D2D canvases with customizable dimensions and scale.
  • Attach canvases to entities or specific positions.
  • Use focus system for interactive canvases.

Usage πŸ“š

-- 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. "Hello World" Example

Roadmap πŸ›£οΈ

  • 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.

License πŸ“„

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages