bo-rc / WrldTmpl8

Retro coding in C/C++ in a 3D template with full low-level control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRIEF INFO ON THE 2021 WORLD TEMPLATE

Purpose:

This template has been designed to make it easy to start coding C++ using games and 3D graphics. The world is 3D, but consists of a finite amount of 'voxels' (3D pixels): exactly 1024x1024x1024 are available to you. Programming games on this 3D 'screen' closely resembles how we created games on homecomputers - but without the now outdated 2D graphics. At the same time, the template is nothing like large engines, like Unity and Unreal. You get full control over your machine, and you are welcome to dive deep into the template code, to change it as you wish, once you are ready to do so.

Copyright

This code is completely free to use and distribute in any form.

Utrecht, 2015-2021, Utrecht University Breda, 2014 and 2020-2021, NHTV/IGAD/BUAS Jacco Bikker Report problems and suggestions to bikker.j@gmail.com.

Changelog

v2021-01: initial 3D template release.

ScreenShot

About

Retro coding in C/C++ in a 3D template with full low-level control.


Languages

Language:C 75.3%Language:C++ 23.9%Language:Objective-C 0.8%Language:Batchfile 0.0%