Skip to content

cjgammon

whatever i feel like writing about

The Tao of Bandit

By cjgammon Last updated: May 18, 2022May 18, 2022

My family loves, Bluey. It’s an adorable little cartoon celebrating the simple joys of childhood, with life lessons along the way. I was watching it one day with my kids and this one particular episode…

Read more of The Tao of Bandit →

Posted in life

PIXI.js Animated Spritesheets

By cjgammon Last updated: April 29, 2022November 27, 2022

Sprite Sheets are a great way to reduce the number of image requests and quickly swap textures for elaborate animations. There are many ways to create sprite sheets, but the easiest approach is using a…

Read more of PIXI.js Animated Spritesheets →

Posted in javascript, technology, Uncategorized, web Tagged coding, development, pixijs, web

NFT’s?

By cjgammon Last updated: October 22, 2021April 29, 2022

So perhaps you’ve heard of NFT’s. It was hard to avoid headlines about Beeple making millions on NFT’s and if you track anyone in the design space you’re probably getting bombarded with announcements of their…

Read more of NFT’s? →

Posted in design, technology, web, web design Tagged crypto, nft, web

My First Ludum Dare- Fussy Kitty

By cjgammon Last updated: June 13, 2020April 29, 2022

Ludum Dare is a global game jam where people all over the world try to build a game over the course of a weekend. I’ve never done a Ludum Dare mostly because it’s hard to…

Read more of My First Ludum Dare- Fussy Kitty →

Posted in design, game, hardware Tagged arduino, development, game design

Multiplayer Christmas Lights!

By cjgammon Last updated: January 7, 2020April 29, 2022

I’ve always wanted to make something with arduino and the challenge is normally finding a project I’m interested in. I always thought christmas lights would be a good use for it, since they’re literally just…

Read more of Multiplayer Christmas Lights! →

Posted in design, hardware, web Tagged arduino, development, holidays, socket.io, web

PixiJS Filters

By cjgammon Last updated: May 1, 2019April 29, 2022

Filters allow you to apply post processing effect on objects. These allow you to apply many different pixel based effects similar to filters in tools like photoshop, such as blur. To apply filters to a…

Read more of PixiJS Filters →

Posted in design, web Tagged development, pixijs, web, webgl

PixiJS Graphics API

By cjgammon Last updated: April 1, 2019April 29, 2022

For dynamically drawing content PixiJS has a Graphics display object with a drawing API. This allows us to draw 2D graphics with commands similar to the 2D canvas API. The graphics object needs to be…

Read more of PixiJS Graphics API →

Posted in design, web Tagged development, pixijs, web, webgl

PixiJS Sprites

By cjgammon Last updated: March 1, 2019April 29, 2022

Sprites are display objects that render a texture. They take a single texture as a parameter. Like all display objects they need to be added to our stage in order to render. let sprite =…

Read more of PixiJS Sprites →

Posted in design, web Tagged development, pixijs, web, webgl

PixiJS Texture Loading

By cjgammon Last updated: February 26, 2019April 29, 2022

PixiJS stores all its textures inside a texture cache which can be accessed in PIXI.utils.TextureCache. To load textures into the cache you need to use a loader. This can be done by creating a new…

Read more of PixiJS Texture Loading →

Posted in design, web Tagged development, pixijs, web, webgl

PixiJS Renderer, Ticker & Stage

By cjgammon Last updated: February 11, 2019April 29, 2022

In the last post I showed you how to get up and running quickly in PixiJS. In this episode I want spend some time diving a bit deeper into the basics of PixiJS. To do…

Read more of PixiJS Renderer, Ticker & Stage →

Posted in design, web Tagged development, pixijs, web, webgl

Posts navigation

←Previous page Page 1 Page 2 Page 3 … Page 12 Next page→

Archives

  • February 2023
  • January 2023
  • November 2022
  • June 2022
  • May 2022
  • April 2022
  • October 2021
  • June 2020
  • January 2020
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2016
  • December 2015
  • October 2015
  • August 2015
  • August 2013
  • October 2005
RSS
© Copyright cjgammon. All rights reserved.