Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rybla/worlda

Basically a mini minecraft-like game.
https://github.com/rybla/worlda

Last synced: about 5 hours ago
JSON representation

Basically a mini minecraft-like game.

Awesome Lists containing this project

README

        

# 3D WorldA

A 3D world displayed via PyOpenGL.

## Run:

```
$ python3 Main.py
```

## Dependencies:
- python3
- the python `OpenGL.GL` and `OpenGL.GLUT` bindings
- numpy

## Goal:

Basically to make a mini minecraft-like game.

## Current:

Can fly around and look at simple objects.

## To Do:

- Add basic rigid physics.
- Deal with near limit on frustrum.
- Capture mouse in window to allow for infinite movement? (like most FPS controlled games)