Search found 53 matches

by tourgen
Sat Aug 12, 2023 3:46 pm
Forum: Support and Development
Topic: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)
Replies: 12
Views: 16280

Re: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)

I found this entry from the Löve blog quite useful to start learning the basics: http://blogs.love2d.org/content/beginners-guide-shaders I agree. It's a good introduction to shaders in the context of Love2D. A great starting place. I've been using #pragama language glsl3, but I'm about to start wri...
by tourgen
Sat Jul 29, 2023 6:59 pm
Forum: Support and Development
Topic: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)
Replies: 12
Views: 16280

Re: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)

So far I've only been able to slightly modify shaders that others have scripted...but don't have a very solid understanding of how they actually work. Aside from "the book of shaders", I'm not aware of many other comprehensive guides for absolute beginners that don't assume a fair bit of ...
by tourgen
Fri Jul 28, 2023 6:38 pm
Forum: General
Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
Replies: 103
Views: 39859

Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )

it doesn't matter what any of us think about what is legal or how these systems work. no one with real power making these decisions is going to care. they will write the laws as they see fit. I mean, this is General, why not discuss? alright. good point. I think that any system that creates a synth...
by tourgen
Fri Jul 28, 2023 6:37 pm
Forum: General
Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
Replies: 103
Views: 39859

Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )

it doesn't matter what any of us think about what is legal or how these systems work. no one with real power making these decisions is going to care Yes, it matters and people care about each other's rights and privacy. Once the large corporations figure out how to use AI in order to exploit regula...
by tourgen
Fri Jul 28, 2023 4:16 pm
Forum: Support and Development
Topic: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)
Replies: 12
Views: 16280

Re: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)

And of course, you're welcome, hope they prove useful! Thank you for your interest, I released my game, if you want to check it out it's here, https://store.steampowered.com/app/2429620/Typing_Bullets/ How about you, are you working on any games at the moment? Useful links, thank you. I will check ...
by tourgen
Tue Jul 18, 2023 8:02 pm
Forum: Libraries and Tools
Topic: Storylets and Love2d
Replies: 38
Views: 26989

Re: Storylets and Love2d

I sort of did something (SORT OF) in Bad Writer, when I generated random magazine and short story titles. It was basically mad libs, lol. I would take portions of each, randomize certain parts, squish them together. Not anywhere near as robust as what you're talking about, but it was fun to do (and...
by tourgen
Sat Jul 08, 2023 1:16 pm
Forum: General
Topic: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )
Replies: 103
Views: 39859

Re: ChatGPT proposes and creates a game in love2d ( artificial intelligence scares me )

it doesn't matter what any of us think about what is legal or how these systems work. no one with real power making these decisions is going to care. they will write the laws as they see fit. what you should be concerned with is how to get your hands on these tools and make the most of them as soon ...
by tourgen
Sat Jul 08, 2023 1:03 pm
Forum: Support and Development
Topic: Text which appears gradually
Replies: 14
Views: 5564

Re: Text which appears gradually

Talkies does this as well, if you would like to look through another way of doing it.

https://github.com/tanema/talkies
by tourgen
Sun Jul 02, 2023 2:36 pm
Forum: Support and Development
Topic: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)
Replies: 12
Views: 16280

Re: Shader implementation in LÖVE and resources to study (+ shockwave and swirl shader attached)

And it's quite the coincidence you mention this, because for my current game there was a very cool shader that I saw available for GameMaker, but I wasn't able to recreate it (https://despair3042.itch.io/shockwave-advanced). Oh wow, I had no idea people were selling shaders for gamemaker on itch.io...
by tourgen
Sun Jul 02, 2023 2:22 pm
Forum: Libraries and Tools
Topic: Tiled Polygons - how to make tiled world smooth
Replies: 8
Views: 10388

Re: Tiled polygons

pretty neat, thanks for posting