Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Compound datatypes #15

Open
1 of 21 tasks
LPGhatguy opened this issue Dec 31, 2019 · 0 comments
Open
1 of 21 tasks

Compound datatypes #15

LPGhatguy opened this issue Dec 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@LPGhatguy
Copy link
Contributor

LPGhatguy commented Dec 31, 2019

Most properties on Roblox instances are interesting types that Remodel doesn't support yet, like CFrame, Vector3, or ColorSequence. We can slowly start filling those out!

A good comparison point would be Lemur, which has a similar scope to Remodel, but implemented in Lua for a different use case.

Types

We should come back through and prioritize these. Some types like Ray and Region3 aren't serialized anywhere useful in practice.

  • Axes
  • BrickColor
  • CFrame
  • Color3/Color3uint8 (Handle Color3 type #14)
  • ColorSequence
  • Enum
  • Faces
  • NumberRange
  • NumberSequence
  • PhysicalProperties
  • Ray
  • Rect
  • Ref
  • Region3
  • Region3int16
  • UDim
  • UDim2
  • Vector2
  • Vector2int16
  • Vector3
  • Vector3int16
@LPGhatguy LPGhatguy added the enhancement New feature or request label Dec 31, 2019
This was referenced May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant