o
odinpkg.dev
packages / app / MiniEngine

MiniEngine

71ea302app

Small game engine written in Odin-lang and OpenGL.

No license · updated 2 years ago

MiniEngine

A lightweight game engine written in Odin and powered by OpenGL. T his project serves as an educational resource for learning how to build a game engine from scratch, focusing on rendering, resource management, and basic game mechanics.

Features

  • Loading .obj and .mtl files
  • Texture Management with PNG support.
  • Basic Shader System (vertex & fragment shaders).
  • Input Handling for keyboard and mouse.
  • Cross-Platform Support (Windows, Linux, macOS).

Getting Started

1. Prerequisites

Before you begin, ensure you have the following installed:

2. Running

odin run .