Giter Club home page Giter Club logo

awesome-racket's Introduction

Awesome Racket

Awesome

A curated list of Awesome Racket, libraries and software. Inspired by awesome-go.

Check all complete package list: https://pkgs.racket-lang.org/

Contents

Web Frameworks

Full stack web frameworks.

  • web-server/servlet - Running Web Servlets describes how to run the servlets you’ve written.
  • Spin - Write RESTful web apps in Racket.
  • HoLy - HoLy is simple a HTTP-server Library for Racket.
  • web-galaxy - A minimalist web framework for the Racket web-server.

Game Development

Awesome game development libraries.

  • mode-lambda - Sprite-based 2D graphics engine.
  • get-bonus - An experimental video game development environment.
  • game-engine - Scratchpad for racket game stuff.
  • pict3d - A 3D engine with a purely functional API.
  • vr-lang - Racket Lang for Virtual Reality (Aframe).
  • towers - Towers is an original 2-player board game.
  • apse - A Pixel Sprite Editor.

Games

Games written in Racket

  • web-sweeper - Stateless Server Side Mine Sweeper.
  • space-invaders - A Racket remake of Mary Rose Cook's JavaScript version of Space Invaders.

Audio and Music

Libraries for manipulating audio.

  • 3s - Positional sound and mixing for lux and other applications.
  • libopenal-racket - Racket wrapper to the OpenAL library first written by gcr in 2012.
  • midi-readwrite - Library to read .mid files in racket
  • openal - FFI for OpenAL.
  • osc - Open Sound Control data definitions.
  • portaudio - Bindings for portaudio, a cross-platform audio library.
  • rsc3 - SuperCollider client ported to Racket.
  • RSound - A framework for manipulating and playing sounds using the portaudio library. Runs on Windows, Mac OS X, and linux.
  • rtmidi - Provides racket bindings for the RtMidi library, thus enabling racket programs to send and receive MIDI events.
  • sonic-pi - For now, this package starts scsynth just like sonic pi does, and can make a few sounds.
  • taglib - Bindings to the taglib C library, which provides simple access to audio file metadata.
  • wavelet-transform-haar-1d - A library to perform forward and reverse 1-d Haar Wavelet transforms.

Video

Racket tools for working with videos

  • video - Video is a DSL for describing videos.

Compilers

Tools for compiling Racket to other languages.

  • racketscript - A lightweight Racket to JavaScript compiler with some batteries included.
  • urlang - Write JavaScript with Racket syntax. Bonus: Use Racket to define macros for JavaScript constructs.
  • whalesong-tools - DrRacket tool for compiling with Whalesong.
  • abstract-compilation - DSL reducing boiler plates for doing abstract compilation.
  • minipascal - MiniPascal as a Racket language.
  • zordoz - Explorer for .zo bytecode files.
  • wasm-adventure - A WebAssembly DSL
  • wracket - Lisp-like language to WebAssembly build with racket.

Emulators

Racket programs emulating other computers and architectures

  • 6502 - An emulator/assembler/disassembler for 6502.
  • virtual-mpu - Universal Emulator & Assembler for Old Microprocessors.

Data Structures

Generic datastructures and algorithms.

  • algebraic - Algebraic structures for untyped Racket.
  • dssl - Data Structures Student Language: an extension of ASL for easier imperative programming.
  • dssl2 - A language for data structures students.
  • opt - Optional and Either data type utilities. Provides util function for Typed Racket's Option type as well as defines an Either type.
  • try - A Typed Racket Try datatype and routines for computations that throw exceptions.
  • gls - Generic Little (Object, Type, Anything, ...) System - multiple dispatch on types.
  • graph - Generic graph library.
  • phc-adt - Algebraic Data Types for Typed/Racket, with features tailored to compiler writing. The data types do not have to be declared before they are used, like prefab structs and symbols. Behind the scenes, this library remembers all the data types in a file, and uses it to implicitly pre-declare them. Mostly stable, although some things may change a bit in the future.
  • quad-tree - A fairly simple quad-tree implementation. Nothing terribly fancy. Currently rather unstable.

Third-party APIs

Libraries for accessing third party APIs.

  • aws - Amazon Web Services including S3, SDB, SES, SNS, SQS, CloudWatch, Glacier, Dynamo, and Route 53.
  • aws-cloudformation-deploy AWS Cloudformation deployment scripting library.
  • comm-panel - Racket GUI widget for sending, receiving, listening, and broadcasting strings over AWS SQS.
  • google - Google APIs (Drive, Plus, ...) for Racket.
  • recaptcha - Utilities for using reCAPTCHA with the web-server/formlets API.
  • racket-ovh - Unofficial Racket wrapper for OVH API.

Machine Learning

Libraries for Machine Learning.

  • rml-core - This Package is part of an expected set of packages implementing machine learning capabilities for Racket. The core of this package is the management of 'datasets', these datasets are assumed to be for training and testing of machine learning capabilities.
  • rml-decisiontrees - This Package is part of a set of packages implementing machine learning capabilities for Racket. This particular package implements support for classification of individuals using decision trees.
  • rml-knn - This Package is part of a set of packages implementing machine learning capabilities for Racket. This particular package implements the K-Nearest Neighbor approach for classification.
  • tesseract - Bindings for Google's Tesseract-OCR.

Database Drivers

Libraries for connecting and operating databases.

  • db - Database connectivity (main distribution).
  • mongodb - A native Racket interface to MongoDB & BSON.
  • binary-class-dbf - Interface to *.dbf files (dBase, Foxpro, ...).
  • dbm - An interface to UNIX dbm files using a libdbm FFI.
  • fra - Purely functional implementation of relational algebra.
  • redis - A redis client for Racket.
  • rackdis - Redis bindings
  • racquel - Racquel is an object/relational mapper for Racket.
  • sql - an S-expression notation for SQL.
  • sqlite-table - A quick way to create and query sqlite tables. Basically a simplified wrapper for a subset of the db library.

Messaging

Libraries that implement messaging systems.

  • zmq - Minimal Racket ZeroMQ Bindings.
  • zeromq-r - Bindings for ZeroMQ.
  • stomp - STOMP messaging protocol codec and client.
  • neuron-lib - Impelementation of neuron.
  • profj - Kathy Gray's ProfessorJ language ported to modern DrRacket.

Macros

Awesome macros that make your life easier

awesome-racket's People

Contributors

avelino avatar euhmeuh avatar

Watchers

James Cloos avatar Abhinav Sharma 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.