Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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