Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to determine pen color from an image?
Post: RE: How to determine pen color from an image?

Thank you so much! Is there anyway I could do that in the turtle library tho?
robie972003 General Coding Help 2 2,402 Mar-24-2019, 10:06 PM
    Thread: How to determine pen color from an image?
Post: How to determine pen color from an image?

So lets say I have a .png image and I want the pen color to be the (0,0) pixel on the picture, am I able to do that in python?
robie972003 General Coding Help 2 2,402 Mar-24-2019, 01:38 AM
    Thread: Raycasting(again) walls with different heights
Post: Raycasting(again) walls with different heights

Ok so I found a tutorial on how to make a ray-caster eliminating the need for fish eye correction, heres the link, https://lodev.org/cgtutor/raycasting.html. I don't really understand much of the math...
robie972003 Game Development 0 2,466 Mar-23-2019, 01:18 AM
    Thread: Fish eye correction but weird after affect
Post: RE: Fish eye correction but weird after affect

Ok It looks like this effect is inevitable with this method of raycasting, but Im fine with the effect so I have another question, I am working on making a textured version of this code using this res...
robie972003 Game Development 1 2,028 Mar-16-2019, 02:09 AM
    Thread: Fish eye correction but weird after affect
Post: Fish eye correction but weird after affect

When I finished my raycaster (pseudo 3d engine) I found out that when ever you look closely at a wall, it appears to be bent. Ex: Straight wall: _________________ _________________ Fish e...
robie972003 Game Development 1 2,028 Mar-14-2019, 12:54 AM
    Thread: raycasting error
Post: RE: raycasting error

thank you i will try that
robie972003 Game Development 4 3,025 Mar-14-2019, 12:46 AM
    Thread: raycasting error
Post: raycasting error

Im not sure what is happening to my code (im trying to make a raycaster) but it keeps displaying this error. Error:IndexError: list index out of range on line 97 in main.pyHere is my code import turtl...
robie972003 Game Development 4 3,025 Mar-11-2019, 02:59 AM
    Thread: Need help on making raycasting faster
Post: RE: Need help on making raycasting faster

ok thank you ill go do that now Its getting faster! I just need find an alternative to "break" because the loop needs to end immediately if the statement is true. anyway here is the updated code, I c...
robie972003 General Coding Help 2 2,941 Mar-10-2019, 03:36 AM
    Thread: Need help on making raycasting faster
Post: Need help on making raycasting faster

I need help making my raycaster faster as it takes time to render the image after input. I have tried doing the turtle.tracer(0, 0) thing but it is still slow. P.S. I don't know how to do python keybo...
robie972003 General Coding Help 2 2,941 Mar-09-2019, 09:34 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020