My Instructions for beginners

I want to explain my progress of game development in the form of step-by-step instructions for beginners.

31 comments
4 followers
54 entries
Advertisement
8Observer8
January 10, 2020
Pixi.js and TypeScript AMD module compilation

If you use Pixi with TypeScript maybe my information will be useful for you in the future when you compile to AMD modules.

I had a problem with import in TypeScript when I compiled using "module": "AMD". I had the error when I compiled like this: "cannot find pixi.js module". Because "." (dot) int t…

4,837 views
8Observer8
November 23, 2019
Drawing a sine wave. OpenTK, OpenGL 3.0, C#

This example shows a simple way to draw a sin wave using modern OpenGL and C#

GitHub: https://github.com/8Observer8/Sin_ConsoleAppOpenTkOpenGL30CSharp
Source Code in Archive: Sin_ConsoleAppOpenTkOpenGL30CSharp.zip

These are scre…

9,432 views
8Observer8
November 03, 2019
Textured Rectangle. OpenTK, OpenGL 3.0, C#

Textured Rectangle with transparency using OpenTK, OpenGL 3.0, C#

Source Code: https://github.com/8Observer8/TexturedRectangle_OpenTkOpenGL30CSharp

3,400 views
8Observer8
October 20, 2019
The shortest app in WebGL and JS

Filling a canvas with set color. It is one of the shortest web application in WebGL 1.0 and JavaScript. It set a clear color and fill the canvas with the color. You can run this applications in Playground (in Plunker), watch demo, read code, make Fork, write something, send a link to your friend…

3,739 views
8Observer8
October 19, 2019
Textured Rectangle. WebGL 1.0, TypeScript

Textured Rectangle in pure WebGL 1.0 and TypeScript. I use glMatrix for Linear Algebra.

Playground:

Read more in My Instructions for beginners

2,981 views
Advertisement
8Observer8
October 07, 2019
WebGL example for beginners in computer graphics

It is my example how to draw a triangle using WebGL and TypeScript: https://plnkr.co/edit/PkqSZGwhv9zKSnUNSiXo?p=preview

Just fork my example, change it, save and send a new link to your friends.

I use glMatrix library for math. You can find in the ShaderProgram.ts file hwo I set scale, …

3,361 views
8Observer8
July 16, 2019
GameDev Books

Updated 3/27/2019

I study how to write my own game engines using modern OpenGL/C# and WebGL/TypeScript. I advice you this book: C# Game Programming: For Seriou…

22,348 views
8Observer8
June 15, 2019
Specs for Node.js Calculator. Jasmine JS5

Let's write an executable documentation for server side calculator.

Specifications:

  • "Add(a, b)" method must to sum positive numbers. Specification name: Add_SumPositiveNumbers_ReturnsSum
  • "Sub(a, b)" method must to subtract positive numbers. Specification name: Sub_SubtractPositive…
6,671 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
14 Followers
klg71
Generalist
56 Entries
2 Followers
ApochPiQ
Generalist
628 Entries
45 Followers
15 Entries
14 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement