Git Product home page Git Product logo

ola_bemobenses's Introduction

Apresentação Pessoal

App

deploy

deploy

Efeitos

Som

No inicio eu tentei utilizar API nativa, mas tive muitos problemas com compatibilidade com (Ogg/mp3)

stackoverflow

Então encontrei essa lib

howler.js

Assim, consegui compatibilidade

        var SomDeDigito = new Howl({
            urls: ['sounds/keyboard.ogg', 'sounds/keyboard.mp3']
        });

        var SomDeError = new Howl({
            urls: ['sounds/erro.ogg', 'sounds/erro.mp3']
        });

        var SomDeSky = new Howl({
            urls: ['sounds/sky.ogg', 'sounds/sky.mp3']
        });

        var SomDeEstrela = new Howl({
            urls: ['sounds/estrela.ogg', 'sounds/estrela.mp3']
        });

        var SomDeSkyFall = new Howl({
            urls: ['sounds/skyFall.ogg', 'sounds/skyFall.mp3']
        });

        var SomDeFilme = new Howl({
            urls: ['sounds/war.ogg', 'sounds/war.mp3']
        });

Terminal

Terminal é uma lib, gerência a entrada e saida, somente isso.

http://terminal.jcubic.pl/

Cenario

o cenario, eu peguei um exemplo e adaptei Codepen/

Animação

piscar em varias cores...

var rand = function () {
    return (Math.floor(Math.random() * 255) + 50);
};
//@ ASYNC 1 (+6)
var t = setInterval(function () {
    red = rand();
    blue = rand();
    green = rand();
    SomDeEstrela.play();
}, 200);

Filme

O filme é um clasico do telnet, uma animação antiga (muito antiga)

Source : text/ Reprodução/

Testes

testes

ola_bemobenses's People

Contributors

isvaldo avatar

Watchers

 avatar  avatar

ola_bemobenses's Issues

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.