Learning Three.js

?

Channel Reputation Rank

#75
?

Activity Status

Stale

last updated

?

Category

JavaScript

According to the data and stats that were collected, 'Learning Three.js' channel has an outstanding rank and belongs to JavaScript category. Despite such a rank, the feed was last updated more than a year ago. In addition 'Learning Three.js' includes a significant share of images in comparison to the text content. The channel mostly uses long articles along with sentence constructions of the basic readability level, which is a result indicating a well-balanced textual content on the channel.

? Updates History Monthly Yearly
? Content Ratio
? Average Article Length

Long articles are widely used on 'Learning Three.js' as elaborated and interesting content can help the channel to reach a high number of subscribers. In addition there are a few medium length articles.

short

long

? Readability Level

'Learning Three.js' mostly contains texts of a basic readability level which may show their aim to reach a wider audience. Besides, there are a smaller number of articles of intermediate readability.

advanced

basic

? Sentiment Analysis

Positive emotional expressions prevail throughout the texts: they may include favorable reviews, appreciation or praise in regard to the subjects addressed on the channel. However, the channel also contains some rather negative or critical records that make up just a small amount of all its content.

positive

negative

Recent News

Unfortunately Learning Three.js has no news yet.

But you may check out related channels listed below.

Punch A Doom Character in Augmented Reality

[...] realize your dream :) It is about a minigame called "Punch A Doom Character in Augmented Reality" because in this game, the player can punch Doom Character in augmented [...]

Punch A Doom Character in Augmented Reality

[...] you realize your dream :) It is about a minigame called “Punch A Doom Character in Augmented Reality” because in this game, the player can punch Doom Character in augmented reality :) The [...]

Augmented Reality 3D Pong

[...] This post presents a livecoding screencast of Augmented Reality 3D Pong. This is an experiment to use augmented gestures as a way to interact with game. So [...]

tQuery plugin for Doom Characters

[...] right foot. It is the learningthreejs boilerplate for three.js With .start(), we start the rendering loop. So from now on, the world scene gonna be rendered periodically, typically 60time per seconds. [...]

Minecraft Character in WebGL

[...] to create our world as usual. This initialize the renderer, the camera, its controls and a rendering loop. We setup the boilerplate for three.js and add a page title with some info on our little 3D [...]

Sport Car in WebGL

[...] to cast shadows as if it cames from the sun. This is a nice way to improve the realism in our 3D scene We already talked about it in "Casting Shadow" The renderer needs to be notified so we [...]

Sound Visualisation: a Vuemeter in WebGL

[...] . ``` ``` We Change the background color. This confusing line ensure the background of the 3D scene will be rendered as 0x000000 color, aka black. ``` ``` Here we setup the lights of our scene. [...]

tQuery WebAudio for More Realistic 3D

[...] and configure your own audio nodes chain :) Conclusion Ok so now you can play sounds in your 3D scene. You can make the sound follows a given object3d with realistic sound spatialization. All that [...]

How To Make The Earth In WebGL?

[...] - All Solar System’s Planets Done For You While i was at it, i made threex.planets, a threex extension for three.js. It provides all the planets from the solar system to be easily usable in your [...]

Scary Monster For Your Next FPS Game in Three.js With threex.md2character

[...] ;s MD2 converter. To see the other posts about one threex a day and forget our moto! “A THREEx extension a day, gets your game on its way!” discuss it on hacker news Show Don’t Tell [...]

Perlin Terrain Procedural Generation For Your Game With threex.terrain

[...] if you want ;) To see the other posts about one threex a day and forget our moto! “A THREEx extension a day, gets your game on its way!” Show Don’t Tell examples/canvas.html [view [...]

Procedural Generated Pool Balls For Your Three.js Pool Game with threex.poolball

[...] the balls roll. To see the other posts about one threex a day and forget our moto! “A THREEx extension a day, gets your game on its way!” Show Don’t Tell examples/basic.html [view [...]

Crazy Post Processing Color Effects To Change Your Game Ambiance With Threex.col...

[...] of the ‘one threex a day’ challenge. This challenge is to publish every day one game extension for three.js! One per day, every day and that for 2month! In this post, we gonna talk about [...]

Simple and Easy To use Crates Models to Get Your Game Started with THREEx.Crates...

[...] of the ‘one threex a day’ challenge. This challenge is to publish every day one game extension for three.js! One per day, every day and that for 2month! In this post, we gonna talk about [...]

Realistic Physics for Your 3D Game with THREEx.Oimo Game Extension For three.js

[...] of the ‘one threex a day’ challenge. This challenge is to publish every day one game extension for three.js! One per day, every day and that for 2month! In this post, we gonna talk about [...]

Beautiful Dynamic Laser Beams for Your Space Game with threex.laser Game Extensi...

[...] of the ‘one threex a day’ challenge. This challenge is to publish every day one game extension for three.js! One per day, every day and that for 2month! In this post, we gonna talk about [...]

3D Physics With Three.js and Physijs

[...] , which say "the mass is infinite, dont move, ever" :) ``` ``` Spawning object in a 3D world Spawning is always a delicate matter in our world. But first let's load the texture for the [...]

Linkify, a tQuery Extension

[...] open a new url. It is built on top of domEvents. It is used to incoporate dom kindof events in 3D world. We saw them a few week back in 'dom events in 3D space' post. Previous posts on tquery may be [...]

Linkify, a tQuery Extension

[...] open a new url. It is built on top of domEvents. It is used to incoporate dom kindof events in 3D world. We saw them a few week back in 'dom events in 3D space' post. Previous posts on tquery may be [...]

Funky Deformation For The Geometry of Your Three.js Game With threex.vertexanima...

[...] shiny example using reflexion and environment map. How To Install It You can install it via script tag Or you can install with bower, as you wish. How To Use It Here is a typical usage [...]

Classical Suzanne Monkey From Blender To Get Your Game Started With threex.suzan...

[...] source] : It shows a basic usage of the extension. How To Install It You can install it via script tag Or you can install with bower, as you wish. How To Use It How to load the geometry ? How to [...]

Live Cube Maps Reflections In Your Three.js Game With threex.cubecamera

[...] goes party” from nextgamefrontier talk. How To Install It You can install it via script tag Or you can install with bower, as you wish. How To Use It First you need to create a classic [...]

Easy Way to Include Transparency In Your Three.js Game with threex.transparency

[...] source] : It shows a basic usage of this extension. How To Install It You can install it via script tag Or you can install with bower, as you wish. How To Use It ? The algo is well described in this [...]

Sound Visualisation: a Vuemeter in WebGL

``` Let's Code in JS First we gonna intenciate WebAudio. This will initialize the layer. It will create the AudioNode`s for the end of the chain. By [...]

Sports Car in WebGL

[...] and fast ground. We have seen something similar with tquery.checkerboard.js in “tQuery Plugin for Doom Characters” post. The Car First we instanciate a tQuery.Car object with [...]

Sport Car in WebGL

[...] and fast ground. We have seen something similar with tquery.checkerboard.js in "tQuery Plugin for Doom Characters" post. ``` ``` The Car First we instanciate a tQuery.Car object [...]

Punch A Doom Character in Augmented Reality

[...] augmented gesture in "Augmented Reality 3D Pong" post and MD2 Characters in "tQuery Plugin for Doom Characters" post. Now we gonna associate them together in our mini game :) I [...]

Three.js Sport Car on iOS at 40fps

[...] prefere a less invasive solution, not requiring to jailbreak your devices. You can use WebGL Browser made by Ben Vanik , aka @benvanik on twitter. He is wellknow for WebGL Inspector. By the [...]

Three.js Sport Car on iOS at 40fps

[...] prefere a less invasive solution, not requiring to jailbreak your devices. You can use WebGL Browser made by Ben Vanik , aka @benvanik on twitter. He is wellknow for WebGL Inspector. By the [...]

Sport Car in WebGL

[...] to render with canvas 2D in the regular browser. Even possible to render WebGL using WebGL Browser by Ben Vanik. The Road In a scene, it is cool to create a goal, something for the user [...]

Move a Cube With Your Head or Head-Tracking with WebGL

[...] are already in three.js, like targets or facekat. Demo Time !! As usual we did a plugin for tQuery API to make it easy to use in our environement. One can find 2 examples for it: A educational [...]

3D Physics With Three.js and Physijs

[...] Get Started The code of today is a copy of the collision example from physijs using it thru tQuery API. It may usefull to reimplement the same thing, just to be sure they both perform the same way. : [...]

3D Physics With Three.js and Physijs

[...] Get Started The code of today is a copy of the collision example from physijs using it thru tQuery API. It may usefull to reimplement the same thing, just to be sure they both perform the same way. : [...]

?Key Phrases
Punch A Doom Character in Augmented Reality

[...] realize your dream :) It is about a minigame called "Punch A Doom Character in Augmented Reality" because in this game, the player can punch Doom Character in augmented [...]

Punch A Doom Character in Augmented Reality

[...] you realize your dream :) It is about a minigame called “Punch A Doom Character in Augmented Reality” because in this game, the player can punch Doom Character in augmented reality :) The [...]

Augmented Reality 3D Pong

[...] This post presents a livecoding screencast of Augmented Reality 3D Pong. This is an experiment to use augmented gestures as a way to interact with game. So [...]

? Locations

Related channels