Janet janet-lang

Open-source Janet projects categorized as janet-lang

Top 5 Janet janet-lang Projects

  • bauble.studio

    a playground for making 3D art with lisp and math

  • Project mention: Domain Repetition | news.ycombinator.com | 2023-08-24

    If you aren't familiar with SDFs, some rough intuition for what's going on here: you have some primitive functions that define shapes, you have combinators that distort shapes, and you then have combinators that distort space. And then when you trace rays through distorted space, you render an image that looks like your combinators distorted the shapes themselves, but really you're distorting the path that your rays travel along.

    The operation here is that you distort space with the modulo operator. So now you have space that repeats -- and when you trace rays through this repeated space, you're basically teleporting the rays back to the origin (using mod in the classic "wrapping around" fashion) every time they pass out of a section of space.

    And then ultimately the ray will collide with the shape -- the one shape -- that exists in this distorted space, after wrapping around some number of times.

    If the idea of "taking the mod of space" is intriguing, I would encourage you to try playing with SDFs! It's a really incredible technique for real-time rendering of "3D vector graphics."

    Also shameless plug for my SDF playground https://bauble.studio, and an example program that uses instanced repetition to render an "infinite" number of varying shapes:

        (tile [400 0 300] (fn [i]

  • rust-janet-module-template

    A template of a native Janet module written in Rust

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • glyph.janet

    Personal Data Manager for the command line

  • bencode

    A Janet library for the Bencode format (by cmiles74)

  • aoc2023-janet

    Advent of Code 2023 in Janet

  • Project mention: -❄️- 2023 Day 9 Solutions -❄️- | /r/adventofcode | 2023-12-08

    GitHub Repository

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Janet janet-lang related posts

Index

What are some of the best open-source janet-lang projects in Janet? This list will help you:

Project Stars
1 bauble.studio 340
2 rust-janet-module-template 12
3 glyph.janet 12
4 bencode 1
5 aoc2023-janet 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com