Code Monkey home page Code Monkey logo

fp1's Introduction

My Library: slideshow/play

My name: Andry Lora

The library that I tried was the slideshow/play library.The reason I picked this library was because as soon as I saw it the idea of going from a simple text document to a slideshow came to mind.At the beginning I read the documentation on how to make simple slides and there were multiple ways of doing so, such as declaring slides one at a time or using an integer n to repeatedly make them.I chose to make one at a time in order to alter them individually and be able to see the changes.

The first slide I used "item" to create multiple list elements and see how the transitioning between items were.Within this same slide I created lines in between each element using "hline" and giving it a width and the spacing between the line and any other objects such as text and other lines this can be seen in figure 1 below.

Alt text

Figure 1

For the second slide I looked at the documentation and saw that the current library has element of the pict library which is used in order to change the font size and what font is used in the slideshows.I then used the pict functions to change the font and the positioning of the text this ca be seen in the code segment below and also in figure 2.

#lang slideshow
(require slideshow/play)

(slide
#:title "Slide 2"
(text "Lets try some font changes" (cons 'bold 'roman) 50)
(text "diagonal" null 50 (* 2 2))
(text "other diagonal" null 50 (* 2 1)))

Alt text

Figure 2

The next few slides after the second one were used in order to see how the transitions looked based on text sizes using lambda functions.The transitions seemed delayed because it took some time for the text to begin appearing, I tried changing some of the values but it seems that there are specific integers that it would only accept.

fp1's People

Contributors

andrylr avatar marksherman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.