Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Progres 3D: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = Progres 3D
| title      = Progres 3D
| image      = [[File:Progres3dds.PNG]]
| image      = https://dlhb.gamebrew.org/dshomebrew/progres3d.png
| type        = Demo
| type        = Demo
| version    = 29 Oct 2008
| version    = 2008
| licence    = Mixed
| licence    = Mixed
| author      = Cobain
| author      = Cobain
| website    = http://www.kracus.eu/index.php?id=12
| website    = http://www.kracus.eu/index.php?id=12
| download    = Media:Progres3dds.rar
| download    = [https://dlhb.gamebrew.org/dshomebrew/progres3d.7z Part 1-13]
| source      =  
| source      =  
}}
}}
Line 14: Line 14:


==User guide==
==User guide==
'''Part I [http://www.kracus.eu/files/3D_triangle.zip (demo file)]:'''
Part I - A pyramid with some lighting effects.


A pyramid with some lighting effects.
https://dlhb.gamebrew.org/dshomebrew/progres3d.png


[[File:Progres3dds.PNG]]
Part II - Same pyramid with a texture of stone.


'''Part II [http://www.kracus.eu/files/3D_triangle2.zip (demo file)]:'''
https://dlhb.gamebrew.org/dshomebrew/progres3d2.png


Same pyramid with a texture of stone.
Part III - Load from a map. This version is not optimized.


[[File:Progres3dds2.PNG]]
https://dlhb.gamebrew.org/dshomebrew/progres3d3.png


'''Part III [http://www.kracus.eu/files/3D_cubes.zip (demo file)]:'''
Part IV - Chose MD2 to use thanks to smealum. This is the first 3D application with interaction, run by pressing the up arrow.


Load from a map. This version is not optimized.
https://dlhb.gamebrew.org/dshomebrew/progres3d4.png


[[File:Progres3dds3.PNG]]
Part V - Almost the same as part III except that here the map can have the size you want, for the example this is a 20x20 map. The image is taken directly from the DS. To test on your DS you must put the test.bmp and test.md2 files at the root of your flashcard.


'''Part IV [http://www.kracus.eu/files/3D_model.zip (demo file)]:'''
https://dlhb.gamebrew.org/dshomebrew/progres3d5.png


Chose MD2 to use thanks to smealum. This is the first 3D application with interaction, run by pressing the up arrow.
Part VI - Same as the previous part except added camera, which you can move and make it rotate. As a bonus you have the right to a nice effect which depending on the angle of the camera you do not get the same color rendering.


[[File:Progres3dds4.PNG]]
https://dlhb.gamebrew.org/dshomebrew/progres3d6.png


'''Part V [http://www.kracus.eu/files/3D_cubes2.zip (demo file)]:'''
Part VII - Exactly the same as above except that it now loads an external map file map.txt, that you must place at the root of your linker. To test you must have a flashcard compatible with libFat. In addition, a yellow color is used for the walls and a red color for the floor. You can still move the camera in the same way as the previous project.


Almost the same as part III except that here the map can have the size you want, for the example this is a 20x20 map. The image is taken directly from the DS. To test on your DS you must put the test.bmp and test.md2 files at the root of your flashcard.
https://dlhb.gamebrew.org/dshomebrew/progres3d7.png


[[File:Progres3dds5.PNG]]
Part VIII - In this version the movements are reviewed, if you press the top arrow you move straight ahead and not in a defined axis. There is also an optimization of the 3D functions which went from float to fixed point.


'''Part VI [http://www.kracus.eu/files/3D_cubes3.zip (demo file)]:'''
https://dlhb.gamebrew.org/dshomebrew/progres3d8.png


Same as the previous part except added camera, which you can move and make it rotate. As a bonus you have the right to a nice effect which depending on the angle of the camera you do not get the same color rendering.
Part IX - Now the displacements are better because before it was galley at the level of the speed of displacement/rotation. Now the walls have a brick texture rather than a yellow color and the floor has sat its texture instead of its red color.


[[File:Progres3dds6.png]]
https://dlhb.gamebrew.org/dshomebrew/progres3d9.png


'''Part VII [http://www.kracus.eu/files/3D_map.zip (demo file)]:'''
Part X - Looks more like an FPS (the end goal) thanks to the addition of a weapon that Nhut made and a little sound for when you shoot. At the source level everything has been revised for a cleaner code in several files.


Exactly the same as above except that it now loads an external map file map.txt, that you must place at the root of your linker. To test you must have a flashcard compatible with libFat. In addition, a yellow color is used for the walls and a red color for the floor. You can still move the camera in the same way as the previous project.
https://dlhb.gamebrew.org/dshomebrew/progres3d10.png


[[File:Progres3dds7.png]]
Part XI - Movements are added at the level of the stylus.


'''Part VIII [http://www.kracus.eu/files/3D_map2.zip (demo file)]:'''
https://dlhb.gamebrew.org/dshomebrew/progres3d11.png


In this version the movements are reviewed, if you press the top arrow you move straight ahead and not in a defined axis. There is also an optimization of the 3D functions which went from float to fixed point.
Part XII - You can look up or down (be careful there is no hill so if you go too high for a while you will reverse the y axis). In addition there is now a collision management, which has been setting up in now you will not go past over the walls.


[[File:Progres3dds8.png]]
https://dlhb.gamebrew.org/dshomebrew/progres3d12.png


'''Part IX [http://www.kracus.eu/files/3D_map3.zip (demo file)]:'''
Part XIII - In this super, ultra, hyper, mega, giga version, you can see the appearance of the texture system so now it's finished having a solid texture for the floor and old bricks for the walls.  


Now the displacements are better because before it was galley at the level of the speed of displacement/rotation. Now the walls have a brick texture rather than a yellow color and the floor has sat its texture instead of its red color.
https://dlhb.gamebrew.org/dshomebrew/progres3d13.png


[[File:Progres3dds9.png]]
==External links==
* Author's website - http://www.kracus.eu/index.php?id=12


'''Part X [http://www.kracus.eu/files/3D_FPS.zip (demo file)]:'''
Looks more like an FPS (the end goal) thanks to the addition of a weapon that Nhut made and a little sound for when you shoot. At the source level everything has been revised for a cleaner code in several files.
[[File:Progres3dds10.png]]
'''Part XI [http://www.kracus.eu/files/3D_FPS2.zip (demo file)]:'''
Movements are added at the level of the stylus.
[[File:Progres3dds11.png]]
'''Part XII [http://www.kracus.eu/files/3D_FPS3.zip (demo file)]:'''
You can look up or down (be careful there is no hill so if you go too high for a while you will reverse the y axis). In addition there is now a collision management, which has been setting up in now you will not go past over the walls.
[[File:Progres3dds12.png]]
'''Part XIII [http://www.kracus.eu/files/3D_FPStextures.zip (demo file)]:'''
In this super, ultra, hyper, mega, giga version, you can see the appearance of the texture system so now it's finished having a solid texture for the floor and old bricks for the walls.
[[File:Progres3dds13.png]]
<br>
[[Category:DS homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:DS homebrew demos]]
[[Category:DS homebrew demos]]

Revision as of 03:28, 10 September 2021

Progres 3D
progres3d.png
General
Author(s)Cobain
TypeDemo
Version2008
LicenceMixed
Links
[Part 1-13 Download]
Website
Advertisements

<htmlet>adsense</htmlet>


Progres 3D (French) is a homebrew project for the NDS. It contains some demos with the use of the 3D openGL lib, which is exportable on many platforms such as linux, mac, windows, java, python, NDS, etc.

User guide

Part I - A pyramid with some lighting effects.

progres3d.png

Part II - Same pyramid with a texture of stone.

progres3d2.png

Part III - Load from a map. This version is not optimized.

progres3d3.png

Part IV - Chose MD2 to use thanks to smealum. This is the first 3D application with interaction, run by pressing the up arrow.

progres3d4.png

Part V - Almost the same as part III except that here the map can have the size you want, for the example this is a 20x20 map. The image is taken directly from the DS. To test on your DS you must put the test.bmp and test.md2 files at the root of your flashcard.

progres3d5.png

Part VI - Same as the previous part except added camera, which you can move and make it rotate. As a bonus you have the right to a nice effect which depending on the angle of the camera you do not get the same color rendering.

progres3d6.png

Part VII - Exactly the same as above except that it now loads an external map file map.txt, that you must place at the root of your linker. To test you must have a flashcard compatible with libFat. In addition, a yellow color is used for the walls and a red color for the floor. You can still move the camera in the same way as the previous project.

progres3d7.png

Part VIII - In this version the movements are reviewed, if you press the top arrow you move straight ahead and not in a defined axis. There is also an optimization of the 3D functions which went from float to fixed point.

progres3d8.png

Part IX - Now the displacements are better because before it was galley at the level of the speed of displacement/rotation. Now the walls have a brick texture rather than a yellow color and the floor has sat its texture instead of its red color.

progres3d9.png

Part X - Looks more like an FPS (the end goal) thanks to the addition of a weapon that Nhut made and a little sound for when you shoot. At the source level everything has been revised for a cleaner code in several files.

progres3d10.png

Part XI - Movements are added at the level of the stylus.

progres3d11.png

Part XII - You can look up or down (be careful there is no hill so if you go too high for a while you will reverse the y axis). In addition there is now a collision management, which has been setting up in now you will not go past over the walls.

progres3d12.png

Part XIII - In this super, ultra, hyper, mega, giga version, you can see the appearance of the texture system so now it's finished having a solid texture for the floor and old bricks for the walls.

progres3d13.png

External links

Advertising: