It's still the same, it's just sharperdusoft wrote: ↑Sun Aug 27, 2023 10:03 am Maybe try:Code: Select all
love.graphics.setDefaultFilter("nearest", "nearest");
Search found 9 matches
- Sun Aug 27, 2023 10:24 am
- Forum: Support and Development
- Topic: Raycasting texture
- Replies: 4
- Views: 2293
Re: Raycasting texture
- Sun Aug 27, 2023 9:44 am
- Forum: Support and Development
- Topic: Raycasting texture
- Replies: 4
- Views: 2293
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...
- Fri Aug 25, 2023 9:55 am
- Forum: Support and Development
- Topic: Raycasting problem
- Replies: 0
- Views: 93896
- Sun Jul 09, 2023 12:08 pm
- Forum: Libraries and Tools
- Topic: Rook - simple messagebox library
- Replies: 0
- Views: 11611
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(), ...
- 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: 9895
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...
- Wed Jul 05, 2023 4:16 pm
- Forum: Libraries and Tools
- Topic: SUI - Love2d library helps to create a slideable UI
- Replies: 6
- Views: 4886
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...
- Wed Jul 05, 2023 2:57 pm
- Forum: Libraries and Tools
- Topic: SUI - Love2d library helps to create a slideable UI
- Replies: 6
- Views: 4886
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 ...
- Wed Jul 05, 2023 1:44 pm
- Forum: Libraries and Tools
- Topic: SUI - Love2d library helps to create a slideable UI
- Replies: 6
- Views: 4886
- Wed Jul 05, 2023 12:13 am
- Forum: Libraries and Tools
- Topic: SUI - Love2d library helps to create a slideable UI
- Replies: 6
- Views: 4886
SUI - Love2d library helps to create a slideable UI
I just made a swipable ui library , not great but I wanted to share.
https://github.com/lenlenlL6/SUI
https://github.com/lenlenlL6/SUI