Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmiWest 2016 DevCon"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
* A detailed tour of AmigaOS 4 with tutorials. We will be going through the Amiga Future programming articles by Michael Christoph. If you'd like to get a jump on them see the [[Tutorials:Main#Amiga_Future_Programming_Articles|Amiga Future Programming Articles]].
 
* A detailed tour of AmigaOS 4 with tutorials. We will be going through the Amiga Future programming articles by Michael Christoph. If you'd like to get a jump on them see the [[Tutorials:Main#Amiga_Future_Programming_Articles|Amiga Future Programming Articles]].
   
* The anatomy of an Amiga disk device driver. We will be dissecting the p5020sata.device which is a SATA device driver used in the upcoming AmigaOne X5000. This isn't just any custom made driver. It is melding between [https://www.kernel.org/doc/htmldocs/libata/ Linux libata] and the traditional [[Trackdisk_Device|AmigaOS trackdisk device]] drivers.
+
* The anatomy of an Amiga disk device driver. We will be [[Anatomy of a SATA Device Driver|dissecting the p5020sata.device]] which is a SATA device driver used in the upcoming AmigaOne X5000. This isn't just any custom made driver. It is melding between [https://www.kernel.org/doc/htmldocs/libata/ Linux libata] and the traditional [[Trackdisk_Device|AmigaOS trackdisk device]] drivers.
  +
  +
* Hans de Ruiter will be presenting his tutorials on Warp3D Nova. For anyone that wants to program for Warp3D Nova be sure to obtain/borrow/steal a card for the DevCon. See the [http://www.a-eon.com/PDF/News_Release_Warp3D_Nova.pdf Warp3D Nova press release] for assistance on choosing a card.
   
 
* Personal Projects. You are encouraged to bring your own personal projects to the DevCon where we, as a group, may be able to help you out.
 
* Personal Projects. You are encouraged to bring your own personal projects to the DevCon where we, as a group, may be able to help you out.
   
 
The DevCon will also be tailored to the group. If something is not interesting we can skip it and move on to something that is interesting. Class participation and feedback during the DevCon is strongly encouraged.
 
The DevCon will also be tailored to the group. If something is not interesting we can skip it and move on to something that is interesting. Class participation and feedback during the DevCon is strongly encouraged.
  +
  +
= Schedule =
  +
  +
Here is the tentative schedule for the Dev Con.
  +
  +
== October 5 (Wednesday) ==
  +
  +
Set up your AmigaOS systems and test them out. This is the time to troubleshoot any equipment or Internet access issues.
  +
  +
== October 6 (Thursday) ==
  +
  +
We will start at 09:30 so please be there for 09:00. We'll have a lunch break around noon. We will stop when we run out of energy.
  +
  +
== October 7 (Friday) ==
  +
  +
We will start at 09:30 so please be there for 09:00. We'll have a lunch break around noon. We will stop when the Classic Clinic starts setting up which should be around 17:00 or so.
  +
  +
Hans de Ruiter will be in on this day.
  +
  +
Warp3D and OpenGL Resources:
  +
* [https://keasigmadelta.co.nz/blog/tag/Warp3DNova Warp3DNova Tutorials]
  +
* [http://glm.g-truc.net/0.9.8/index.html OpenGL Mathematics]
  +
* [https://github.com/Kazade/kazmath Kazmath]

Revision as of 22:43, 9 October 2016

Getting Ready

It all starts with downloading and installing the AmigaOS 4.1 Final Edition SDK. See AmiWest Setup for complete details on how to get ready.

Syllabus

We are aiming to cover the following topics:

  • A detailed tour of AmigaOS 4 with tutorials. We will be going through the Amiga Future programming articles by Michael Christoph. If you'd like to get a jump on them see the Amiga Future Programming Articles.
  • Hans de Ruiter will be presenting his tutorials on Warp3D Nova. For anyone that wants to program for Warp3D Nova be sure to obtain/borrow/steal a card for the DevCon. See the Warp3D Nova press release for assistance on choosing a card.
  • Personal Projects. You are encouraged to bring your own personal projects to the DevCon where we, as a group, may be able to help you out.

The DevCon will also be tailored to the group. If something is not interesting we can skip it and move on to something that is interesting. Class participation and feedback during the DevCon is strongly encouraged.

Schedule

Here is the tentative schedule for the Dev Con.

October 5 (Wednesday)

Set up your AmigaOS systems and test them out. This is the time to troubleshoot any equipment or Internet access issues.

October 6 (Thursday)

We will start at 09:30 so please be there for 09:00. We'll have a lunch break around noon. We will stop when we run out of energy.

October 7 (Friday)

We will start at 09:30 so please be there for 09:00. We'll have a lunch break around noon. We will stop when the Classic Clinic starts setting up which should be around 17:00 or so.

Hans de Ruiter will be in on this day.

Warp3D and OpenGL Resources: