Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
119 user(s) are online (71 user(s) are browsing Forums)

Members: 1
Guests: 118

white, more...

Headlines

 
  Register To Post  

AmiDARK Engine Ver0.4c *released* OS4Depot
Quite a regular
Quite a regular


See User information
Hello,

I've uploaded, this night, a new build for the AmiDARK Engine on www.os4depot.net
It is actually in the *uploads* section of the depot but, should soonly replace the old file.

It's a minor update that mainly contain the fix concerning the 3D and sprites renders.

The *private* alpha/beta tester version should be released this week. Those that did help the project should receive an e-mail this week with all informations to download the *private* alpha/beta version.

Kindest Regard,
Frédéric Aka AmiDARK
http://www.Amidark-Engine.com

All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Home away from home
Home away from home


See User information
Yes ! One of the good projects for os4 :)

When you think something like AmiDark final v1 will be released ? I mean to have ability use engine without any kind of time restrictions.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Quite a regular
Quite a regular


See User information
Amidark 2D Engine maybe end 2011
Full Amidark Engine (with 3D) during 2012 I hope

Kindest regards
AmiDARk

All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Home away from home
Home away from home


See User information

Go to top
Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Just can't stay away
Just can't stay away


See User information
Hi @ Frédéric Aka AmiDARK
http://www.Amidark-Engine.com


Thanks for update. I registered today. Where do I go to start writing my first program, or is that all in all in the SDK?

Go to top
Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Quite a regular
Quite a regular


See User information
@Snuffy
Hi,

In the AmiDARK Engine archives is a folder called SDK.
Copy its content into your SDK: folder.
(it should copy the lib and the .h definition file)

1st : Check the projects available in the archive. They will show you the lib needed ( -lAmiDARK -lgl .... ) to compile a project using the AmiDARK Engine.
It will also show you how your makefile should be builded to compile your project.

2nd : Check the project .c file. You'll see that it includes a file "libAmiDARK.h". This file contain the definition of all functions currently available in the AmiDARK Engine alpha 0.4c
You must include this file, otherwise, the commands will not be defined.

3rd : You must put everything (excepted global variables) inside a function called :
void DarkLoop( void ){
}
the main() is already defined by the engine (as is used as startup/quit) so you can't use main(). Use DarkLoop() instead. Like in the projects.

4th : Look in the HELP folder of the AmiDARK Engine archive. All this procedure is explained and, the commands available are also explained in separate HELP file.

I hope this will help you.
Don't hesitate to post questions or comments on the AmiDARK Engine forums : http://forum.amidark-engine.com

Kindest Regards,
AmiDARK
http://www.amidark-engine.com

All we have to decide is what to do with the time that is given to us.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project