Skip to content

Commit

Permalink
add Ezlo page
Browse files Browse the repository at this point in the history
  • Loading branch information
cesque committed May 19, 2024
1 parent 8fbe2c2 commit 1586955
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions posts/ezlo.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export const meta = {
title: 'Ezlo',
tags: ['games', 'programming'],
}

**Ezlo** is a software I created to allow a user to run a random ROM from their collection, using the assigned emulator. It is built in Electron, using React for the front-end.

The code is available on GitHub at [cesque/ezlo](https://github.com/cesque/ezlo), and you can also download [executable versions of the app](https://github.com/cesque/ezlo/releases).

<Image src="https://cesque.com/storage/24/05/19/900941474600.jpg" wide />

**To do**:
- Set file extension filters per configuration
- Remove ability to fullscreen/resize window

0 comments on commit 1586955

Please sign in to comment.