Open in app
Home
Notifications
Lists
Stories

Write
Alexander Krupsky
Alexander Krupsky

Home

Published in Geek Culture

·Jul 30, 2021

Inventing Games. Game Loop in JavaScript.

In the previous post I explained what a game loop is on the example of a simple console application and now I’m going to show you how to build it with the help of JavaScript without any 3rd party solutions. Loops in JS. There are several posibilities to organize loops in JavasCript, the…

Game Development

4 min read

Inventing Games. Game Loop in JavaScript.
Inventing Games. Game Loop in JavaScript.

Published in Geek Culture

·Jul 26, 2021

Inventing Games. Game Loop.

What is a computer program? You can say: “What a strange question? Everyone knows the answer!” I can agree with that statement, but do you really know what computer program is in essence? After ten years in software development and thousands lines of code I’m re-thinking this question. A computer program is a collection of…

Game Development

4 min read

Inventing Games. Game Loop.
Inventing Games. Game Loop.

Jun 7, 2021

Computer Graphics. Frame Rate.

When you create an animation through code you can face frame skips or picture flickers. This story is intended to explain you why it happens and what is responsible for that. First of all, we need to understand two major terms used in animation development: Frame and Frame Rate. Frame. Wikipedia…

Development

4 min read

Computer Graphics. Frame Rate.
Computer Graphics. Frame Rate.

Published in Geek Culture

·Jun 1, 2021

Keep It Simple. Encapsulation.

When you face Object Oriented Programming (OOP) for the first time, you meet its three pillars: Encapsulation, Inheritance and Polymorphism. These principles are so simple and clear that experienced developers bully their young colleagues if the latter one ask to explain them. I think that they do it in vain…

Programming

5 min read

Keep It Simple. Encapsulation.
Keep It Simple. Encapsulation.
Alexander Krupsky

Alexander Krupsky

Following
  • Anh T. Dang

    Anh T. Dang

  • Amine Bellamkaddem

    Amine Bellamkaddem

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable