Skip to content
View prankush-tech's full-sized avatar
๐Ÿ‰
Training in hyperbolic time chamber
๐Ÿ‰
Training in hyperbolic time chamber

Block or report prankush-tech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
prankush-tech/README.md

Metrics Metrics Metrics

Pinned Loading

  1. Agency-Automation-Tools Agency-Automation-Tools Public

    ๐Ÿงฉ Created a sass plateform ๐ŸŽƒ where users can use their daily tools like ๐ŸŽŸ๏ธ drive,discord,slack and notion in one place. ๐Ÿงฉ It has a inbuild dashboard of all data and a planner area.

    TypeScript 4 2

  2. rubiksShop rubiksShop Public

    A ๐Ÿฒ3D immersive e-commerce app with Google Sign-In, ๐Ÿ›’ order tracking, and an admin dashboard for ๐Ÿ‘ค users/orders, ๐Ÿ’ฐ income view, and status updates with ๐Ÿ“Š pie charts.

    JavaScript 8 1

  3. In GLSL, **point light** emits light... In GLSL, **point light** emits light from a specific position in all directions with intensity decreasing over distance. **Directional light** has no position, shining uniformly from a direction. **Ambient light** provides constant, non-directional lighting to simulate global illumination.
    1
    vec3 pointLight(vec3 lightColor, float lightIntensity, vec3 normal, vec3 lightPosition, vec3 viewDirection, float specularPower, vec3 position, float lightDecay)
    2
    {
    3
        vec3 lightDelta = lightPosition - position;
    4
        float lightDistance = length(lightDelta);
    5
        vec3 lightDirection = normalize(lightDelta);
  4. FireBaseUtils.js FireBaseUtils.js
    1
    import { initializeApp } from 'firebase/app';
    2
    import { getFirestore, doc, getDoc, setDoc } from 'firebase/firestore';
    3
    import { getAuth, signInWithRedirect, signInWithPopup, GoogleAuthProvider, createUserWithEmailAndPassword, signInWithEmailAndPassword, signOut, onAuthStateChanged } from 'firebase/auth';
    4
    
                  
    5
    const firebaseConfig = {
  5. GLSL Noise Algorithms GLSL Noise Algorithms
    1
    Please consider using http://lygia.xyz instead of copy/pasting this functions. It expand suport for voronoi, voronoise, fbm, noise, worley, noise, derivatives and much more, through simple file dependencies. Take a look to https://github.com/patriciogonzalezvivo/lygia/tree/main/generative
    2
    
                  
    3
    ## Generic 1,2,3 Noise
    4
    
                  
    5
    ```
  6. NEBULA NEBULA Public

    A FULL STACK๐ŸŽƒ website to UPLOAD,SAVE,DELETE,COMMENT PHOTOES By any person having GOOGLE Account. ๐Ÿฆ(REACT FIREBASE SANITY.IO)๐ŸŒŸ

    JavaScript 1