Taylor Open Source Game Engine
Taylor Open Source Game Engine
Sean Earle
I'm an Australian ruby developer who loves to make games which is why I'm building Taylor! Taylor is a small, free, and open source game engine designed to be easy to use, cross platform, and to boost developer happiness
Latest Posts
Count Releases 0 Commits 10 Contributors 2 Pull requests merged 7 Issues closed 1 At a Glance Emscripten Upgrade 4.0.13 -> v6.0.0 ARGV Rework for the CLI You can now use -- to split args from the CLI to your game Improved Developer...
Count Releases 2 Commits 19 Contributors 1 Pull requests merged 3 Issues closed 3 At a Glance Taylor v0.4.2 and v0.4.3 Released I put out two small releases to fix some bugs mruby 4.0.0 Upgrade A hard fought battle to upgrade mruby...
This is another minor release that fixes a bug in the export process that caused assets not being exported correctly. You may see some warnings when you run taylor export letting you know that you’re using a deprecated key in your...
This is a very minor release that fixes a couple of bugs and tweaks some of the development experience. Download Taylor v0.4.2 now! Changelog Lock the MRuby version used in the export docker image Refactor talyor-config.json handling...
Count Releases 0 Commits 9 Contributors 1 Pull requests merged 0 Issues closed 0 At a Glance Taylor's Five Year Anniversary It's been five whole years since I started Taylor Refactored Taylor's Config handling Noticed this area was...
At a Glance Intro What Does this Mean How do I Participate Outro Intro After much hinting, faffing about, and being worried about having to be a community manager a golden opportunity fell into my lap! Javier reached out to me to discuss...
Intro This is going to be a long rambling post about the past five years of Taylor. Be prepared for it not to be well edited and for my thoughts to jump around a bit. I thought about making this a video but life has not been kind...
Count Releases 0 Commits 26 Contributors 1 Pull requests merged 0 Issues closed 0 At a Glance Jumpy Alien Community Site Jumpy Alien I spent some time this month and finished polishing off the Jumpy Alien example! The final touches ended...
Count Releases 0 Commits 1 Contributors 1 Pull requests merged 1 Issues closed 1 At a Glance A Wild Email Appears Jumpy Alien Community Site A Wild Email Appears I received an email about Taylor! Someone noticed a bug on the playground...
Count Releases 1 Commits 7 Contributors 2 Pull requests merged 6 Issues closed 0 Stars 123 At a Glance Taylor v0.4.1 Released Website Updates Switched to LocalCI clang-format Update Jumpy Alien Example Began Redesigning taylor squash...
Taylor version v0.4.0 has been out for a while and I didn’t want to bring too much attention to it since it was the massive redesign that took over two years. Instead, I released it quietly and used it myself to see if there were any...
Too Long; Won’t Read The short, sharp, and shiny of it all is docker containers usually run as root, so when you mount your local file system to it, it writes files as root to your machine. This bugs me and causes issues. The fix is to...
Installation Linux Follow the instructions here for your distribution, I strongly recommend using the server instructions and not using Docker Desktop. I’ll explain further down below why that is. Windows/OSX You’ll want to grab Docker...
What’s all this about tracking? This post is mostly a heads up that I’ve setup some self hosted analytics using Plausible which describes itself as: Plausible is lightweight and open source web analytics. No cookies and fully compliant...
Why With Heroku dropping the free tier from their service I decided to make better use of the “server” I have sitting in my home office. My current system was to just boot docker containers in the background with --restart...