mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-08-24 08:19:06 +00:00
Add new projects
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "itsfiveoclockwhere.com"
|
||||
date: 2021-11-13T14:45:26-06:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
## What is it?
|
||||
A kind of joke [website](https://itsfiveoclockwhere.com), it simply tells the user in which timezones it is currently five o'clock.
|
||||
|
||||
This site was made in angular as a test project to mess around with and have a place to try things out on.
|
||||
|
||||
* [Angular](https://angular.io/)
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "JakTools"
|
||||
date: 2021-03-06T12:45:26-06:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
## What is it?
|
||||
A collection of scripts to extract game audio/midi from games in the Jak and Daxter lineup.
|
||||
|
||||
This was mainly done as an exercise in file parsing and is not complete, you can check the [repo](https://github.com/jwetzell/JakTools) for any progress.
|
||||
|
||||
|
||||
## Technologies Used
|
||||
|
||||
* Python
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Q-SYS Plugins"
|
||||
date: 2021-11-01T12:45:26-06:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
## What is it?
|
||||
Through some side work I have started to mess with programming plugins for the Q-SYS ecosystem
|
||||
|
||||
These plugins are essentially a lua script with extensions provided by QSC that provide a framework for integrating into the Q-SYS ecosystem (inputs, outputs, network, etc.)
|
||||
|
||||
My first attempt at a proper plugin is for the NovaStar line of LED video wall controllers found [here](https://github.com/jwetzell/q-sys-plugin-novastar)
|
||||
|
||||
## Technologies Used
|
||||
|
||||
* Lua
|
||||
Reference in New Issue
Block a user