ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

272 results

The Coding Train
Coding Challenge #112: 3D Rendering with Rotation and Projection

Can I draw and rotate a 3D cube using Processing's 2D renderer with just some math?!?! Yes! Watch to learn more about rotation ...

33:13
Coding Challenge #112: 3D Rendering with Rotation and Projection

225,973 views

7 years ago

The Coding Train
Matrix Multiplication for 3D Rendering

In this video, I write a function to perform matrix multiplication in Java. This is in anticipation of videos about 3D projection and ...

23:56
Matrix Multiplication for 3D Rendering

60,936 views

7 years ago

The Coding Train
Coding Challenge 168: MandelBulb 3D Fractal

It's the Mandelbulb! What happens when you take the original fractal (The Mandelbrot Set) and extend it into 3D space? And how ...

28:02
Coding Challenge 168: MandelBulb 3D Fractal

391,678 views

3 years ago

The Coding Train
Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing

In this coding challenge, I create a 3D procedural terrain using Perlin Noise and the beginShape() function in Processing.

22:44
Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing

1,084,262 views

9 years ago

The Coding Train
Coding Challenge #113: 4D Hypercube (aka "Tesseract")

In this coding challenge, I visualize a 4D Hypercube (aka "Tesseract") in Processing (Java).

42:44
Coding Challenge #113: 4D Hypercube (aka "Tesseract")

257,336 views

7 years ago

The Coding Train
10.4: Pixels! (The Pixels Array) - Processing Tutorial

This video covers the basics of reading from and writing to the pixels array in Processing / Java. This is foundation for all image ...

21:25
10.4: Pixels! (The Pixels Array) - Processing Tutorial

123,620 views

10 years ago

Idee Programmer (kuldeep kaushik)
Step19: JAVA Arrays/1D/2D/3D: Complete, Codes, best practices, Interview Q/A, 0 to Hero

JAVA Tutorial - Official site - https://www.corejava25hours.com JAVA Tutorial - Play store app ...

28:13
Step19: JAVA Arrays/1D/2D/3D: Complete, Codes, best practices, Interview Q/A, 0 to Hero

3,538 views

3 years ago

The Coding Train
Coding Challenge 146: Rendering Raycasting

Building off of the previous coding challenge (2D Ray Casting) I attempt to make my own version the original Wolfenstein 3D ...

28:52
Coding Challenge 146: Rendering Raycasting

261,720 views

6 years ago

Learn to Code Now
Arrays | Basics to Advanced Concepts | Best for Beginners

... for beginners pointers and arrays in c c++ arrays merge two sorted arrays arrays in data structure arrays java 2d arrays 3d array ...

47:52
Arrays | Basics to Advanced Concepts | Best for Beginners

1,173 views

2 years ago

The Coding Train
Coding Challenge #142: Rubik's Cube Part 1

Can I build an interactive 3D Rubik's cube in Processing? Yes! Someday I hope to return to this project and add an AI solver!

23:48
Coding Challenge #142: Rubik's Cube Part 1

412,884 views

6 years ago

LeSniperJF
Shadow vs Deep copy in Dynamic Arrays

... discussion from the last video ( https://www.youtube.com/watch?v=AAWusymCLhY ) about 2D and 3D arrays by introducing the ...

26:57
Shadow vs Deep copy in Dynamic Arrays

328 views

3 years ago

CodeHelp - by Babbar
Lecture 23: Introduction to 2D Arrays in C++ || LeetCode Questions

In this Video, we are going to learn about 2D Arrays and solve the following questions: - Row-wise Input/Column wise input ...

1:30:36
Lecture 23: Introduction to 2D Arrays in C++ || LeetCode Questions

758,030 views

4 years ago

Sebastian Lague
Coding Adventure: Software Rasterizer

Let's try to turn some dot products into a 3D world! Support my work (and get early access to new videos and source code) on ...

50:09
Coding Adventure: Software Rasterizer

535,370 views

7 months ago

The Coding Train
Coding Marching Squares

In this episode of Coding in the Cabana, Gloria Pickle and I investigate the Marching Squares algorithm and apply it to Open ...

26:28
Coding Marching Squares

198,180 views

5 years ago

The Art of Code
Ray Marching for Dummies!

Twitter: @The_ArtOfCode Facebook: https://www.facebook.com/groups/theartofcode/ Patreon: ...

29:46
Ray Marching for Dummies!

252,307 views

7 years ago

PardCode
C++ 3D Game Tutorial 10: Creating 3D Engine - Transform Matrix

[IMPORTANT]: NEW VERSION (2025) of C++ 3D Game Tutorial Series available here: ...

41:41
C++ 3D Game Tutorial 10: Creating 3D Engine - Transform Matrix

17,443 views

6 years ago

kentdjb
Chapter 7, video 1: fixed-size collections.

Introduction to 1D arrays: fixed-size collections. Source code available from https://www.bluej.org/objects-first/

30:54
Chapter 7, video 1: fixed-size collections.

436 views

5 years ago

freeCodeCamp.org
Recursion in Programming - Full Course

Recursion is a powerful technique that helps us bridge the gap between complex problems being solved with elegant code.

1:51:36
Recursion in Programming - Full Course

1,107,606 views

4 years ago

The Coding Train
Coding Challenge 3: The Snake Game

In this coding challenge, I code a p5.js version of the Snake Game. Code: https://thecodingtrain.com/challenges/3-snake-game ...

27:27
Coding Challenge 3: The Snake Game

3,422,345 views

9 years ago

Strange Loop Conference
"Jagged, ragged, awkward arrays" by Jim Pivarski

Data processing languages, such as SQL, R, MATLAB, and Numpy/Pandas, implicitly loop over identically-typed objects ("rows") ...

33:34
"Jagged, ragged, awkward arrays" by Jim Pivarski

13,280 views

6 years ago