Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.41 KB

GitHub Pages

presentations

Presentations mainly about various open source tools and applications.

Table of content

Assembler

Demonstration examples for the assembly language. Most examples are written for the i386 and x86-64 architectures, but some programs have been ported to other architectures as well, especially for ARM(32), PowerPC, and s390.

Love

Examples that are written in Lua and use the LÖVE framework that can be found on the following address https://love2d.org/.

Pygame

Examples that are written in Python and use the well known Pygame library that can be found on the address http://www.pygame.org/.

Pyglet

Dtto for the very nice Pyglet library

Matplotlib

Examples that are written in Python and use the Matplotlib library that can be found on the address http://matplotlib.org/.

Curves

Various curves (including implicit and parametric curves) computed and visualized via Python + Matplotlib

Fractals

Examples from the article serie about fractals

Rust

Demonstration example for the Rust programming language.

Credits

  • Dan Horak ported some assembly examples to s390 and s390x
  • Rafael Fonseca ported some assembly examples to PowerPC

Thanx a lot!