Difference between revisions of "Computerkunst og grafik"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Example pages)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
A book that explains the basic ideas behind 2D and 3D graphics. All examples are made in basic. The programming examples are made in some sort of generic basic. The examples are easy to convert to any  
 
A book that explains the basic ideas behind 2D and 3D graphics. All examples are made in basic. The programming examples are made in some sort of generic basic. The examples are easy to convert to any  
basic. The conversion are very easy. A small subroutine must be appended to the end of each example, the routine just takes the coordinates and scales the into the right boundaries.
+
basic. The conversion is very easy. A small subroutine must be appended to the end of each example, the routine just takes the coordinates and scales the coordinates into the right boundaries, depending on the computer question.
  
 
There are special guidance on how to convert the examples into Amstrad locomotove basic and Commodore 64 basic.
 
There are special guidance on how to convert the examples into Amstrad locomotove basic and Commodore 64 basic.
Line 9: Line 9:
  
 
== Information ==
 
== Information ==
 +
 
{|{{Prettytable|width: 700px; font-size: 2em;}}
 
{|{{Prettytable|width: 700px; font-size: 2em;}}
  
|Title:|| Computerkunst og grafik
+
|Title:|| '''Computerkunst og grafik'''
 
|-
 
|-
 
|Authors:|| Alex Brück
 
|Authors:|| Alex Brück
Line 28: Line 29:
  
 
<pre>
 
<pre>
1. Indledning
+
 
2. Krav til udstyr
+
01. Indledning
3. Enkle tegninger
+
02. Krav til udstyr
4. Figurer
+
03. Enkle tegninger
5. Bevægelse og formændring
+
04. Figurer
6. Mere komplicerede tegninger
+
05. Bevægelse og formændring
7. Afkortnings-rutine
+
06. Mere komplicerede tegninger
8. Strukturer og felter
+
07. Afkortnings-rutine
9. Komplet 2-dimensionalt tegneprogram
+
08. Strukturer og felter
 +
09. Komplet 2-dimensionalt tegneprogram
 
10. Ind i den 3. dimension
 
10. Ind i den 3. dimension
 
11. Perspektiv
 
11. Perspektiv
Line 53: Line 55:
 
24. Amstrad CPC 464-Rutine
 
24. Amstrad CPC 464-Rutine
 
25. IBM og kompatibel rutine
 
25. IBM og kompatibel rutine
 +
 
</pre>
 
</pre>
  
Line 58: Line 61:
  
 
<gallery caption="Computerkunst og grafik">
 
<gallery caption="Computerkunst og grafik">
 +
 
Image:computergrafik example1.jpg|
 
Image:computergrafik example1.jpg|
 
Image:computergrafik example2.jpg|
 
Image:computergrafik example2.jpg|
 
Image:computergrafik summary.jpg|Summary(Danish)
 
Image:computergrafik summary.jpg|Summary(Danish)
 
Image:computergrafik s2.jpg|Conversion table of basic
 
Image:computergrafik s2.jpg|Conversion table of basic
</gallery>
+
Image:computergrafik s1.jpg|Conversion table of basic(continued)
  
 +
</gallery>
  
 
[[Category:Books]]
 
[[Category:Books]]
 +
[[Category:Book cover]]
 +
[[Category:Computer graphics books]]

Latest revision as of 07:07, 7 September 2014

Frontpage

A book that explains the basic ideas behind 2D and 3D graphics. All examples are made in basic. The programming examples are made in some sort of generic basic. The examples are easy to convert to any basic. The conversion is very easy. A small subroutine must be appended to the end of each example, the routine just takes the coordinates and scales the coordinates into the right boundaries, depending on the computer question.

There are special guidance on how to convert the examples into Amstrad locomotove basic and Commodore 64 basic.

This book is probably a Danish translation of a German book!

Information

Title: Computerkunst og grafik
Authors: Alex Brück
Publiser: Teknisk forlag
Year: 1987
Pages: 150
ISBN: 85-571-0981-8

Contents


01. Indledning
02. Krav til udstyr
03. Enkle tegninger
04. Figurer
05. Bevægelse og formændring
06. Mere komplicerede tegninger
07. Afkortnings-rutine
08. Strukturer og felter
09. Komplet 2-dimensionalt tegneprogram
10. Ind i den 3. dimension
11. Perspektiv
12. Mere om perspektiv
13. Sekskant-mønster programmet
14. Hexprisme-program
15. Multistruktur-program
16. Multiprisme-program
17. Ring/spiral-program
18. Elipsoide-program
19. Appendiks
20. Ordliste
21. Omsætningstabel (Basic)
22. Variabelnavne
23. Commodore 64-Rutine
24. Amstrad CPC 464-Rutine
25. IBM og kompatibel rutine

Example pages