# I am developing a simple game library for the Julia programming language

**URL:** https://discourse.julialang.org/t/i-am-developing-a-simple-game-library-for-the-julia-programming-language/121173
**Category:** Community
**Tags:** package, games
**Created:** [October 11, 2024, 3:09am UTC](https://discourse.julialang.org/t/i-am-developing-a-simple-game-library-for-the-julia-programming-language/121173 "2024-10-11T03:09:38Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Sabe](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sabe/32/212556_2.png) [@Sabe](https://discourse.julialang.org/u/Sabe)
#### Post date: [October 11, 2024, 3:09am UTC](https://discourse.julialang.org/t/i-am-developing-a-simple-game-library-for-the-julia-programming-language/121173/1 "2024-10-11T03:09:38Z")

</div>

# My game library: Nexa

I am currently creating a simple game library for the Julia programing language. It is called Nexa and at the moment I have simple key presses, image loading, and a simple game loop. It is not much right now but I only started working on it 2 days ago.

## My goal:

My goal for this project is to make a simple library to make game easily in Julia. Something like raylib, its not too bloated but still very easy to use.

## Why am I making this?

Well one the julia game dev ecosystem is super scarce and there are only a couple libraries that are actually good.

### GameZero:

It’s simple but you can only use one file and doesn’t really seem to be good for large scale projects.

### JulGame:

Its pretty good so far. The main thing that loses me is the fact that it has a required editor. I am not a big fan of that because I want something more like a “game framework” instead of a “game engine” meaning I don’t really want an editor like unity or something.

### Bplus:

It is really well made but it is very low level and I want something that’s easier for someone to get into.

If you want to check out the github it is right here. [https://github.com/SabeDoesThings/Nexa.jl](https://github.com/SabeDoesThings/Nexa.jl)

I will be posting updates on the Julia discord server in the game-development channel.

Hopefully I’ll see you there 🙂

---

_[View the full topic](https://discourse.julialang.org/t/i-am-developing-a-simple-game-library-for-the-julia-programming-language/121173)._
