Any engines?

Blitz3D Forums/Blitz3D Programming/Any engines?

EpicElrod(Posted 2015) [#1]
I want a good engine for a first-person game. Are there any good ones?


TheGroominGuy(Posted 2015) [#2]
Blitz3D should work fine. If you have heard of SCP Containment Breach, that was programmed in Blitz3D. That's an AMAZING game.


EpicElrod(Posted 2015) [#3]
Yes I know about it. I wanted to know if there were any engines in blitz3d with pre programmed things like physics, screen resolution choosing, level editor etc.


Flanker512(Posted 2015) [#4]
There are wrappers to use physics engines like Newton, Tokamak or Ode.
Screen resolution changes can be done quite simply without any library...
Concerning the level editor you can find terrain editors, but for interior you'll need to write your own.


TheGroominGuy(Posted 2015) [#5]
I'd use Maplet to create levels. It may be hard to use at first, but you will get used to it.
For screen resolution, just type in Graphics3D 640,480,32,1. If you put 2 instead of 1 at the end, it will not use fullscreen mode...
I don't know about physics engines. I thought that Blitz came with one...


RemiD(Posted 2015) [#6]
There is also the physics engine "Bullet" which can be used with Blitz3d.