Ktoto
Ktoto
CC#
Created by abdelbari on 11/28/2024 in #help
WHAT LANGUAGES OR FRAMEWORKS SHOULD I LEARN ALONGSIDE C# FOR DESKTOP, WEB, GAMES
for games & desktop. i didn't use c# for web
44 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
+ there's unity, i use linking feature a lot with classes like GameObject
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
in cs u can't overload = operator
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
no, but it's logical
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
list of structures with list was problem maker
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
no, not this
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
maybe it setted this variables like a links to iter
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
& now no more vectors like trillions+
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
i have lines like
c#
coordChange = iter;
velocities = iter;
c#
coordChange = iter;
velocities = iter;
& now it's
c#
iter.ForEach(i =>
{
coordChange.Add(i.copy);
velocities.Add(i.copy);
});
c#
iter.ForEach(i =>
{
coordChange.Add(i.copy);
velocities.Add(i.copy);
});
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
guy, really thx
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
i understand that i sound like a stupid weirdo but i can't isolate it because i don't know what causes it. i have other place where i also use this operator but all ok
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
i can hide all properties that u don't actually need. is it what u want?
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
& this issue is really weird cause when i go into += with debugger it doesn't appear
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
it may work, but to generate iter i need all this fields
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
wdym?
55 replies
CC#
Created by Core on 11/30/2024 in #help
✅ SkiaSharp apply gradient on the whole canvas except to one color
if u won't find it, just take pixel, compare it with ur colors, if != take pixel position divide by image size, u'll get a numbers from 1 to zero & multiplicate gradient color1 by it & color2 by abs of result of divide-- and sum them
6 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
ok, but it'll be not with the same values, cause it's generated randomy
55 replies
CC#
Created by Ktoto on 11/30/2024 in #help
Y it doubles on adding?
" there're for seeing certain elements & i take this values from to string function
55 replies