Skip to content

lim-james/Allure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure

Game engine that is beautiful aesthetically and technically.

Projects

Pacman AI Showcase

Built a simple Pacman clone to visualise the Pacman Ghost AI behaviour. Was fun implementing a extendable state machine system for the AI. Optimised the map rendering by using a tilemap renderer.

Pacman AI Showcase

Audio Spectrum Visualiser

Just built an audio spectrum visualiser for the fun of it.

Audio Spectrum Visualiser

Minecraft Clone

As part of a computer graphic's assignment, I cloned minecraft in my game engine. Showcases the use of instance rendering to optimise the render calls, as well as some simple shader manipulation for the water and leaves behaviour. Explored post processing for bloom, and heightmaps for terrain generation too.

Minecraft Clone

Particle System

Just love the beautiful particles so I wanted to push my engine. I optimised the particles to be rendered using instance rendering.

Particle System