Coder Social home page Coder Social logo

gourav-singhal / r3dy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oslabs-beta/r3dy

0.0 0.0 0.0 76 MB

R3DY UI, an open-source React Library, offers an array of 3D components.

Home Page: https://www.r3dyui.com/

License: MIT License

JavaScript 7.07% TypeScript 91.84% CSS 0.61% HTML 0.48%

r3dy's Introduction


R3DY UI, an open-source React Library, offers an array of 3D components. With R3DY, you import your 3D components just like any other React component. These components are interactive and can be implemented with little to no knowledge of 3D rendering.

R3DY UI is fully compatible with any React project, including additional frameworks such as NextJS and Remix.

Components

The library comes with 5 prebuilt components which can be modified through a series of properties.

If you'd like to see a new component, head over to The R3DY UI issues page to add your suggestions!

Installation

Use the package manager npm to install R3DY UI.

npm install r3dy

Once you've installed the npm package, its time to add a component to your project. In the code snipped below, you can see how this is implemented.

Usage Example

import { Canvas } from '@react-three/fiber'
import { TextField } from 'r3dy'

# returns 'a react component containing the r3dy element'
export default function myComponent() {
  return (
    <div>
      <Canvas shadows>
         <TextField/>
      </Canvas>
    </div>
  )
}

NOTE: You want to make sure that you have imported the necessary dependencies. Import the desired component from r3dy as well as Canvas from @react-three/fiber. Now that you've included dependencies, wrap your component in a Canvas tag. Make sure to include shadows in the Canvas tag or they will not show up.

The div is meant to contain the Canvas. By nature, Canvas will try to fill as much space as allowed. If it is not nested in a div and you have any sort of margin or padding, it will constantly expand to fit those margins.

Roadmap

This is just the beginning for R3DY UI, and we’re committed to improving the library further. Our upcoming enhancements include improvements to Text Fields, Sliders, Loaders, and overall performance optimizations. We’re excited to introduce even more 3D components that cover common use cases, making 3D accessible and enjoyable for all developers.

  • Text Field improvements including the ability to prevent overflow in the field box
  • Slider improvements including the ability to adjust default styling
  • Additional Loader options and styling capabilities
  • Ability to display icons on Buttons
  • R3DY UI Yarn package
  • Overall performance improvements and bug fixes for existing components
  • A new pre-built 3D Form component

Contributing

R3DY UI is an open-source product maintained by OS Labs, an open-source tech accelerator.

We welcome contributions and feedback from the community to make R3DY UI even better. If you're interested in simplifying 3D in your React projects, check out our documentation and join us on this exciting journey!

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Documentation

Our full documentation can be found here.

Contributing

We value our contributors. Read more about us.

contributors

License

MIT

Tech Stack

React, Three JS, React Three Fiber,React Three Drei, React Three Spring, React Three Renderer, Typescript, Javascript, Jest, Vite

r3dy's People

Contributors

alecjessen avatar bryanltrang avatar 18gwoo avatar corsodr avatar nrking913 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.