Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuamarkle/console
A video game console build script for arch linux
https://github.com/joshuamarkle/console
Last synced: 2 days ago
JSON representation
A video game console build script for arch linux
- Host: GitHub
- URL: https://github.com/joshuamarkle/console
- Owner: JoshuaMarkle
- Created: 2023-12-03T22:16:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-11T02:53:40.000Z (11 months ago)
- Last Synced: 2023-12-11T14:24:25.769Z (11 months ago)
- Language: C++
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Untitled Console
The **Untitled Console** is a collection of games written in pure C++ with miminal dependencies just like god intended.
## Current Features
- Full 3d graphics engine with positions, rotations, and scaling
- Game Objects, similar to Unity, where each Object has a position, rotation, and 3d mesh
- Resolution upscaling from NES graphics
- Load any 3d model (.obj) into the console as an Object## Future Features
- Physics engine for 2d and 3d collisions
- UI; text, buttons, and menus
- Lighting and texture system for rendereing planes and faces
- Shaders for the camera and other rendering techniques
- Audio Management
- Hot reload and shortened complie times