Search found 9 matches

by lenlenlL6
Sun Aug 27, 2023 10:24 am
Forum: Support and Development
Topic: Raycasting texture
Replies: 4
Views: 1949

Re: Raycasting texture

dusoft wrote: Sun Aug 27, 2023 10:03 am Maybe try:

Code: Select all

love.graphics.setDefaultFilter("nearest", "nearest");
It's still the same, it's just sharper
by lenlenlL6
Sun Aug 27, 2023 9:44 am
Forum: Support and Development
Topic: Raycasting texture
Replies: 4
Views: 1949

Raycasting texture

I'm trying to add texture to my raycasting, but this is what I get, can anyone fix it :((( https://i.ibb.co/r65LLLg/Screenshot-20230827-162110.jpg Here is the texture (40x40) https://i.ibb.co/7N1gF9K/dot2023-0827-1328-55.png pi = math.pi rad = math.rad deg = math.deg sin = math.sin cos = math.cos ta...
by lenlenlL6
Fri Aug 25, 2023 9:55 am
Forum: Support and Development
Topic: Raycasting problem
Replies: 0
Views: 79900

Raycasting problem

I'm having a problem with my raycasting, the farther the wall, the more destroyed the texture, does anyone know what's the problem and fix it :(
Image
by lenlenlL6
Sun Jul 09, 2023 12:08 pm
Forum: Libraries and Tools
Topic: Rook - simple messagebox library
Replies: 0
Views: 9839

Rook - simple messagebox library

I made a messagebox library, hope you guys like it :D Demo local Font = require("font/Font") local Rook = require("rook") function love.load() w, h = love.graphics.getWidth(), love.graphics.getHeight() love.window.setMode(w, h, {highdpi = false}) w, h = love.graphics.getWidth(), ...
by lenlenlL6
Fri Jul 07, 2023 2:59 pm
Forum: Libraries and Tools
Topic: SDropdown - The library creates a simple drop-down interface for Love2d
Replies: 0
Views: 8374

SDropdown - The library creates a simple drop-down interface for Love2d

Hi guys, I just created a small library to create a dropdown, hope you guys like it :D https://github.com/lenlenlL6/SDropdown Demo local Font = require("font/Font") local SDropdown = require("sdropdown") function love.load() w, h = love.graphics.getWidth(), love.graphics.getHeigh...
by lenlenlL6
Wed Jul 05, 2023 4:16 pm
Forum: Libraries and Tools
Topic: SUI - Love2d library helps to create a slideable UI
Replies: 6
Views: 3621

Re: SUI - Love2d library helps to create a slideable UI

I should change the "copyright owner" to my real name or my Github name? Since I'm still not lawyer, I'm not sure. Maybe, by legal means it's should be real name, but some use just their most used alias, so that should count? Someone can explain that? And side note: while github can redir...
by lenlenlL6
Wed Jul 05, 2023 2:57 pm
Forum: Libraries and Tools
Topic: SUI - Love2d library helps to create a slideable UI
Replies: 6
Views: 3621

Re: SUI - Love2d library helps to create a slideable UI

I think, right link should be https://github.com/lenlenlL6/SUI not https://github.com/lenlenlL6/SUI/tree/main in case if you change main branch name. Also: https://github.com/lenlenlL6/SUI/blob/main/LICENSE#L189 I'm by no mean lawyer, but aren't here you supposed to fill information, like year and ...
by lenlenlL6
Wed Jul 05, 2023 1:44 pm
Forum: Libraries and Tools
Topic: SUI - Love2d library helps to create a slideable UI
Replies: 6
Views: 3621

Re: SUI - Love2d library helps to create a slideable UI

dusoft wrote: Wed Jul 05, 2023 10:46 am Looks alright, not anything we have had before.
Thanks :D
by lenlenlL6
Wed Jul 05, 2023 12:13 am
Forum: Libraries and Tools
Topic: SUI - Love2d library helps to create a slideable UI
Replies: 6
Views: 3621

SUI - Love2d library helps to create a slideable UI

I just made a swipable ui library :D, not great but I wanted to share.

https://github.com/lenlenlL6/SUI