Show HN: Scripting language inspired by JavaScript and GLSL
github.com
Show HN: Scripting language inspired by JavaScript and GLSL
1–8 of 8 posts
Re: Show HN: Scripting language inspired by JavaScript and GLSL
#2Re: Show HN: Scripting language inspired by JavaScript and GLSL
#3Re: Show HN: Scripting language inspired by JavaScript and GLSL
#4My advice is, if you don’t have any original ideas and want users, your best bet is to implement a subset of JS, that’s the route I’m taking.
Jonathan Blow has a great talk on the redundancy of scripting languages in game engines.
Re: Show HN: Scripting language inspired by JavaScript and GLSL
#5Had a cursory look so sorry if I missed something but does this run on the GPU? If not what's the point?
Re: Show HN: Scripting language inspired by JavaScript and GLSL
#6There’s nothing about this that screams “this language needs to be created”. Call me a pessimist, but I’ve seen So many toy languages on HN. My advice is, if you don’t have any original ideas and want users, your best bet is to implement a subset of JS, that’s the route I’m taking. Jonathan Blow has a great talk on the redundancy of scripting languages in game engines. https://youtu.be/y2Wmz15aXk0
Re: Show HN: Scripting language inspired by JavaScript and GLSL
#7Re: Show HN: Scripting language inspired by JavaScript and GLSL
#8Cool project, writing a lexer/parser/tokenizer for a simple language was an enjoyable and gratifying experience when I dabbled in the past. It's fun to learn about how those things work in such a hands-on way.