GithubHelp home page GithubHelp logo

fp1's Introduction

#lang slideshow

(slide ;;creates a slide
 #:title (bt "Slideshow Thing") ;;title of the first slide
 (item (tt "First slide I think")) ;;bullet point for first slide
 'next ;;next element on list
 (item (tt "Second slide I hope")) ;;next bullet point on list incremented with arrow keys
 'next ;;next element in list
 (item (tt "Third slide"))) ;; final bullet point
(slide ;;repeat with different data
 #:title (tt "Another Slide Thing")
 (item (tt "Cool beans"))
 'next
 (item (tt "lambda"))
 'next
 (item (tt "wow")))

My Library: Slideshow: Figure and Presentation Tools

For my first exploration of a Racket library I chose Slideshow: Figure and Presentation Tools which builds slides based of the code you input. This seems like a very powerful library for people wishing to create a slidshow very quickly and without dealing with complex styling. Overall, I didn't really enjoy this library very much but it was a cool first project to segway into Racket libraries. "Slide" creates a new slide for the slideshow, and #:title is self-explanatory, but adds a title to the top of the page. Each "item" is a bullet point on the slide show. I believe you can add images to using this library, but I couldn't figure it out.

image

fp1's People

Contributors

marksherman avatar

Stargazers

 avatar

Watchers

 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.