Giter Club home page Giter Club logo

create-react-phaser3-app's Introduction

Hey! I'm Kevin Shen ๐Ÿ‘‹

I'm currently a Software Engineer at Volley.

In 2022 summer, I interned at @GoogleChrome for Chrome Platform Status. Check out my contribution summary!

I like to build open source products with TypeScript (and JavaScript), Python, SQL and NoSQL databases, and modern full-stack frameworks. ๐Ÿค– My proud projects include:

  • SkyOffice - A browser-based virtual office, been on GitHub Trending and HackerNews! SkyOffice GitHub stars
  • SWEJobs.fyi - Software engineer jobs and trends tracker, my current focus. SWEJobs GitHub stars

I also have been building tools for data systems and machine Learning. ๐Ÿš€ Check out:

  • PMD - Automation tool for simulation data generation and machine learning PMD Package download
  • EMC-pypi - A thin Python wrapper around EMC EMC-PyPI Package download

I have helped some teams and organizations with my projects. If you would like to have my help with your team and product, feel free to contact me. ๐Ÿค“ And if my open source projects are useful for your product/company you can also sponsor my work on them. โ˜•

You can find me on:

create-react-phaser3-app's People

Contributors

dependabot[bot] avatar kevinshen56714 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

create-react-phaser3-app's Issues

using hooks?

wondering if you have a template version using functional components and hooks?

Sound question

Hello Kevin,

Thank you for this nice demo.
Just a little question. Imagine i do some change in the "HelloWorldScene.ts" :

...

preload() {
// this.load.setBaseURL('https://labs.phaser.io')
this.load.image("logo", "/assets/sprites/phaser3-logo.png");
this.load.image("red", "/assets/particles/red.png");
this.load.audio("music", "/Sound/blaster.mp3");
}

create() {
this.music = this.add.audio("music"); // doesn't work
this.music.play(); // of course doesn't work
this.createEmitter();
}

...

The error is : "Uncaught TypeError: this.add.audio is not a function"

I can't figure out what is wrong for making the sound working.
Your help is appreciated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.