packages/app/unnamed-engine
u

unnamed-engine

v289342bapp

A toy Odin game engine

0 stars0 forksMITupdated 7 hours ago
Open repo

Unnamed Engine

A toy Odin game engine

Architecture

Unnamed Engine is split up into three main pieces: app, core, and runtime.

  • Core: owns low-level logic: rendering, audio, input
  • App: GTK editor: depends on runtime + core
  • Runtime: Game runtime: Game loop, ECS/scene, asset loading, entry point

Building

Requirements

Building

Important

You must recurse submodules to build the project.

  1. Clone the repository:
git clone https://github.com/lammmab/unnamed-engine.git --recurse-submodules
  1. Run the proper build script for your system:

Note

These scripts are a convenience wrapper for python tools/odin_build. Use -h to view build flags.

A. Windows

.\build.bat

B. Linux / MacOS

./build.sh
Package Info
Version
v289342b
License
MIT
Author
@lammmab
Type
app
Forks
0
Created
3 days ago
Updated
7 hours ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks