Difference between revisions of "Activities/Turtle Art/Tutorials/Numerals/Cuneiform Wedge Glyph Program"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
Line 1: Line 1:
{{stub}}
+
== Turtle Art/Tutorials/Numerals/Cuneiform Wedge Glyph Program ==
  
The cuneiform wedge glpyh programmed here
+
Read at https://help.sugarlabs.org/turtleart_tutorials/cuneiform_wedge_glyph_program.html
  
[[File:TACuneiformWedge.png]]
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/cuneiform_wedge_glyph_program.rst GitHub]
 
 
is not defined mathematically. This program approximates it with circular arcs, which have been fitted by eye and by experimenting with values in the program. If this is not to your liking, you may be able do design an element that suits you better, and then use it to program a set of cuneiform visual numerals with it. We could compare various versions, and as with fonts for any writing system, we might decide that we like certain ones better than others.
 
 
 
[[File:TACuneiformWedgeStart.png]]
 
 
 
[[File:TACuneiformWedgeSetup.png]]
 

Latest revision as of 09:11, 28 July 2018

Turtle Art/Tutorials/Numerals/Cuneiform Wedge Glyph Program

Read at https://help.sugarlabs.org/turtleart_tutorials/cuneiform_wedge_glyph_program.html

The source file has been moved to GitHub