blog logo
> CHICIO CODING_Pixels. Code. Unplugged.
Blender tutorial: user interface

Blender tutorial: user interface

·

In this new series of post I will talk about learning to use Blender, the famous 3D computer graphics software. A series of tutorial for beginners (like me). [...]

Android Studio vs Xcode vs AppCode: a brief comparison about coding speed

Android Studio vs Xcode vs AppCode: a brief comparison about coding speed

·

In this post I will compare the coding speed that it is possible to achieve in some JetBrains IDEs and Xcode, in terms of code creation and refactoring. [...]

SceneKit and physically based rendering

SceneKit and physically based rendering

·

Let's try to build a scene using SceneKit and its physically based rendering features. [...]

React Native: use multiple RCTRootView instances in an existing iOS app

React Native: use multiple RCTRootView instances in an existing iOS app

·

In this post I show you how it is possible to use multiple RCTRootView instances in an existing iOS app. [...]

Physically based rendering: informal introduction

Physically based rendering: informal introduction

·

In this post I will give you an informal introduction about Physically based rendering. [...]

React Native and Realm: custom manual link for an iOS app with custom directory structure

React Native and Realm: custom manual link for an iOS app with custom directory structure

·

In this post I will show you how to install realm as a dependency in a React Native project with custom folders structure without using react-native link command. [...]