Janet janet

Open-source Janet projects categorized as janet

Top 4 Janet janet 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]

  • jaylib-wasm-demo

    Demo of using jaylib in a web browser

  • Project mention: best lisp or scheme for web game dev? | /r/lisp | 2023-07-09

    You might give Janet a shot: https://github.com/sogaiu/jaylib-wasm-demo/

  • 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

  • aoc2023-janet

    Advent of Code 2023 in Janet

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

    GitHub Repository

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 related posts

Index

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

Project Stars
1 bauble.studio 340
2 jaylib-wasm-demo 19
3 glyph.janet 12
4 aoc2023-janet 0

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