I hereby claim:
- I am ebkalderon on github.
- I am ebkalderon (https://keybase.io/ebkalderon) on keybase.
- I have a public key whose fingerprint is D5AD 5BD4 7835 B0F0 B0C3 046C 00AB 4C09 42DC BA25
To claim this, I am signing this object:
#!/bin/bash | |
# Uses generates a WhatsApp desktop client for Linux. | |
# | |
# # Dependencies: | |
# | |
# ## Required: | |
# * `nativefier` (https://github.com/jiahaog/nativefier) | |
# | |
# ## Optional (only for Moka icon theme) |
I hereby claim:
To claim this, I am signing this object:
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
//! Launches an empty renderer window with a deferred pipeline and white color. | |
//! | |
//! Uses `rayon` and `num_cpus` internally to batch `gfx::Encoder`s efficiently | |
//! and maximize parallelism. Haven't uploaded changes to GitHub since Amethyst is | |
//! completely broken with these changes. This is due to `gfx_device` and other | |
//! rendering stuff being directly inside the engine, instead of a `RenderingSystem` | |
//! where it really belongs. Some restructuring is necessary to fix this design | |
//! oversight and get this new renderer to work. | |
extern crate amethyst_renderer as renderer; |