50 Commits

Author SHA1 Message Date
4d3474bc18 transform to pascal case 2025-01-02 20:22:51 +01:00
f60701c9e3 Use angle from dna 2025-01-02 18:24:13 +01:00
7f2265ca12 use length from dna 2025-01-02 18:05:16 +01:00
f60b63e082 Use size from dna on the tree 2025-01-02 15:31:51 +01:00
5670183dc0 Use Dna color 2024-12-30 21:53:13 +01:00
46a739ae28 Save point for converion of colors 2024-12-30 15:36:54 +01:00
28b3d334c1 add genes 2024-12-29 19:51:56 +01:00
25b18f8484 save 2024-12-29 19:07:48 +01:00
e42cd89337 Spremenil da drevo narise cez par framov da ni lega 2024-12-29 16:44:24 +01:00
13132ccfea build 2024-12-25 00:32:25 +01:00
0ccb4dbdd9 like/dislike box 2024-12-25 00:27:26 +01:00
937f582b47 Remove rotating frame 2024-12-25 00:12:31 +01:00
e106741bd5 Fixes for android 2024-12-24 23:10:32 +01:00
ef7ee5d8b6 Improve background mountens by using perlin_noise again 2024-12-24 17:48:27 +01:00
6661a71271 Rename Sun to circle 2024-12-21 11:13:50 +01:00
fc7d33fb3c Move DNA from Canvas to App 2024-12-21 01:04:22 +01:00
2a215ead5f Add DNA to tree 2024-12-21 00:20:43 +01:00
ee7b674c6d Add DNA to background 2024-12-20 23:51:42 +01:00
8ad328eb1e fix typo 2024-12-20 23:03:12 +01:00
nikola
7d9b16cac8 use mrand in baground 2024-12-02 01:11:33 +01:00
nikola
2112878ca7 Add random generator that accepts state for repetability 2024-12-01 19:56:14 +01:00
nikola
bbc8b33224 Auto load correct sun shadder 2024-12-01 19:44:58 +01:00
Nikola Petrov
ed9d049fa3 change color based on position of sone 2024-08-20 20:04:26 +02:00
Nikola Petrov
bd31e1058d Increse Sun resulution 2024-08-15 16:26:33 +02:00
Nikola Petrov
53444955ad Fix sun making everything transperent
and sun has beautiful gradient
2024-08-13 01:08:23 +02:00
Nikola Petrov
d7afa1afc9 Extract RenderTexture from Canvas
For easyer managment of texures and potential buffers
2024-08-12 22:39:52 +02:00
Nikola Petrov
2f4ad253a1 Remove string from buffer 2024-08-12 21:43:12 +02:00
Nikola Petrov
aaf5e45824 WIP Background 2024-08-12 17:53:57 +02:00
Nikola Petrov
ccc8d7ae78 More colors in porgres 2024-06-19 14:45:30 +02:00
Nikola Petrov
dbf97df86a Change raylib include form "" to <> 2024-06-07 23:42:18 +02:00
Nikola Petrov
7e0d16b4b7 Add buffer
To store data for mounten and star with a moon struct.
It allows easy storage, loading and mutating
2024-06-07 15:14:14 +02:00
Nikola Petrov
c5b0911ea5 calculateVector to CamelCase 2024-06-06 17:25:20 +02:00
Nikola Petrov
eb4020a4ee add Color class for easy change 2024-05-02 20:50:45 +02:00
Nikola Petrov
513874d61c Add ratio for sun rings 2024-04-18 06:11:30 +02:00
Nikola Petrov
8f586169c1 Check hit to start moving the position 2024-04-18 06:04:13 +02:00
Nikola Petrov
2b2dfe751e Simplify
calculation of canvas position based on the cursor position and expected rotation
2024-04-01 22:56:57 +02:00
Nikola Petrov
b87dd4203b Change so it spins around pointer 2024-04-01 21:10:25 +02:00
Nikola Petrov
e3cc91359e Move files
BackGround, Canvas, Tree to dir canvas
2024-03-21 09:29:02 +01:00
Nikola Petrov
d06018ed16 Mounten position based on screen ratio 2024-03-13 23:37:02 +01:00
Nikola Petrov
03f47bcee5 Add nice mountens 2024-03-09 23:00:02 +01:00
Nikola Petrov
2d67f41ab1 Add moon to backGround 2024-03-09 18:59:05 +01:00
Nikola Petrov
e6f102266c Add BackGround
add stary night
2024-03-09 17:18:17 +01:00
Nikola Petrov
611605550d Add Canvas
Canvas contains the RenderTexture2D
contains the Tree
and now it's eazy to add more modules
2024-03-09 01:03:44 +01:00
Nikola Petrov
dcb479912f Change to init app in init() 2024-03-06 22:33:17 +01:00
Nikola Petrov
27b822d7b1 Add deinit
for preperation for web
2024-03-06 22:27:52 +01:00
Nikola Petrov
05d0f63535 Make app class
to handle everithing and easy porting
2024-03-06 11:16:19 +01:00
Nikola Petrov
c3f4c17d6e Cnage include to follow new rule 2024-03-05 02:09:15 +01:00
Nikola Petrov
e5f9e8d7f3 Add basic rotation
Rotate texuture based on mouse position
2024-03-05 01:51:26 +01:00
Nikola Petrov
462f27aa26 Reformat to folow style 2024-03-03 22:31:15 +01:00
Nikola Petrov
cccafdda37 export tree functions to a class 2024-03-03 21:06:06 +01:00