Jimmacle
Jimmacle
CC#
Created by Daiko Games on 2/18/2025 in #help
File Searcher in Avalonia
there is https://docs.avaloniaui.net/docs/basics/user-interface/file-dialogs, i don't know exactly how it works on linux
23 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
if your goal is to support linux then just support linux, don't wrestle with emulation for no reason
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
it's pretty similar to WPF
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
xamarin is discontinued, your best bet is avalonia
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
but if you're using .NET and want to support linux you should just use a cross platform GUI framework and target linux directly
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
looks like bottles is some windows emulation layer that i've never heard of, so depending on exactly how it works your program might not have access to the host filesystem
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
winforms doesn't work on linux at all
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
also that
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
you need to use a recent version of .NET (5+) and run the DLL using dotnet or publish to a linux target to create an executable file
22 replies
CC#
Created by Daiko Games on 2/17/2025 in #help
✅ C# code that uses FileSearcher running in Bottles
linux cannot run exe files natively
22 replies
CC#
Created by Cydo on 2/16/2025 in #help
✅ Clarification on VSA
$close
16 replies
CC#
Created by Cydo on 2/16/2025 in #help
✅ Clarification on VSA
oops
16 replies
CC#
Created by Cydo on 2/16/2025 in #help
✅ Clarification on VSA
and is usually way more complicated than you really need
16 replies
CC#
Created by Cydo on 2/16/2025 in #help
✅ Clarification on VSA
that's CA
16 replies
CC#
Created by Cydo on 2/16/2025 in #help
✅ Clarification on VSA
in VSA you forget domain, application, etc
16 replies
CC#
Created by MOUDJOU on 2/11/2025 in #help
Game development help
then map that to whatever value is on that face of the cube
7 replies
CC#
Created by MOUDJOU on 2/11/2025 in #help
Game development help
you would find the orientation of the model and determine which side is facing closest to the up direction
7 replies
CC#
Created by Faker on 2/11/2025 in #help
Data structure in C# - Dictionary<TKey, TValue>
in a hash set the key and value are the same object, basically
56 replies
CC#
Created by Faker on 2/11/2025 in #help
Data structure in C# - Dictionary<TKey, TValue>
yes, different names for the same thing
56 replies
CC#
Created by Faker on 2/11/2025 in #help
Data structure in C# - Dictionary<TKey, TValue>
yes, the C# hash table is just called dictionary for reasons that i don't know
56 replies