Pascal GANAYE

Results 8 issues of Pascal GANAYE

the npm build task runs tsc. tsc complains it can't find nothing to compile (no tsconfig) ``` $ npm run build > @ build C:\Users\Pascal\code\boba-js > tsc Version 3.8.3 Syntax:...

`fnv-plus` was mising for me.

The editor in the pixijs.io doesn't allow the user to save its modifications. Writing a pen from scratch is a bit difficult because of the dependencies. So in the PR...

I follow the instruction on the readme.md at this address https://github.com/arrow-kt/arrow-meta-examples **git clone https://github.com/arrow-kt/arrow-meta-examples** ``` Cloning into 'arrow-meta-examples'... remote: Enumerating objects: 684, done. remote: Counting objects: 100% (162/162), done. remote:...

This pull request should not be merged. This is just showing that adding an alias make the entire app go blank. You might have to clear you .fusebox folder to...

It is quite long to upload many files over and over again. I needed the updateNewerFiles option. I thought of comparing dates but it is error prone as the file...

With pixi-projection we use square sprite, then inside the application transform it into two triangles. In my game half the time it looks all right and half the time it...

This is an improvement request Wouldn't it be nice if we could use pixi-projection 2d to build this sort of landscape ![image](https://user-images.githubusercontent.com/643647/133888136-c11229ed-edcc-49ce-8569-42b140592653.png) This picture here was built abusing 2D sprites....