Skip to content
View theskidster's full-sized avatar
🛸
🛸

Organizations

@XJGE
Block or Report

Block or report theskidster

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
theskidster/README.md

Hi! I'm Jared 👋


screenshot

I'm a software developer who's passionate about crafting compelling experiences and bringing people together through play. I first started making games using the BASIC programming language around 2011 and later switched to Java once those ideas could no longer be contained to a single code file.

Recently (since 2021), I've started utilizing powerful low-level technologies like OpenGL and GLFW to create an Open-Source Game Engine that lets me quickly iterate and test new gameplay concepts.

Current Project


screenshot

In my spare time I've been developing a small Mario game to test my engines utilities. This process has helped me identify better methods and procedures to use in future projects. Most updates to the engine since 2023 have been in response to some of the things I discovered while creating this game.

It's just a demo right now- but I'm excited to make the repo public sometime later this year!

Pinned Loading

  1. shadercore shadercore Public

    A lightweight rendering abstraction layer which allows java projects to make use of modern OpenGL paradigms.

    Java

  2. LightingTestbed LightingTestbed Public

    A modular platform for testing out various lighting techniques in 3D space with LWJGL 3.

    Java 1

  3. PhysicsSim PhysicsSim Public

    A testbed for physics simulations using the open dynamics engine.

    Java