animation - 101 Computing https://www.101computing.net Boost Your Programming Skills! Tue, 09 Jul 2024 09:10:18 +0000 en-US hourly 1 https://www.101computing.net/wp/wp-content/uploads/cropped-android-chrome-512x512-1-32x32.png animation - 101 Computing https://www.101computing.net 32 32 Space Invaders – 3D Pixel Art https://www.101computing.net/space-invaders-3d-pixel-art/ Mon, 18 Dec 2017 22:36:46 +0000 http://www.101computing.net/?p=5729 In this blog post we will use Glowscript to create a 3D animation of a space invader. 2D Graphics used in retro arcade games consist of pixels. A 2D graphic can be described as a grid of pixels of different

The post Space Invaders – 3D Pixel Art first appeared on 101 Computing.

]]>
Lighthouse Animation Challenge https://www.101computing.net/lighthouse-animation-challenge/ Mon, 11 Dec 2017 22:52:36 +0000 http://www.101computing.net/?p=5614 The purpose of this challenge is to use a Python program to demonstrate how frame-based animations can be implemented. For this challenge we are using the Processing.py library. The code below will run the setup() procedure once, when the program

The post Lighthouse Animation Challenge first appeared on 101 Computing.

]]>
Equalizer Animation Using JavaScript https://www.101computing.net/equalizer-animation-using-javascript/ Mon, 10 Jul 2017 21:25:34 +0000 http://www.101computing.net/?p=4829 When your browser displays a webpage on screen it uses 3 different programming languages called HTML, CSS and JavaScript. We call the combination of these three languages “client-side web technologies”. Each of the three language has its own syntax and

The post Equalizer Animation Using JavaScript first appeared on 101 Computing.

]]>
3D Solar System https://www.101computing.net/solar-system/ Tue, 26 Jan 2016 16:30:03 +0000 http://www.101computing.net/?p=2825 In this blog post we will use Glowscript to create a 3D animation representing the revolution of the Earth around the Sun, and of the Moon around the Earth. Earth Revolution First, let’s calculate the angle of rotation needed to

The post 3D Solar System first appeared on 101 Computing.

]]>
3D Tetris Shapes https://www.101computing.net/3d-tetris-shapes/ Tue, 26 Jan 2016 12:01:31 +0000 http://www.101computing.net/?p=2819 In this blog post we will use Glowscript to create a 3D animation representing the various shapes used in a game of Tetris. Our aim is to recreate each shape by joining several cubes together. We will then create a

The post 3D Tetris Shapes first appeared on 101 Computing.

]]>