RSSAmplifier

Blog

Scott Talks About Things and Stuff

The things and stuff being web development, game development, automation, testing and etc.

neogeek.devRSS feed ↗19 posts

Latest posts

Rendering Objects in Godot That Don't Exist

Learn how to renders hundreds or thousands of objects in Godot without using Nodes.

Rendering Objects in Unity That Don't Exist

Learn how to renders hundreds or thousands of objects in Unity without using GameObjects.

Unity UI Toolkit Custom Elements

Learn how to create custom Unity UI Toolkit Elements to use withing your application.

You (Probably) Don't Need That Auth Library

I wondered this many years ago, when trying to setup Google Login with OAuth, and what I learned surprised me.

Using React and Web Components Together

Using React and Web Components in the same codebase

Unity UI Toolkit at Runtime

Dynamically populating data at runtime using Unity UI Toolkit

Web Components vs. the World

Comparing Web Components to React, Solid.js, Vue.js, Svelte and Angular.

Let's Make Web Components Happen

Stop trying to make Web Components happen! It's not going to happen.

Deploy a Static Site to Cloudflare in Seconds

I used Amazon S3 for years, but Cloudflare Pages won me over instantly for hosting simple static sites.

Yet Another Static Site Generator

There are hundreds of static site generators. Why not one more?

The Simple Game That Took Me 6 Years to Release

I created a playable prototype for a simple game in 2018, but it took until 2024 to release it.

Scott Makes a Game Engine

It happened. It finally happened. I'm building my own custom game engine.

Creating Custom Packages for Unity 2018.3

Isolate key components of your Unity game or app using Unity's new package manager.

Building an AR App Without Code

Build an AR experience for iOS or Android in Unity without writing a line of code.

Your Build Process Is Too Damn Slow

Load AssetBundles from a local server to speed up mobile development testing.

CandyCoded First Public Beta!

I'm super excited to announce the first public beta of my Unity library CandyCoded!

The Impossible Triangle

The impossible triangle and the art of Brazilian artist Romero Britto are both inspirations of mine and I wanted to create something that not only captured the essence of these two inspirations but presented them in my own way.

Animating Within Canvas Using jQuery

Recently I was exploring simple ways of animating entities in canvas and happened upon this trick with the jQuery animate method.

From Zero to Open Source

I used to be well known amongst my peers as the developer who built 80% of something and then gave up or lost interest.