• Joined on 2023-09-27
Daniel pushed to main at Daniel/master-thesis 2024-07-21 13:46:08 +02:00
c871487a55 layed groundwork for implementing interpretation
Daniel pushed to main at Daniel/master-thesis 2024-07-19 14:32:19 +02:00
e1097202ab made it possible to send expression to gpu alongside the needed data
Daniel pushed to main at Daniel/master-thesis 2024-07-14 15:08:15 +02:00
3145691d27 tried storing data in CuArray. Weird type error is happening
Daniel pushed to main at Daniel/master-thesis 2024-07-12 16:35:38 +02:00
d4f9156c08 Prepared for Cuda execution
Daniel pushed to main at Daniel/master-thesis 2024-07-12 15:27:20 +02:00
59b1d77ad6 added test for converting AST to postfix
Daniel pushed to main at Daniel/master-thesis 2024-07-11 15:44:30 +02:00
26741adec7 added tests but need to do rewrites. focus on GPU execution for now
Daniel pushed to main at Daniel/master-thesis 2024-07-10 16:42:48 +02:00
81d0158e46 added some pre-processing to expressions
Daniel pushed to main at Daniel/master-thesis 2024-07-07 15:51:00 +02:00
35ba685da0 added first CUDA steps
Daniel pushed to main at Daniel/master-thesis 2024-07-06 12:05:39 +02:00
fa643b8b27 added julia package
Daniel commented on issue Daniel/master-thesis#2 2024-07-03 17:07:35 +02:00
What to do

Sehr geehrter Herr Wiplinger,

wie besprochen schicke ich ihnen noch mehr Material für die Masterarbeit.

Folgende Bücher habe ich hilfreich gefunden:

  • CUDA by Example - An Introduction…
Daniel opened issue Daniel/master-thesis#2 2024-07-02 16:54:45 +02:00
What to do
Daniel opened issue Daniel/master-thesis#1 2024-06-29 09:08:54 +02:00
Parsing julia code resources
Daniel created repository Daniel/master-thesis 2024-06-28 19:30:48 +02:00
Daniel pushed to main at Daniel/Engine_silk.NET 2024-03-04 21:33:54 +01:00
36ae444574 slight code improvements. Still didn't fix cube sphere shading
Daniel pushed to main at Daniel/Engine_silk.NET 2024-02-04 22:54:08 +01:00
3912f2bd9a Added IcoSphere for testing. Replaced Vector3D<T> with Vector3 since it is more performant
Daniel pushed to main at Daniel/Engine_silk.NET 2024-02-01 20:07:09 +01:00
0b0d2360d6 slightly improved sphere generation
Daniel pushed to main at Daniel/Engine_silk.NET 2024-01-23 12:23:00 +01:00
5de28c7d7c Made normal calculations to work and added diffuse lighting (TODO: get rid of seams)
Daniel pushed to main at Daniel/Engine_silk.NET 2024-01-08 13:00:21 +01:00
8f1fadd473 made name more descriptive
Daniel pushed to main at Daniel/Engine_silk.NET 2024-01-07 22:04:55 +01:00
ea60034a00 Improved quality of mapping points from cube to sphere
Daniel commented on issue Daniel/Engine_silk.NET#4 2024-01-04 21:24:47 +01:00
Sphere resolution cannot be greater than 18

The error was not the resolution of the sphere but that the Array passed was greater than the data actually in it, which seemed to throw the error. It didn't happen since I actually fill the array…