Skip to content

SabeDoesThings/Nexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexanewnexa

A simple odin library I made to use to make my games :)

Getting Started

  1. First get Odin installed.
  2. Add the nexa folder to your project That's all you need to do!

Basic Gameloop

package main

import nx "nexa"

init :: proc() {}

update :: proc(dt: f32) {}

render :: proc() {}

main :: proc() {
  nx.game(init, update, render, "Nexa Game", 1280, 720, false)
}

About

A simple odin library I use for my games :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages