• Register

Brahma is a 3D game engine with a rather retrofuturistic design, intended for small studios and solo developers. It's being written from scratch in C++ using standard Windows API and no third-party libraries. This technology introduces an entirely new class of low-latency real-time engines that make special timing requirements, treating frames as video fields with a target time budget of 2-4 ms each, down from 16-33 ms frame budgets normally seen in game engines. It evolves in a different way than other modern engines, rejecting conventional BSP, Z-buffer, floating-point coordinates, and most of the lame screen-space effects in favor of innovative and efficient techniques. The engine is non-Euclidean capable to some degree; also it supports true displacement mapping for sectors as a means to virtualize geometry that affects collisions. The engine is also carefully designed to be easy and convenient to develop for, yet versatile and adaptive to any needs.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS Voxel Doom mod with orthographic sprite caching (view original)
Voxel Doom mod with orthographic sprite caching
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post comment Comments
SPY-maps
SPY-maps - - 2,906 comments

Great to see you are still working on your engine, expected nothing else. You are doing this for so long now. Guess it is by now quite a professional old-school engine, please keep updating it. I keep interested to see where your engine will lead and if it will be used as game engine once it is done.

much success,
Leon

Reply Good karma Bad karma+1 vote
punpcklbw Author
punpcklbw - - 42 comments

I really hope so. Thanks for following my work!

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

The engine can cache voxel objects into sets of billboard sprites that represent 3D models from various angles, possibly replacing pre-drawn sprites (having a similar pixelated look). This technique is primarily meant to be used for a LOD impostor system to speed up rendering scenery (as it ignores 3D perspective), but could be used for voxel enemies as well.

YouTube video: Youtu.be
Voxel Doom mod by Cheello: Moddb.com