Skip to content

ruthus18/interlope-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interlope Game Engine (Python Edition)

Python/OpenGL Application

This is the Python implementation of the Interlope game engine (primarly aimed to make a first-person action RPG)

Features:

  • C-like interface for simple yet portable engine design
  • Load and observe your shiny 3D models (.obj, ...)
  • Scene and world management (details: config folder)

Requirements

  • Python 3.12
  • Poetry
  • OpenGL lib (check pyopengl setup)
  • PIL

Installation

poetry install

Launch

Linux

./run.sh

Windows

./run.bat

Controls

~ - Switch between camera and cursor control

About

Python/OpenGL game engine drafts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages