Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

#1 2020-06-06 18:40:46

toxa
Member
Registered: 2020-02-13
Posts: 305

2.5D engine

just want to share: https://github.com/untoxa/ISOEngine

something similar to filmation engine, but unfortunately not that fast. but if you place not many objects into the scene, it works reasonably well.

if somebody wants to make a game from this - welcome.

Offline

 

#2 2020-06-09 17:42:05

Shamurgh
New member
Registered: 2020-05-14
Posts: 3

Re: 2.5D engine

Wow, that's pretty impressive work. It manages heights and hides caracter when behind an object quite well.

Offline

 

#3 2020-06-09 18:48:16

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: 2.5D engine

I made some last-minute enhancements, you can draw the global maps in the text editor now, no need to calculate the links between the rooms. Like this:

Code:

0=01..
1=2345
2=.A.6
3=.987

where 0,1,2..A are the ID's of the rooms and the dots (or any symbol except space which is not defined as a room ID) are NULL's

Last edited by toxa (2020-06-09 18:54:20)

Offline

 

#4 2020-06-10 11:16:39

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: 2.5D engine

This is cool!
The code and image data size in the ROM appear to be quite compact.

A video for folks:
https://i.postimg.cc/jdzwwV7C/toxa-iso2-5d.gif

Offline

 

#5 2020-06-10 18:07:11

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: 2.5D engine

wow! may i steal your gif for the front page?

Offline

 

#6 2020-06-11 22:29:10

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: 2.5D engine

Please do!

Zalo once posted pix for a ROM I shared in a forum thread. It made me realize how much more visuals or a short clip can convey about a game/etc.

Last edited by bbbbbr (2020-06-12 16:21:33)

Offline

 

#7 2020-06-14 05:05:38

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: 2.5D engine

i added some visual effects and "enemies"

Offline

 

#8 2020-06-18 05:13:20

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: 2.5D engine

5 to 10 times faster now! smile

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson