Search found 134 matches

by gcmartijn
Sun Mar 10, 2024 5:52 pm
Forum: Libraries and Tools
Topic: PNG to outline/contour x,y coordinates - python script
Replies: 3
Views: 707

PNG to outline/contour x,y coordinates - python script

Maybe someone in the future needs this tools, but I guess you can ask chatgpt like I did. I did use my own scripts to convert a PNG image into a outline line x,y coordinates. Today I want to change that code, and don't want to build it myself. The new version return an array with all outlines, using...
by gcmartijn
Tue Feb 06, 2024 4:45 pm
Forum: General
Topic: [solved] example request , canvas scale - camera - pixel perfect - simplified
Replies: 21
Views: 14563

Re: example request , canvas scale - camera - pixel perfect - simplified

Is it better to use this in my case? Don't know what it does exactly. t.window.usedpiscale = false -- Enable automatic DPI scaling (boolean) t.window.highdpi = false -- Enable high-dpi mode for the window on a Retina display (boolean) I think that it has no effect by upscaled canvases. I know this ...
by gcmartijn
Sun Jan 28, 2024 7:06 pm
Forum: General
Topic: Camera jittering
Replies: 13
Views: 2136

Re: Camera jittering

I'm using a old macbook air 2014... I can't give the whole code but i'm using quad for animations. Something like this. init love.graphics.newQuad(frame.quad.x, frame.quad.y, frame.quad.w, frame.quad.h, self.resource:getDimensions()) update if update then self.time = self.time + dt if self.time >= (...
by gcmartijn
Sun Jan 28, 2024 5:45 pm
Forum: General
Topic: Camera jittering
Replies: 13
Views: 2136

Re: Camera jittering

What hardware and OS are you using? Is it a old laptop without a good videocard ? I thought that you don't want to use that function in the draw function. This makes it much smoother flux = require "flux.flux" function love.load() --if you change filter to linear, movement is smooth, but p...
by gcmartijn
Sun Jan 28, 2024 3:29 pm
Forum: General
Topic: Camera jittering
Replies: 13
Views: 2136

Re: Camera jittering

Maybe you can try to round or floor each position ?

Or extract some code here viewtopic.php?f=3&t=92669
by gcmartijn
Sun Dec 03, 2023 7:38 pm
Forum: General
Topic: LÖVE 11.5 released!
Replies: 17
Views: 165828

Re: LÖVE 11.5 released!

thanks for your work ;)
by gcmartijn
Wed Sep 06, 2023 9:54 am
Forum: General
Topic: Devs of love2d which os do you use ?
Replies: 21
Views: 16365

Re: Devs of love2d which os do you use ?

No, you can't say that. maybe the linux want to vote (or read those topics), and other don't.
The only way you can get more data, if the webmaster publish some stats about OS users that are using this forum.
by gcmartijn
Wed Aug 23, 2023 7:11 am
Forum: General
Topic: Devs of love2d which os do you use ?
Replies: 21
Views: 16365

Re: Devs of love2d which os do you use ?

Maybe the webmaster can give some stats of returning 'users' to the /forums page.
Than you know what os users are using the forums.
by gcmartijn
Mon Aug 21, 2023 7:38 am
Forum: General
Topic: adventure game - puzzle psychology? - search for books
Replies: 3
Views: 1070

Re: adventure game - puzzle psychology? - search for books

Thanks!

I did read the following books:
- creating character arcs
- video game storytelling
- slay the Dragon: Writing...
- Aristoteles poetica
by gcmartijn
Mon Aug 21, 2023 6:22 am
Forum: General
Topic: adventure game - puzzle psychology? - search for books
Replies: 3
Views: 1070

adventure game - puzzle psychology? - search for books

Translation ChatGTP H! I've been working on creating a point-and-click adventure game for a few years now. It's in the style of "Zak McKracken and the Alien Mindbenders." The main characters are myself, my girlfriend, and my daughter ;). For the first 3 years, I explored what I could achie...