top of page

TemportalEngine

Temportal Engine is a game engine I've been writing since spring 2019. It started out in C++, but in 2020 I decided to migrate it to Rust, and have been living it up ever since. I've written a number of tech demos within the project, including Boids, a chat room, and the underpinnings of a whole editor UI. The main focus from the beginning, however, was to build the core systems of Minecraft as a technical demonstration, which I've dubbed Crystal-Sphinx.

Temportal Engine

Base framework for building 3D games using Rust as the primary language. Includes support for graphics, networking, and user-input. Leverages an approach on ECS and handles setup and teardown natively.

 

Crystal Sphinx

Ongoing game exploration project written on top of Temportal Engine. Currently exploring voxel based world interactions leveraging ideas and gameplay from Minecraft as a technical demonstration.

 

Vulkan (Rust wrapper)

Rust crate wrapping existing "ash" interface for interfacing with Vulkan API.

 

Input Actions

Ongoing exploration of implementing a flexible and configurable layer for taking user input from any number or format of devices and parsing it into game actions.

 

Socknet

Networking application layer written on top of a Quic/Quinn for serializing, transmitting, and deserializing of game data.

bottom of page