THE COOKING PIXEL
THE COOKING PIXEL
  • 16
  • 40 858

วีดีโอ

Unity node graph api basic calculator | Data processing between nodes | Data flow
มุมมอง 303 หลายเดือนก่อน
learning Unity's Node Graph API, first I created basic calculator. I am exploring node graph data structures and experimenting on the data flow between nodes. Unity node graph api basic calculator | Data processing between nodes | Data flow
How to use imGui in SDL? | C++ | Dear imGui | GUI
มุมมอง 5279 หลายเดือนก่อน
In this video we will discuss how to use the dear Imgui library in the SDL, we will create a basic rectangle in the SDL and control it using ImGui. Source Code: github.com/Sankar-PS/dear_ImGui_and_SDL2/blob/main/dear_imgui_and_sdl2_intro.cpp Article: thecookingpixel.in/how-to-setup-dear-imgui-in-sdl2/ Follow me: thecookingpixel.in/ Video chapters: 00:00 Channel Intro 00:13 Introduction 00:58 Ab...
Nuke tutorial on how to use NOISE to create beautiful textures Part 7
มุมมอง 9611 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 7 Part 6 : th-cam.com/video/U-zwE_Xm3ik/w-d-xo.html
Nuke tutorial on how to use NOISE to create beautiful textures Part 6
มุมมอง 11211 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 6 Parte5: th-cam.com/video/V0mCvKrpujE/w-d-xo.html
Nuke tutorial on how to use NOISE to create beautiful textures Part 5
มุมมอง 6711 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 5 Parte4: th-cam.com/video/N4qtVj6F0A0/w-d-xo.html
Nuke tutorial on how to use NOISE to create beautiful textures Part 4
มุมมอง 5911 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 4 Part3: th-cam.com/video/TBlnLOswtG4/w-d-xo.html
Nuke tutorial on how to use NOISE to create beautiful textures Part 3
มุมมอง 11011 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 3 Part2: th-cam.com/video/Sk5yQXDwims/w-d-xo.html
Nuke tutorial on how to use NOISE to create beautiful textures Part 2
มุมมอง 23611 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. This is Part 2 Part1: th-cam.com/video/FFXzT9c04T8/w-d-xo.html We are not using any plugins or gizmos.
Nuke tutorial on how to use NOISE to create beautiful textures Part 1
มุมมอง 49211 หลายเดือนก่อน
In this video, we will learn how to create beautiful textures using noise in Nuke. We are not using any plugins or gizmos. This is Part 1
can chatGPT write maya c++ code
มุมมอง 241ปีที่แล้ว
Asked chatGPT to write some code in MAYA C API, So it written.
Ray Marching 2D visualization in GLSL
มุมมอง 3.1K2 ปีที่แล้ว
"Ray Marching" 2D visualization in GLSL : Ray Marching algorithm : One of the simple trick to render 3d images of simple shapes without triangle rasterization. I am learning and practicing rendering equations. tried the visualization of "Ray Marching" in two dimension. This rendering equation is like a "grand children of RAYTRACING" ;-)
learning computer graphics with nuke blink script 1
มุมมอง 5882 ปีที่แล้ว
I am learning computer graphics, so i am practicing in nuke blink script. In this blink script i converted 3D point to 2D, perspective camera projection, Didn't used any nuke 3D camera or 3D scene, everything was written in Blink Script only.
Kivy tutorial: How to run kivy on mobile(Android)
มุมมอง 34K5 ปีที่แล้ว
HI, This is my first tutorial, in this I will tell you "how to run and edit kivy on Android". And sorry for my bad English. Thank you.
Vfx and compositing show reel
มุมมอง 1028 ปีที่แล้ว
Hi....
Happy independence day india-2015
มุมมอง 1009 ปีที่แล้ว
Happy independence day india-2015

ความคิดเห็น

  • @SFreakHD
    @SFreakHD 2 หลายเดือนก่อน

    All my homies dont activate windows

  • @spencer2444
    @spencer2444 2 หลายเดือนก่อน

    awesome! would you mind posting the code somewhere or publishing a github link?

    • @TheCookingPixel
      @TheCookingPixel 2 หลายเดือนก่อน

      @spencer2444 , Yes, I will clean & release the code soon, and I plan to make a tutorial series too. Thanks.

  • @lksxxtodin5292
    @lksxxtodin5292 2 หลายเดือนก่อน

    Thats cool!!

  • @EAGLEytGAMMING
    @EAGLEytGAMMING 9 หลายเดือนก่อน

    Where is keywords man

  • @Nevetsieg
    @Nevetsieg 10 หลายเดือนก่อน

    Good visual demostration of ray marching on signed distance field.

    • @TheCookingPixel
      @TheCookingPixel 10 หลายเดือนก่อน

      @Nevetsieg, Thank you

    • @Nevetsieg
      @Nevetsieg 10 หลายเดือนก่อน

      @@TheCookingPixel BTW, how do you caculate df? UE5 pre-caculates mesh distance field data and store them in voxels to accerelate ray marching, but the low resolution causes many artifacts. How do you get high-res df in this demo? by calculating them in realtime?

    • @TheCookingPixel
      @TheCookingPixel 10 หลายเดือนก่อน

      @Nevetsieg, Yes In real time we can calculate the distance field, here the main key is we need to maintain the aspect ratio of the canvas. By the way, when we are calculating pixel by pixel, as much as we can decrease the minimum distance from the surface, we can get the best results. In the below blog, I explained the basic theory and maths involved in the raymarching algorithm. thecookingpixel.blogspot.com/2022/05/raymarching.html

  • @keerthypoko
    @keerthypoko 11 หลายเดือนก่อน

    ❤😊

  • @Naruto_uzumaki7979
    @Naruto_uzumaki7979 11 หลายเดือนก่อน

    awesome bro keep posting love it

  • @VFX_OPIMTV
    @VFX_OPIMTV 11 หลายเดือนก่อน

    you are the best compositor

  • @govindaraju1947
    @govindaraju1947 11 หลายเดือนก่อน

    Nice

  • @govindaraju1947
    @govindaraju1947 11 หลายเดือนก่อน

    Good

  • @apmanti12
    @apmanti12 11 หลายเดือนก่อน

    yeah man, very cool and very smart too, I wounder if you can project that on to a card and displace is to get a 3d look, this could be great for creating terrain/ground

    • @TheCookingPixel
      @TheCookingPixel 11 หลายเดือนก่อน

      @apmanti12, Possibly!, Yes, we can project this on a plane. Thanks for the creative comment.

  • @KLYNPUSI832
    @KLYNPUSI832 11 หลายเดือนก่อน

    Hii

    • @KLYNPUSI832
      @KLYNPUSI832 11 หลายเดือนก่อน

      Brother

    • @apmanti12
      @apmanti12 11 หลายเดือนก่อน

      @@KLYNPUSI832 hey, good to see you

  • @keerthypoko
    @keerthypoko 11 หลายเดือนก่อน

    The output looks like land. Its amazing to see such result with just noise. 🎉 New thing kearned for today. Keep the good work flowing.

  • @eugene_360
    @eugene_360 ปีที่แล้ว

    I couldn't find the apps

  • @koushikswaminathan3845
    @koushikswaminathan3845 ปีที่แล้ว

    Adbutham shankara

  • @aniruddhchavan
    @aniruddhchavan 2 ปีที่แล้ว

    So cool! You mad scientist!

  • @aniruddhchavan
    @aniruddhchavan 2 ปีที่แล้ว

    How are you so smart man? Don't do like this 🤣

    • @TheCookingPixel
      @TheCookingPixel 2 ปีที่แล้ว

      Hey... Anirudh, don't do like that 😉😉😃

  • @viewgetter7749
    @viewgetter7749 2 ปีที่แล้ว

    Great

  • @mrfadel
    @mrfadel 2 ปีที่แล้ว

    👏👏👏

  • @kollystalinkollystalin3367
    @kollystalinkollystalin3367 3 ปีที่แล้ว

    Voices not able to lisern

  • @adityarocker7205
    @adityarocker7205 3 ปีที่แล้ว

    Thanks for providing a great content....❤ Finally got the video.....

  • @angelcruzie8358
    @angelcruzie8358 3 ปีที่แล้ว

    "unknown command 'pip' " excuseme wtf Try with pip3 install kivy

  • @viniciosneves2810
    @viniciosneves2810 3 ปีที่แล้ว

    Mermão no 15:41 tem um puta código pra copiar e você não deixou na descrição do vídeo e nem no comentário do vídeo, pra copiar isso vai ser um saco, facilita aí pra noix

  • @amrutmujumdar
    @amrutmujumdar 3 ปีที่แล้ว

    Thanks for the video and EXPLAINATION! Could to please make a video on "How to convert apk files to Kivy app" Like I want to open simpler apps in Kivy

  • @adityasameer8402
    @adityasameer8402 3 ปีที่แล้ว

    Thanks

  • @MohamedIbrahim-rr2jh
    @MohamedIbrahim-rr2jh 3 ปีที่แล้ว

    Amazing man🥰😄😍Loved the way you teach

  • @ianxiao5543
    @ianxiao5543 3 ปีที่แล้ว

    Good content bruh

  • @IdkWhyMyNameIsB
    @IdkWhyMyNameIsB 3 ปีที่แล้ว

    Thx bro, you saved me

  • @aspuser1081
    @aspuser1081 3 ปีที่แล้ว

    தம்பி அத அந்த கர்மம் வல்ல்லா ஒழுங்க தமிழ்ல பேசலம் இல்லா

  • @-kuldeep-ingh787
    @-kuldeep-ingh787 4 ปีที่แล้ว

    Aaaaaaaaaa

  • @Maane_hogaaaaaaa
    @Maane_hogaaaaaaa 4 ปีที่แล้ว

    cannot understand what u r saying plz speak clearly nxt tym

  • @dhakshnamoorthy8673
    @dhakshnamoorthy8673 4 ปีที่แล้ว

    Bro when I try to run firebase in pydroid3 I'm getting a syntax error: from .async import process_pool please help me

  • @gabi-e1i
    @gabi-e1i 4 ปีที่แล้ว

    So is posible to convert a python script to apk???

  • @MrMiyagi005
    @MrMiyagi005 4 ปีที่แล้ว

    Kivy now comes pre installed with Pydroid 3. No need to install, create folders, etc. Just write ur code and run it

    • @kunalnikam4403
      @kunalnikam4403 4 ปีที่แล้ว

      Does pydroid3 work.?..plz let me know

    • @MrMiyagi005
      @MrMiyagi005 4 ปีที่แล้ว

      @@kunalnikam4403 not sure what u tryin to ask here. Pydroid 3 is a python ide for android phones. It runs ur code similar to a PC. its free on play store.

    • @kunalnikam4403
      @kunalnikam4403 4 ปีที่แล้ว

      @@MrMiyagi005 i want to create one python based application so i was trying to deploy my kivy code from pc to mobile..i want some software that can package my code into apk..or how can i deploy my code to android

    • @ragnarok3888
      @ragnarok3888 3 ปีที่แล้ว

      Am having trouble with kivy in pydroid When I try to run From kivy.uix.boxlayout import Boxlayout It keeps showing me error

  • @rocketbeartv2554
    @rocketbeartv2554 4 ปีที่แล้ว

    Android 10 no me función como puedo arreglarlo.. por favor !

  • @kanva4
    @kanva4 4 ปีที่แล้ว

    I like how you admitted your kinda not so good english... :) what really matters is the good content... i appreciate it Edit: oh and btw naanu kannadiga :)

  • @theeshalanpoobalan8961
    @theeshalanpoobalan8961 4 ปีที่แล้ว

    what kind of screen recorder you use

  • @ajay_krishna
    @ajay_krishna 4 ปีที่แล้ว

    Can i create an android apk file from the python file and then run it as an android app?

  • @sandybaby8170
    @sandybaby8170 4 ปีที่แล้ว

    Don't be fear ur communication is good and tq for such a wonderful video🤗

  • @ailexx3377
    @ailexx3377 4 ปีที่แล้ว

    If anybody is having trouble with installing kivy on qpython, use pydroid. I think it has kivy module pre-installed

  • @prasanthrajendren3575
    @prasanthrajendren3575 4 ปีที่แล้ว

    Neenga tamil dhaane bro

  • @julesboileau3400
    @julesboileau3400 4 ปีที่แล้ว

    Thanks for this tutorial Shankar

  • @tharlinhtet97
    @tharlinhtet97 4 ปีที่แล้ว

    Can Kivy make Hybrid apps for mobile both android and ios with a program?

  • @abdulghaffarmumtaz7927
    @abdulghaffarmumtaz7927 4 ปีที่แล้ว

    Your tutorial was too bad...

    • @TheCookingPixel
      @TheCookingPixel 4 ปีที่แล้ว

      😀😀... Thanks for the feedback, I will implement...

  • @jobiolajoshua8559
    @jobiolajoshua8559 4 ปีที่แล้ว

    when I tried installing it reads no such option: -u what do I do

    • @gaming_kyu
      @gaming_kyu 4 ปีที่แล้ว

      You can use android to install kivy Search pydroid 3 download from play store The next step is : May be you can refer to this video th-cam.com/video/bpy5q7b3AZw/w-d-xo.html

  • @akhilsudheer6510
    @akhilsudheer6510 5 ปีที่แล้ว

    what the f**k is this video uff video org duration should be 5 mins and his hmmm voice is for 25 minutes can u please learn properly and post videos i lost my patience cuz its not ur eng but u itself dont know to explain without reading the note so plzz learn properly and post videos then only people will subcribe

  • @finnknauber
    @finnknauber 5 ปีที่แล้ว

    thanks

  • @trekwithwicky
    @trekwithwicky 5 ปีที่แล้ว

    Hi, unable to install kivy in qpython, facing the below error: >pip install kivy-u4-qpython Collecting kivy-u4-qpython Could not find a version that satisfies the requirement kivy-u4-qpython (from versions: ) No matching distribution found for kivy-u4-qpython Any idea what's the issue here??

    • @parzvalishere
      @parzvalishere 5 ปีที่แล้ว

      Same.... did you get any solution ?

    • @trekwithwicky
      @trekwithwicky 5 ปีที่แล้ว

      @@parzvalishere not yet!😐

    • @parzvalishere
      @parzvalishere 5 ปีที่แล้ว

      I'm trying to use kivy from pyroid... I hope it'll work

    • @ailexx3377
      @ailexx3377 4 ปีที่แล้ว

      @@parzvalishere did it work? Cuz I have the same problem...

    • @kanva4
      @kanva4 4 ปีที่แล้ว

      Yeah try pydroid

  • @kundangaikwad9845
    @kundangaikwad9845 5 ปีที่แล้ว

    <ps> in kivy launcher ?explain pls

    • @gaming_kyu
      @gaming_kyu 4 ปีที่แล้ว

      You can use android to install kivy Search pydroid 3 download from play store The next step is : May be you can refer to this video th-cam.com/video/bpy5q7b3AZw/w-d-xo.html

  • @kundangaikwad9845
    @kundangaikwad9845 5 ปีที่แล้ว

    Speak loud