Learning Basics #2431
peroxido-de-hidrogenio
started this conversation in
General
Learning Basics
#2431
Replies: 1 comment
-
I'd try out an orthographic projection for 2D -- it won't distort elements as they're further from the camera (whereas perspective will). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, 👋
Sorry to bother with a basic question. How do I make 2D elements using react-fiber? I'm trying to replicate some AutoCad functions in react like:
2D and 3D basic line
simple arcs with lines and curves (using calculus)
crosshatched
creating polygons by entering the number of points
It lacks a tutorial for the basics of the basics and many of the solutions presented on Stackoverflow do not make sense and generate conflicts in the core of react (white screen with more than 20 error messages). I'm tired of looking and asking doesn't hurt.
PS: I can't create ready-made object imports. I want to use JS and so I need to understand how to create simple objects. Even react-colorful threw an error in something simple! It may be that I start over from scratch due to conflicts that I have no idea...
Help the noob here! thank you!
Beta Was this translation helpful? Give feedback.
All reactions