Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rybla/worlda
- Owner: rybla
- Created: 2017-10-19T03:07:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T22:08:00.000Z (about 7 years ago)
- Last Synced: 2024-03-07T06:44:07.248Z (8 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)