eryn.io Open in urlscan Pro
188.114.97.3  Public Scan

Submitted URL: http://eryn.io/
Effective URL: https://eryn.io/
Submission: On November 14 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

ERYN L. K.


ERYN

Join Server evaera evaera evaeraevaera eryn#0001 e@eryn.io Patreon evaera


WORK


PREVIOUSLY 2019-2021


UPLIFT GAMES


SENIOR SYSTEMS ENGINEER





Systems engineer creating libraries, frameworks, and games! Uplift Games is the
development studio behind the hit Roblox game, Adopt Me!, with more than 60M
monthly active users!




PREVIOUSLY MID 2019 - LATE 2019


ROBLOX CORPORATION


WEB ENGINEER // INFORMATION EXPERIENCE REMOTE CONTRACTOR





Web engineer primarily focused on the Roblox Developer Hub.




PREVIOUSLY 2016-2019


EKIWI, LLC


SOFTWARE ENGINEER

Web, SQL, Sysadmin, REST, Android & iOS, Java, JavaScript, TypeScript, PHP,
React, React Native, Beanshell, Git, SVN

WWW.SCREEN-SCRAPER.COM



Website development, database management, systems administration, creation and
maintenance of internal frameworks, phone apps, web scraping in Java and Node.js




GAMES


AQUAMAN: HOME IS CALLING

2018, Roblox, Lua

ROBLOX GAME



Aquaman: Home is Calling is a multiplayer MMORPG-esque underwater experience
wherein the player becomes Aquaman to overcome trials to become the King of
Atlantis. This game was sponsored by Warner Brothers and produced by Roblox in
order to promote the then-upcoming Aquaman film. Working as part of a team for
several months, we implemented custom solutions to problems like underwater
pathfinding with navigation mesh generation, enemy AI, a polymorphic Unit system
to model any combatant (be it a player or an AI-controlled NPC), and a state
management system named Aurora.




SERVICES


ROVER

2017, Web, Node.js, JavaScript

WEBSITE, GITHUB



RoVer is an open source, drop-in verification Discord bot that will allow your
members to safely authenticate their Roblox account on your Discord server.
RoVer currently has over 1.5 million verified users, and over 100,000 bot
invites.




SCRIPTING HELPERS

2013, Web, PHP

WWW.SCRIPTINGHELPERS.ORG



Roblox scripting Q&A community with over 25,000 members.




VOTUM

2018, TypeScript

GITHUB



Votum is a Discord bot for managing small party voting systems such as a council
or small group who want to deliberate on matters democratically. It allows
council members to create “motions”, which can then be voted upon and passed by
the other councilors.




POLL DANCER

2017, JavaScript

WEBSITE, GITHUB



Poll Dancer is a simple Discord bot that allows you to create beautifully simple
quick reaction-based polls for your community.




LIBRARIES


AURORA

2018, Lua

GITHUB



Aurora is a library that can manage status effects (known as “Auras”) in your
Roblox game. These Auras are much akin to “buffs” and “debuffs” as seen in many
games. Using Aurora can help you stay sane while managing complex game state
when multiple parts of your game need to keep track of or change the same
resource. It’s like Redux, but for games!




CMDR

2018, Lua

WEBSITE, GITHUB



Cmdr is a fully extensible and type safe command console for Roblox developers.
Cmdr is designed specifically so that you can write your own commands and
argument types, so that it can fit right in with the rest of your game. In
addition to the standard moderation commands (teleport, kill, kick, ban), Cmdr
is also great for debug commands in your game (say, if you wanted to have a
command to give you a weapon, reset a round, teleport you between places in your
universe).




ROCS

2019, Lua

WEBSITE, GITHUB



Rocs is a progressive entity-component-system (ECS) library developed for use in
the Roblox game engine. Rocs also performs the role of a general game state
management library. Specifically, Rocs facilitates managing resources from
multiple, unrelated places in your code base in a generic way.




ROBLOX LUA PROMISE

2019, Lua

WEBSITE, GITHUB



An implementation of Promise/A+ for Roblox. A Promise is an object that
represents a value that will exist in the future, but doesn’t right now.




BUBBLES

2018, Lua

GITHUB



Bubbles are mixin-style objects presented as an alternative to classical-style
inheritance for Lua.




ROBLOX LUA ALGORITHMS

2018, Lua

GITHUB



A repository of generic algorithms intended to be used within the Roblox game
engine




EVLIGHTNING

2016, Lua

GITHUB



EvLightning is a Roblox Lua library that aims to generate realistic-looking
lightning bolts out of Parts. This could be used to easily add lightning strike
effects to your game.




TOOLS


ROBLOX FFLAG WATCHER

2018, Web, Node.js, TypeScript

FFLAG.ERYN.IO



Tracks history of Roblox Fast Flag changes. Fast Flags are what Roblox uses
internally to enable or disable features in production servers and clients.




ROBLOX ANIMATION TRANSFER

2018, Node.js, TypeScript

GITHUB



Command line tool that transfers Roblox animations from one owner to another.




ROBLOX-TS

2018, Web, Node.js, TypeScript, Lua

WEBSITE, GITHUB



roblox-ts is a TypeScript-to-Lua transpiler made for Roblox, co-authored with
Osyris. It was made out of necessity for type safety when making games on
Roblox. It features has auto-generated type declarations from the Roblox API
dump, NPM support, and robust design.




ROBLOX IMAGE SIZE

2018, Lua

GITHUB



A Roblox plugin that gives you the pixels size of a Roblox image asset




RADIAL SPRITE SHEET GENERATOR

2018, TypeScript, React, Lua

WEB APP, GITHUB



RadialSpriteSheetGenerator is a project that generates radial sprite sheets
(what a surprise!). It is another project born out of necessity, because Roblox
doesn’t support clipping masks for images. It can generate a stereotypical
“loading ring” or “circular progress indicator” out of any image you choose,
paired with a Lua module that lets you pass in a percentage and it will
autonatically pick the closest image from the sprite sheet.




GRAVEYARD


RBXSYNC

2016, Node.js, Electron, JavaScript

GITHUB



RbxSync was an open source Roblox plugin that easily integrated any third-party
code editor or IDE, such as Sublime Text, Notepad++, VS Code, or Atom, into
ROBLOX Studio. I have since dropped support for it in favor of Rojo and a VS
Code extension I made for it.