NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
(Windows) HackEngine x64 - AVX support
« previous
next »
Print
Pages: [
1
]
Author
Topic: (Windows) HackEngine x64 - AVX support (Read 15714 times)
shaynox
Full Member
Posts: 118
Country:
(Windows) HackEngine x64 - AVX support
«
on:
January 18, 2015, 06:37:55 AM »
Hello, i have wrote a little 3D voxel engine using WinAPI on Windows x64, with no texture but integrated texture in 3D model: x, y, z, color.
Key binding: alt + ² = Exit program.
Mouse binding : MouseMove + Left click = Make a rotation of active object through mouse movement: MouseRight/Left(x) = RotY.
MouseUp/Down(y) = RotX.
Ctrl + MouseWheel = Wheel up/camera forward . Wheel down/camera backward
For adding new object, modify: nasm\1.ASM\HackEngine\Source\data\world_data.asm
PS: This code not use any 3D graphics libraries: openGL/directx, except WinAPI.
Here are the urls of the tools that help me to build this source (troll inside):
-
http://windows.microsoft.com/en-us/windows/home
(x64)
-
http://nasm.us/
-
http://www.godevtool.com/
-
http://notepad-plus-plus.org/
-
http://windows.microsoft.com/en-US/internet-explorer/download-ie
Most of the comment are in french, sorry :/
http://wqaxs36.perso.sfr.fr/Project/Computer_Science/nasm/1.ASM/2upload/HackEngine/HackEngine.zip
«
Last Edit: March 18, 2015, 12:45:46 AM by shaynox
»
Logged
shaynox
Full Member
Posts: 118
Country:
Re: (Windows) HackEngine x64 - AVX support
«
Reply #1 on:
April 30, 2015, 03:37:18 PM »
I post a new url for this project, the previous is inaccessible due to update of website:
https://sourceforge.net/projects/hackengine/
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
(Windows) HackEngine x64 - AVX support