BigCodeNeck
BigCodeNeck
  • Видео 66
  • Просмотров 3 169
Physics Simulation in p5.js: Gaussian Distribution with Particle Collisions!
Explore how particle collisions impact the Gaussian distribution in this engaging physics simulation using p5.js! Watch as particles randomly collide and distribute themselves into a bell curve pattern. In this video, we’ll break down the Gaussian distribution, explain how random particle motion leads to it, and see the effects of collisions within a confined space. Perfect for anyone interested in particle systems, statistical distributions, and creative coding with p5.js!"
What You’ll Learn:
How to set up particle collisions in p5.js
The science behind Gaussian distribution in particle motion
Creative coding techniques for physics simulations
#p5js #creativecoding #javascript #codingprojects...
Просмотров: 18

Видео

Creating a Stunning Fireworks Simulation in p5.js | Coding Dynamic Particle Effects!
Просмотров 214 часа назад
Light up your code with this vibrant fireworks simulation in p5.js! 🎇 In this video, we’ll build an impressive fireworks display using particle systems, realistic physics, and colorful patterns. Whether you’re looking to add beautiful visuals to your coding projects or just want to learn more about creative coding, this step-by-step tutorial is packed with tips to help you master particle effec...
Building a 2D Particle System in C++ with Raylib | Interactive Mouse Disturbance Effect!
Просмотров 3989 часов назад
In this video, we’ll dive into creating an interactive 2D particle system in C using the Raylib framework! Watch as particles respond dynamically to the mouse position, simulating realistic movement and disturbance effects. Perfect for beginners and enthusiasts in game development, this project covers particle generation, vector movement. Stick around to see how you can implement simple yet app...
Solar System Simulation in p5.js | Realistic Orbits and Moons!
Просмотров 2712 часов назад
In this video, we’re building an interactive Solar System Simulation using p5.js! 🌌 Watch as we create a dynamic visual of the solar system, complete with planets orbiting the Sun and moons orbiting planets. This project is a fun way to explore creative coding while learning about orbital mechanics and creating layered animations. Features We’ll Cover: Centered Sun with rotating planets Realist...
Build a ReactJS Color Picker App | Real-Time Color Preview with Color History!
Просмотров 414 часов назад
In this video, we’ll create a simple yet powerful Color Picker App in ReactJS! 🎨 Watch as we go step-by-step to build a fully interactive color picker that not only allows users to choose colors in real-time but also shows a color preview, saves a color history, and lets users click on past colors to reapply them. Whether you’re a beginner or a pro in ReactJS, this project is a fun and creative...
Python Game Development: Timed Shooting Game in Pygame!
Просмотров 14216 часов назад
In this video, we'll build a fun, timed shooting game using Python and Pygame! You'll learn step-by-step how to code player controls, spawn and shoot bullets, add enemies, and display a final score at the end of a 60-second timer. This project is perfect for beginners looking to dive into game development with Python and Pygame. 🔹 What You’ll Learn: - Setting up a Pygame window and game loop - ...
Build a Maze Game with Player Controls in p5.js - Maze Generation & Play Tutorial
Просмотров 97День назад
In this tutorial, we’ll build a complete maze game in p5.js! Using the depth - first search algorithm, we’ll generate a random maze and add interactive player controls.You’ll navigate the maze to reach the goal.This video covers each step, with detailed comments to help you follow along.Perfect for beginner game developers and anyone interested in creative coding with p5.js! What You'll Learn: ...
Enhanced Decision Tree Classifier - Data Classification with Hyper-parameter Tuning & Visualization
Просмотров 11День назад
In this advanced tutorial, we build and optimize a decision tree classifier in Python with scikit-learn. We go beyond basics by adding hyperparameter tuning, visualizing the tree, analyzing feature importance, and understanding model performance with a confusion matrix. What you’ll learn: Building and tuning a decision tree classifier Visualizing decision-making steps Analyzing the model’s perf...
Epic Maze Game in Raylib! Navigate the Darkness with Just a Lamp!
Просмотров 13214 дней назад
Dive into the thrill of maze-solving in the dark! 🌑 In this Raylib tutorial, we’ll create an intense maze adventure where you navigate using only a small light source, making it feel like you’re exploring at night! 🔦 Can you make it to the end? From generating a random maze to adding realistic lighting effects, this guide covers everything to help you bring your game ideas to life! 💡 Highlights...
Animated Analog Clock in p5.js | Coding Tutorial
Просмотров 4814 дней назад
In this tutorial, we build an animated analog clock in p5.js, complete with hour, minute, and second hands. create smooth hand animations, and style the clock face with colors and arcs. 🔹 What You’ll Learn: Mapping time data to create smooth animations Drawing clock hands with rotation and custom arcs Get ready to dive into p5.js and bring this animated analog clock to life. Don’t forget to lik...
Simple 2D Shooter Game in Raylib with Score and Health System | C++ Tutorial
Просмотров 7921 день назад
In this tutorial, we build a simple 2D shooter game using Raylib and C . You'll learn how to implement core mechanics like shooting bullets, spawning enemies, and controlling the player. We also add a score system to track how many enemies the player destroys and a health system that decreases as enemies reach the bottom of the screen. By the end of the video, you'll have a fully functional gam...
Building a Simple Image Classifier Using PyTorch | MNIST Handwritten Digits Classifier
Просмотров 2821 день назад
In this video, we’ll build a simple image classifier using PyTorch on the famous MNIST dataset, which contains thousands of handwritten digits. This tutorial walks through loading the MNIST dataset, creating a basic neural network, training the model, and evaluating its performance. We'll also visualize some of the dataset images and demonstrate how the model classifies these digits! If you’re ...
2D Perlin Noise Terrain with Moving Ball in p5.js - Interactive Scrolling Terrain!
Просмотров 3521 день назад
Welcome to this p5.js tutorial where we create a dynamic 2D Perlin noise terrain with a twist! In this video, you'll learn how to generate a scrolling terrain using Perlin noise and add a ball that follows the surface of the terrain with realistic movement like a pro! This project is perfect for beginners and intermediate developers who want to explore procedural generation, Perlin noise, and i...
Building a KNN Classifier for the Iris Dataset | Python Machine Learning Tutorial
Просмотров 2928 дней назад
In this video, we'll walk through how to build a K-Nearest Neighbors (KNN) classifier using Python and scikit-learn to classify the famous Iris dataset. We'll cover the basics of KNN, explore the dataset, split the data, and train our model. We'll also visualize feature relationships using data visualization tools like seaborn to understand the data better. By the end of this tutorial, you’ll h...
Build a Digital Clock with Stopwatch and Countdown Timer using React.js - Beginner Project!
Просмотров 26Месяц назад
Learn how to create a Digital Clock, Stopwatch, and Countdown Timer all in one React.js application! In this beginner-friendly tutorial, we'll walk through setting up a dynamic digital clock that updates every second, building a functional stopwatch with start, stop, and reset capabilities, and creating a countdown timer that you can customize with your own input time. This project covers essen...
Simple 2D Platformer in Pygame: Adding Stair-Like Platforms
Просмотров 45Месяц назад
Simple 2D Platformer in Pygame: Adding Stair-Like Platforms
Implementing a Multi-Class Perceptron Algorithm in Python | Solve Classification with 3 Classes
Просмотров 33Месяц назад
Implementing a Multi-Class Perceptron Algorithm in Python | Solve Classification with 3 Classes
Brick Breaker Game in C++ with Raylib | Full Tutorial
Просмотров 62Месяц назад
Brick Breaker Game in C with Raylib | Full Tutorial
Sprite Handling in Pygame | Color Toggle with Key Presses (Black & White)
Просмотров 21Месяц назад
Sprite Handling in Pygame | Color Toggle with Key Presses (Black & White)
Build a Simple Todo List in React.js - Add & Remove Items Tutorial
Просмотров 19Месяц назад
Build a Simple Todo List in React.js - Add & Remove Items Tutorial
Orbit Controls in Three.js with React.js - Rotate and Zoom Your Scene!
Просмотров 50Месяц назад
Orbit Controls in Three.js with React.js - Rotate and Zoom Your Scene!
Drawing Shapes in pygame: Circles, Rectangles, Triangles and Lines
Просмотров 21Месяц назад
Drawing Shapes in pygame: Circles, Rectangles, Triangles and Lines
Moving a Square in Pygame: Control a Colored Square with Keyboard Input
Просмотров 18Месяц назад
Moving a Square in Pygame: Control a Colored Square with Keyboard Input
Hello Pygame: Create a Stylish Window with "Hello, World!" Text
Просмотров 108Месяц назад
Hello Pygame: Create a Stylish Window with "Hello, World!" Text
Simple Memory Flip Card Game in Raylib | Learn Game Development
Просмотров 34Месяц назад
Simple Memory Flip Card Game in Raylib | Learn Game Development
Trail Effect with Particle Animation in p5.js | patterns
Просмотров 38Месяц назад
Trail Effect with Particle Animation in p5.js | patterns
Particle System in p5.js | Dynamic Particle Animation Tutorial
Просмотров 87Месяц назад
Particle System in p5.js | Dynamic Particle Animation Tutorial
Interactive Audio Visualization with p5.js | Dynamic Circle Spectrum
Просмотров 38Месяц назад
Interactive Audio Visualization with p5.js | Dynamic Circle Spectrum
Classic Snake Game in Raylib | Grow the Snake as you feed it
Просмотров 20Месяц назад
Classic Snake Game in Raylib | Grow the Snake as you feed it
Quick Fractal Tree Drawing in p5.js | Recursive Function Example
Просмотров 31Месяц назад
Quick Fractal Tree Drawing in p5.js | Recursive Function Example

Комментарии

  • @Davued00
    @Davued00 7 часов назад

    This was simpler than expected 🤔

  • @TasmiyaShaikh-i5n
    @TasmiyaShaikh-i5n 4 дня назад

    Please make video alone with explanation 😇

  • @TexLine_Offical
    @TexLine_Offical 4 дня назад

    Thank you very much

  • @Heciob
    @Heciob 4 дня назад

    Thank you for making these videos, I am currently learning python!

    • @bigcodeneck
      @bigcodeneck 4 дня назад

      Great to hear and i really appreciate!... keep learning.

  • @anythng5441
    @anythng5441 7 дней назад

    Can you add the code source to the description please

    • @bigcodeneck
      @bigcodeneck 4 дня назад

      i will try, but i also try to make the videos as short and organized as possible for easy quick following.

  • @awabarry3056
    @awabarry3056 Месяц назад

    Great 🥰

  • @expes1ve
    @expes1ve Месяц назад

    Music name?

    • @bigcodeneck
      @bigcodeneck Месяц назад

      Quirk n Twerk (youtube audio library)

  • @sorry...6261
    @sorry...6261 Месяц назад

    Nice music bro))))xD

  • @ixsencer4937
    @ixsencer4937 2 месяца назад

    Thank you.

  • @Valdzgerth
    @Valdzgerth 2 месяца назад

    Welcome to RUclips. Keep showing us 🎉. You are doing great 🎉❤🎉

    • @bigcodeneck
      @bigcodeneck 2 месяца назад

      Thank you so much 🤗

  • @dannsmr1
    @dannsmr1 2 месяца назад

    I'm a highschool student and I'm currently learning C++ at school. My passion is to make games but my skills is limited. This video inspires me so much. Thanks man

    • @bigcodeneck
      @bigcodeneck 2 месяца назад

      That's awesome to hear! 💪🔥 Keep pushing-every project gets you closer to your goal! You’ve got this! 👾. and thanks for this comment

  • @Metatonthronos
    @Metatonthronos 2 месяца назад

    Amazing

  • @ixsencer4937
    @ixsencer4937 2 месяца назад

    I like the channel. Can I use the codes you write for my education?

    • @bigcodeneck
      @bigcodeneck 2 месяца назад

      Please use them. i am humbled to get this comment. you are the first person to ever comment to anything on my channel. May You be blessed forever in everything.