Open in app
Home
Notifications
Lists
Stories

Write
Ouzani Abd Raouf
Ouzani Abd Raouf

Home

Nov 4, 2020

Unity tips and tricks every new game developer should know

Unity is a powerful cross-platform game engine developed by Unity Technologies. It gives users the ability to create games and other experiences like augmented reality, virtual reality and simulations in both 2D and 3D. The engine offers a primary scripting API in C#, for both the Unity editor in the…

Unity

7 min read

Unity tips and tricks every new game developer should know
Unity tips and tricks every new game developer should know

Sep 28, 2020

Flutter ReorderableListView : Making order in a disorder !

The ListView widget is one of the most used widgets in Flutter. Its main function is to scroll through a list of items. But you can’t move items around within the list out of the box. Fortunately, there’s ReorderableListView. With this widget, users can long press on an item, move…

Flutter

2 min read

Flutter ReorderableListView : Making order in a disorder !
Flutter ReorderableListView : Making order in a disorder !

Sep 13, 2020

A world of mirrors : what does it mean to be human?

Imagine living alone in a world of mirrors, a special kind of mirrors. In every mirror, you see yourself with a different face and a different dress, a different shirt and different pants, but you know you are looking at yourself. If you hit the face in the mirror with…

Racism

2 min read

A world of mirrors
A world of mirrors

Published in FlutterWorld

·Sep 8, 2020

Flutter: Analog clock coding with CustomPaint

Flutter came with a lot of widgets in his pockets. Buttons, icons, containers, and many other widgets that are very easy to include in your code to get a beautifully designed app. But sometimes you wish to create a very, very custom user interface. In that case, the CustomPaint widget…

Flutter

4 min read

Flutter: Analog clock coding with CustomPaint
Flutter: Analog clock coding with CustomPaint

Sep 7, 2020

Flutter : Everything you want to know about GestureDetector

Although Flutter includes a handful of button implementations, such as: RaisedButton, IconButton , FlatButton, and CupertinoButton, you may want to create a custom button with your own style and shape. In that case you have to respond to user gestures. …

Flutter

4 min read

Flutter : Everything you want to know about  GestureDetector
Flutter : Everything you want to know about  GestureDetector

Sep 6, 2020

Flutter: Take your badge with you !

Badges are generally used to reflect the number of unread push notifications or messages for an app, but you can use them for many other situations. In this article we will learn how to create a Badge widget that can be used as a parent to other widgets to show…

Flutter

2 min read

Flutter: Take your badge with you !
Flutter: Take your badge with you !

Sep 3, 2020

Design beautiful UI for mobile app with Flutter : Calorie Plan

I like Flutter and I am a fan of converting beautiful UI designs into code using Dart and Flutter. The design that we will try to achieve today is inspired from the work of Akshay Devazya on Dribbble. You can find it here. Please note that we are not going…

Flutter

3 min read

Design beautiful UI for mobile app with Flutter :  Calorie Plan
Design beautiful UI for mobile app with Flutter :  Calorie Plan

Aug 28, 2020

Flutter : The battle of containers!

Flutter : The battle of containers! Flutter is a framework for creating fast and beautiful UI for mobile, web and desktop. Wherever you read about flutter you will see that its all about widgets. Flutter have a lot of widgets in his pockets, some are used in almost every project…

Flutter

5 min read

Flutter : The battle of containers!
Flutter : The battle of containers!

Jun 26, 2020

How to change Material and its properties at runtime in Unity?

In unity, we can apply multiple materials on a GameObject (if the gameObject mesh has multiple submeshes). These materials are listed in the “Mesh Renderer” component of the gameObject.

Unity

3 min read

How to change Material and its properties at runtime in Unity?
How to change Material and its properties at runtime in Unity?

Jun 26, 2020

How to use ScriptableObjects in Unity?

A ScriptableObject is a data container that you can use to save large amounts of data, independent of class instances. Here are some elements to be considered when using ScriptableObjects : - ScriptableObjects can considerably reduce your project’s memory usage by avoiding copies of values. For example, if your project…

Unity

3 min read

How to use ScriptableObjects in Unity?
How to use ScriptableObjects in Unity?
Ouzani Abd Raouf

Ouzani Abd Raouf

Computer Science Engineer and Cisco Instructor

Following
  • Deven Joshi

    Deven Joshi

  • Chris Sells

    Chris Sells

  • Tony Owen

    Tony Owen

  • Patrick

    Patrick

  • Mohammad Ezziedden

    Mohammad Ezziedden

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable