The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Game Development
»
Caballero's drawer
« previous
next »
Print
Pages: [
1
]
2
3
...
11
Author
Topic: Caballero's drawer (Read 53378 times)
caballero
Member
Posts: 2100
Matrix - Noah
Caballero's drawer
«
on:
May 01, 2018, 05:49:40 AM »
Just a place where to left things that I'm checking if anyone want to prove it from time to time. This time flying around between two claustrophobic planes.
Logged
The logic of the error is hidden among the most unexpected lines of the program
Siekmanski
Member
Posts: 2622
Re: Caballero's drawer
«
Reply #1 on:
May 01, 2018, 06:52:23 AM »
8)
Logged
Creative coders use backward thinking techniques as a strategy.
daydreamer
Member
Posts: 2307
my kind of REAL10 Blonde
Re: Caballero's drawer
«
Reply #2 on:
May 02, 2018, 03:23:09 AM »
nice :t
Logged
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #3 on:
May 04, 2018, 09:18:28 PM »
All the merit for Lode Vandevenne. This raycaster may be reduce in size dramatically creating textures on the fly, just time for that ;)
Edited: I haven't said it, but you can move with the cursor keys
«
Last Edit: May 05, 2018, 12:27:58 AM by caballero
»
Logged
The logic of the error is hidden among the most unexpected lines of the program
Siekmanski
Member
Posts: 2622
Re: Caballero's drawer
«
Reply #4 on:
May 04, 2018, 11:12:36 PM »
:t
Logged
Creative coders use backward thinking techniques as a strategy.
HSE
Member
Posts: 2362
AMD 7-32 / i3 10-64
Re: Caballero's drawer
«
Reply #5 on:
May 05, 2018, 01:23:19 AM »
A total disaster: I can't find the weapons, fortunately no enemies!
Logged
Equations in Assembly:
SmplMath
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #6 on:
May 05, 2018, 03:28:55 AM »
he he, next time it will not be so easy, foreigner
.
Logged
The logic of the error is hidden among the most unexpected lines of the program
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #7 on:
May 06, 2018, 03:16:17 AM »
Brick walls and grass floor generated on the fly. This last one can be improved, but the bricks walls are neat, I think. I can make more type of textures on the fly. In any case the file size uncompressed is 62kb uncompressed and before now was 380 Kb, with the same tune in the background. Quite size save.
Edited:
1. Added another texture that pretended to be a heat metal grid for the walls
2. Substituted the ceiling by a cloudy sky.
3. I could make more textures on the fly but don't know if it worths
«
Last Edit: May 06, 2018, 05:52:33 AM by caballero
»
Logged
The logic of the error is hidden among the most unexpected lines of the program
zedd151
Member
Posts: 1931
Re: Caballero's drawer
«
Reply #8 on:
May 06, 2018, 07:35:24 AM »
--> Brick walls and grass floor generated on the fly
reminds me of Wolfenstein Castle. :lol:
Logged
Regards, zedd.
daydreamer
Member
Posts: 2307
my kind of REAL10 Blonde
Re: Caballero's drawer
«
Reply #9 on:
May 06, 2018, 05:44:59 PM »
looks great,textures on the fly is what makes it look great independent of distance with no need for a mip/map solution?or you use mipmap too?
usual problem with using only one wall bitmap is it doesnt look good at distance
Logged
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #10 on:
May 06, 2018, 06:36:49 PM »
No mipmap involved here, it's just that the textures are bigger than before
Logged
The logic of the error is hidden among the most unexpected lines of the program
LordAdef
Member
Posts: 669
Re: Caballero's drawer
«
Reply #11 on:
May 08, 2018, 04:01:29 PM »
Great Stuff Caballero! is there a tuto coming?
Logged
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #12 on:
May 09, 2018, 03:56:31 AM »
Thank you, Alex
I think I could make a new chapter if at least you are interested on it. Though I need time for that, family, job, my own time, time for my own learning. You know, few free time.
Logged
The logic of the error is hidden among the most unexpected lines of the program
caballero
Member
Posts: 2100
Matrix - Noah
Re: Caballero's drawer
«
Reply #13 on:
June 03, 2018, 06:01:42 AM »
My flag, a sine wave example
Logged
The logic of the error is hidden among the most unexpected lines of the program
felipe
Member
Posts: 1381
Re: Caballero's drawer
«
Reply #14 on:
June 03, 2018, 11:30:40 AM »
That's a nice serpentine flag :icon14:. Btw is this some kind of preparation program to support Spain in Russia world cup
?
Logged
Print
Pages: [
1
]
2
3
...
11
« previous
next »
The MASM Forum
»
Projects
»
Game Development
»
Caballero's drawer