Sundays are for rest, so this day of work has been an easy one. Some code refactors, like changing the default blending mode, but most importantly I added an important feature I wanted to have in the game. It is expected, that when a group of bubbles pop, depending on their number, some “soul lines”Continue reading “Building a Javascript game Day 2”
Tag Archives: native
Building a Javascript game from scratch.
For the next 7 to 10 days I will be building a game from scratch. It will be a one-finger time-waster simple-puzzle type of game. Proudly written in Javascript, deployed on android and FB messenger, and running on my own wrapper+renderer tech. Will document each day of work, with a little list of TO-DOs, expectedContinue reading “Building a Javascript game from scratch.”
Javascript native wrappers in V8 — Part I
Full tutorial on how to define native/javascript wrappers in v8.
V8 wrapped objects lifecycle
Basic v8 native wrapper lifecycle management. GC hooks.
Android v8 embedding guide
How to embed V8 in Android. Project setup.
Compile v8 arm, arm64, ia32
Working script to compile v8 for different architectures.