Skip to content

C/C++ Educational project of developing a low-level game based on Handmade Hero

License

Notifications You must be signed in to change notification settings

JoeyDeVries/Voidt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Low-level game code (ongoing)

Notes

  • Repository is not built around supporting different run-time configurations.
  • Built with 64 bit Visual C++ compiler; see code/build.bat for compilation options.

Low-level game code

Voidt is the solo effort of aiming to develop a relatively simple, but performant game-engine and game in C with some features of C++ without the use of any libraries, including a graphics API like OpenGL. This involves software-based rendering, custom window management code with back-buffer memory, advanced memory management, SIMD-based mathematics and much more as inspired by the Handmade Hero series; basically as low-level as one can get without having to write one's own operating system.

The project is still in development; for more information regarding the project: see joeydevries.com.

Features

  • Software-based renderer
  • Epic graphics
  • Local multiplayer
  • Manual Win32 window/input management
  • Custom memory allocater
  • DirectSound circular audio buffer
  • SIMD intrinsics

About

C/C++ Educational project of developing a low-level game based on Handmade Hero

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published