awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
farbrausch avatar

farbrausch/fr_public

0
View on GitHub↗
3,726 stars·375 forks·C++·4 views

Fr Public

This project is a creative software framework and procedural graphics toolset designed for building custom graphics, sound, and user interface software. It functions as a development environment that provides integrated project and dependency management for creating technical multimedia productions.

The system serves as a historical source archive, preserving the code and assets used in technical creative productions from 2001 to 2011. It includes a media production bundler to package source code and assets into single executable distributions for end users.

The framework covers a broad range of production capabilities, including procedural texture generation with 16-bit color precision, visual effects composition via a dedicated effect library, and technical audio synthesis through a built-in synthesizer. It also provides specialized tooling for creative software development and configuration-driven project generation.

Features

  • Creative Software Development Environments - Provides a complete development environment specifically designed for building custom graphics, sound, and UI software.
  • Digital Art Source Preservation - Serves as a historical archive preserving source code and assets from creative productions spanning 2001 to 2011.
  • Procedural Graphics Generation - Provides tools for the algorithmic creation of visual patterns, textures, and synchronized media.
  • Creative Coding Frameworks - Acts as a comprehensive framework for building interactive visual and audio software.
  • Procedural Texture Generators - Generates high-fidelity textures and imagery using mathematical algorithms and 16-bit color precision.
  • Sound Synthesis - Ships a built-in audio synthesizer for generating custom soundtracks and sound effects.
  • Visual Effects Composition - Includes a dedicated system for blending multiple visual and auditory layers to create complex creative productions.
  • System Source Archiving - Preserves the historical source code and assets of specialized creative productions for study.
  • Creative Production Archives - Maintains a curated repository of source code and assets from technical productions created between 2001 and 2011.
  • Creative and Building - Offers a specialized development environment for automating content production and software development.
  • Project File Generators - Generates development environment files and project structures based on configuration text.
  • Configuration-Driven Scaffolding - Provides project initialization and source organization based on predefined folder templates and configuration files.
  • Asset Bundlers - Packages application assets and source code into single, portable executables for distribution.
  • Distribution Bundles - Packages binary code and source assets into single distributable files for end-user deployment.
  • Media Production Suites - Functions as an integrated environment for creating and bundling professional media assets into a final production.
  • Multimedia Production Toolsets - Provides specialized editors to synchronize graphics and sound for complex creative projects.

Star history

Star history chart for farbrausch/fr_publicStar history chart for farbrausch/fr_public

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fr Public

Similar open-source projects, ranked by how many features they share with Fr Public.
  • patriciogonzalezvivo/thebookofshaderspatriciogonzalezvivo avatar

    patriciogonzalezvivo/thebookofshaders

    6,931View on GitHub↗

    The Book of Shaders is an interactive educational guide and curriculum for learning GLSL fragment shader programming to create procedural graphics and visual effects. It provides a structured learning path and a categorized reference guide for data types, built-in functions, and mathematical operations used in shader development. The project features a web-based shader sandbox and interactive editor that allows for real-time iteration and visualization of GLSL code. Users can experiment with procedural art and share their results via unique URLs. The curriculum covers a wide range of graphic

    GLSL
    View on GitHub↗6,931
  • ashima/webgl-noiseashima avatar

    ashima/webgl-noise

    2,985View on GitHub↗

    WebGL Noise is a library of shader routines designed for procedural graphics generation within the browser. It provides a collection of mathematical functions that allow developers to calculate noise patterns directly on the graphics processing unit, eliminating the need for external image assets or pre-computed data textures. The library focuses on the implementation of standard noise algorithms, including simplex, classic, cellular, and periodic patterns. By executing these calculations as stateless functions within the shader pipeline, the project enables the creation of dynamic, evolving

    C++
    View on GitHub↗2,985
  • css-doodle/css-doodlecss-doodle avatar

    css-doodle/css-doodle

    6,018View on GitHub↗

    css-doodle is a web component for creative coding that renders live CSS-generated patterns and animations directly in the browser. It creates generative art and visual patterns by applying CSS rules to a grid of cells, using the browser's native layout engine for positioning and styling. The component encapsulates its pattern canvas and styling within a custom element's shadow DOM, isolating it from page styles and enabling reusable instances. The tool distinguishes itself by driving pattern configuration through CSS custom properties, allowing dynamic style changes and real-time updates with

    JavaScript
    View on GitHub↗6,018
  • cinder/cindercinder avatar

    cinder/Cinder

    5,528View on GitHub↗

    Cinder is a C++ creative coding library and native graphics toolkit designed for developing professional interactive media and visual art. It serves as a cross-platform multimedia framework for generating high-performance generative digital art and real-time visual rendering. The framework provides a professional suite of tools for building hardware-integrated installations and cinematic visuals. It focuses on real-time graphics programming and the production of high-quality graphics for professional displays. The library includes a cross-platform abstraction layer and a modular architecture

    C++
    View on GitHub↗5,528
See all 30 alternatives to Fr Public→

Frequently asked questions

What does farbrausch/fr_public do?

This project is a creative software framework and procedural graphics toolset designed for building custom graphics, sound, and user interface software. It functions as a development environment that provides integrated project and dependency management for creating technical multimedia productions.

What are the main features of farbrausch/fr_public?

The main features of farbrausch/fr_public are: Creative Software Development Environments, Digital Art Source Preservation, Procedural Graphics Generation, Creative Coding Frameworks, Procedural Texture Generators, Sound Synthesis, Visual Effects Composition, System Source Archiving.

What are some open-source alternatives to farbrausch/fr_public?

Open-source alternatives to farbrausch/fr_public include: patriciogonzalezvivo/thebookofshaders — The Book of Shaders is an interactive educational guide and curriculum for learning GLSL fragment shader programming… ashima/webgl-noise — WebGL Noise is a library of shader routines designed for procedural graphics generation within the browser. It… nannou-org/nannou — Nannou is a creative coding framework for Rust designed for building interactive visual and audio sketches. It… cinder/cinder — Cinder is a C++ creative coding library and native graphics toolkit designed for developing professional interactive… lmms/lmms — LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It… css-doodle/css-doodle — css-doodle is a web component for creative coding that renders live CSS-generated patterns and animations directly in…