polygonjs

node-based WebGL design tool (by polygonjs)

Polygonjs Alternatives

Similar projects and alternatives to polygonjs

  1. Tailwind CSS

    1,498 polygonjs VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. TypeScript

    1,419 polygonjs VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  4. vite

    900 polygonjs VS vite

    Next generation frontend tooling. It's fast!

  5. three.js

    485 polygonjs VS three.js

    JavaScript 3D Library.

  6. Vue.js

    385 polygonjs VS Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  7. Projects

    :page_with_curl: A list of practical projects that anyone can solve in any programming language.

  8. react-three-fiber

    🇨🇭 A React renderer for Three.js

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. A-Frame

    109 polygonjs VS A-Frame

    :a: Web framework for building virtual reality experiences.

  11. BabylonJS

    67 polygonjs VS BabylonJS

    Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.

  12. engine

    56 polygonjs VS engine

    Powerful web graphics runtime built on WebGL, WebGPU, WebXR and glTF

  13. sokol

    minimal cross-platform standalone C headers

  14. nodes-io

    A new way to create with code.

  15. OpenJSCAD.org

    14 polygonjs VS OpenJSCAD.org

    JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.

  16. trois

    10 polygonjs VS trois

    ✨ ThreeJS + VueJS 3 + ViteJS ⚡

  17. tutorial_audio_analysers

    🎵 Tutorial showing how to use audio analysers to update a WebGL scene 🔊

  18. lume

    15 polygonjs VS lume

    🔥 Static site generator for Deno 🦕 (by lumeland)

  19. react

    1 polygonjs VS react

    A wrapper component that allows you to utilise P5 sketches within React apps. (by P5-wrapper)

  20. lume

    9 polygonjs VS lume

    GPU-powered 3D HTML. ✨🧊 <lume-box size="1 2 3"> (by lume)

  21. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better polygonjs alternative or higher similarity.

polygonjs discussion

Log in or Post with

polygonjs reviews and mentions

Posts with mentions or reviews of polygonjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-01.
  • Show HN: Chess Twist
    2 projects | news.ycombinator.com | 1 Jun 2024
    Yes, minimizing clutter was a priority, and still is. I've tried to avoid those arrows for a long time, but the pawn movements wasn't clear enough without them. And I agree it's not the optimal display.

    Displaying them on some tiles only is something I have not thought of. My first reaction is that it may feel harder to read, as tiles with an arrow may look like they would act differently than those without? We may induce the idea that it has a different purpose. So for now, I'd prefer a solution that would look the same on all tiles, I think that's much easier to parse. But then I should probably give this a try before rejecting it.

    You do have a good point regarding the wood texture, I've tried other textures, but couldn't find a better one yet. But I'm sure that's possible. Nevertheless for now, you can also display different skins: https://imgur.com/a/zitKlpz

    And thanks a lot for mentioning the four colour theorem. I'm looking at its wikipedia page now. I'm sure I came across it many times before, but I did not think about it when tackling this part of the problem. My implementation is here is anyone can spot my mistake: https://github.com/polygonjs/polygonjs/blob/master/src/engin...

  • Show HN: Checkers Twist – The game Checkers/Draughts/Dames on an irregular grid
    1 project | news.ycombinator.com | 3 May 2024
    - some corners will connect less than 4 tiles. This does the opposite of the previous point, as this removes diagonals. This limits your moves in a specific direction, but can also protect you from your opponents. It's the kind of features that can be used both as a defense and as attack.

    And the boards are procedurally generated, so you can play unique games each time (or you can re-use the same boards if you like). It is done with my engine Polygonjs ( https://polygonjs.com/ ), and if you're curious about how the grid is built, here is an example scene you can play with: https://polygonjs.com/gui/irregular_quad_relaxation/edit .

    The game is not free on Steam/iOS, but the demo has no time limit, it just gives you a handful of boards to play with.

    I hope that's fun!

    - Trailer: https://www.youtube.com/watch?v=GAfUvwuLueI

  • On the importance to make games during the game engine's development
    3 projects | news.ycombinator.com | 27 Feb 2024
    That's the path I took with Polygonjs ( https://polygonjs.com ), and a game I've just released ( https://polyreplay.com/minesweepertwist ), with more coming shortly.

    But it didn't start like that. It only started as a tool I could use to deliver client projects, as I was trying to become a freelance for interactive 3D scenes for the web.

    Project after project ( some examples here: https://polygon-lab.com/ ), I could improve Polygonjs. Then I found clients who would be interested enough to buy licenses, and would give valuable feedback which would help the project grow even more.

    And a few clients asking for not just interactive sites, but also games. This pushed Polygonjs further, and after several games released, it definitely qualifies as a game engine.

    So this is generally an advice I give to people who want to become freelancers. Build a tool that solves a problem in your space, as this gives you an edge, and you'll also get the chance to confront that tool to reality, which will help it - and you - grow. This becomes a virtuous circle very quickly.

  • Threestudio – A unified framework for 3D content generation
    2 projects | news.ycombinator.com | 15 Dec 2023
  • how can I convert a 3D model into an SDF, a signed distance field
    1 project | /r/blenderhelp | 9 Dec 2023
    You can have a look how I do it in Polygonjs (which is a node-based design tool based on threejs), in this example scene.
  • ThreeJS capabilities
    1 project | /r/threejs | 4 Dec 2023
    If you're familiar with Houdini, I invite you to try Polygonjs, which is based on threejs and inspired by Houdini. You can basically build threejs in a procedural way, with just nodes.
  • I’m starting to get into generative media and visual making and I want to know what software to use other than touchdesigner.
    1 project | /r/generative | 28 Jun 2023
    You could try Polygonjs. It's inspired by Houdini, so has a lot in common with TouchDesigner (it's fully node-based, you can create audio reactive apps), and it works on the web, which makes scenes very easy to share.
  • Help me out ya’ll. Spline 3D vs Dora 3D?
    2 projects | /r/Spline3D | 23 Jun 2023
    Can I invite you to try Polygonjs as well?
  • Sdf – Generate 3D meshes based on SDFs
    2 projects | news.ycombinator.com | 22 Jun 2023
    you can generate an SDF from a mesh with [Polygonjs](https://polygonjs.com). Here is an [example scene](https://polygonjs.com/examples/bynode:mat:raymarchingbuilder...).

    It won't generate a function, though. Instead it creates a 3D texture which is used inside the raymarching material. In my experience this is much more performant, and also art-directable.

    (disclaimer, I'm building Polygonjs)

  • Need help for job
    1 project | /r/3Dmodeling | 14 Jun 2023
    It sounds like you need a dynamic system that runs in the browser. Maybe try Polygonjs ( https://polygonjs.com )? The the 3rd interactive scene on the front page gives an idea of a dynamic model. I run it, if that of interest, happy to give more examples
  • A note from our sponsor - Civic Auth
    www.civic.com | 22 Apr 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Stats

Basic polygonjs repo stats
175
696
8.2
2 months ago

polygonjs/polygonjs is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of polygonjs is TypeScript.


Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?