coreyog

Results 10 issues of coreyog

I use a Razer Ornata Chroma at home on Windows and see that it's capable of setting up a Wave lighting effect with the wave being at an arbitrary angle...

feature request
custom effect

I added shaders to my game recently and to ease in the new feature I decided to use your passthrough shader from the tutorial [here](https://github.com/faiface/pixel/wiki/Using-a-custom-fragment-shader). After adding it, I noticed...

I'm trying to write up a pixel window that can be dragged by clicking anywhere in the window as if it were dragged by the title bar. This will be...

I'm trying to use rocky in conjunction with [live-server](https://github.com/tapio/live-server). In the TOML I have several routes including the following for the static files that live-server will serve: ``` ["/app/*"] method...

I'm working to incorporate dploy in the new Bitbucket Pipelines. For whatever reason the FTP connection is failing. Bitbucket Pipelines seems to think everything went fine because dploy seems to...

**Describe the bug** I'm working on a new Angular project and I can't install font-awesome-pro because of an authorization issue. **To Reproduce** Follow the instructions on this page: https://fontawesome.com/how-to-use/on-the-web/setup/using-package-managers Or...

waiting for feedback

After slowly installing all the prereqs on my Linux Mint laptop, I've finally gotten to a point that the tests run without complaining about finding "cl.h" and the test fails....

Fields of structs tagged with `spew:"-"` will not be printed. Includes a simple test.

I'm thinking of using this project for printing configs when my api starts. The first thing I do is load up a config file and I'd like to print it...

PhantomJS is installed and on the path, I ran "npm install phantom" and "npm install nodepdf" and everything seems to have gone fine. Still, running your samples results in ```...