Ilusha
023c3908e0
Update cmake.yml add alsa dep
2024-01-10 10:54:08 +00:00
IlyaShurupov
a5f4d7149a
Refactor!
2024-01-10 12:05:31 +03:00
IlyaShurupov
5d7a343a20
Filtering
2023-11-30 15:57:14 +03:00
IlyaShurupov
d5ff875497
Neet fixes
2023-11-30 15:19:40 +03:00
IlyaShurupov
231b30b2cb
Adding Music Playback
2023-11-29 19:42:17 +03:00
IlyaShurupov
7b325244c5
Side panel added
2023-11-29 14:36:59 +03:00
IlyaShurupov
c7d3b15758
LibraryViewer
2023-11-28 23:22:04 +03:00
IlyaShurupov
5a55011911
CMake fixes
2023-10-28 15:56:52 +03:00
IlyaShurupov
b7a89b714e
Num Rec app and save & loading
2023-10-26 16:27:43 +03:00
IlyaShurupov
fc20f3594d
Number recognition Tuning
2023-10-26 00:52:40 +03:00
IlyaShurupov
826713c212
NumRec Fixes
2023-10-25 20:41:48 +03:00
IlyaShurupov
0542b7ba2e
BackProp Fixes
2023-10-25 13:14:45 +03:00
IlyaShurupov
efbb09f8ba
BackProp Initial
2023-10-23 13:38:00 +03:00
IlyaShurupov
744c01c5d0
Apply formating to all files. CLeanup
2023-10-22 20:23:29 +03:00
IlyaShurupov
43e374f269
Complex toy classes & DataAnalysis initial
2023-10-21 23:20:20 +03:00
IlyaShurupov
93a90e0291
RT Multisampling
2023-10-19 19:11:29 +03:00
IlyaShurupov
3396e69b47
Save multiple buffers from RayTracer
2023-10-18 20:13:07 +03:00
IlyaShurupov
7af12ee1a0
Adding simple test for RT
2023-10-18 19:05:51 +03:00
IlyaShurupov
2e0d0e0050
Adding progress bar for rt application
2023-10-18 13:45:47 +03:00
IlyaShurupov
414d4e6411
Primitive sampling
2023-10-18 12:05:01 +03:00
IlyaShurupov
97f79a6483
Adding normals
2023-10-17 20:51:25 +03:00
IlyaShurupov
cfb4c0cfcc
RT Todo
2023-10-17 12:32:12 +03:00
IlyaShurupov
c284a12ade
Fix issue with submodule mapping for lua
2023-10-16 23:10:14 +03:00
IlyaShurupov
3e9365b1ee
Adding scene files
2023-10-16 22:38:45 +03:00
IlyaShurupov
517dc83c85
Adding lua scene description
2023-10-16 22:09:20 +03:00
IlyaShurupov
e00ab4059c
tmp
2023-10-16 16:24:31 +03:00
IlyaShurupov
0e41a6e4fd
Simple Normals Rendering
2023-10-16 13:38:56 +03:00
IlyaShurupov
97525efacb
Bug fixes
2023-10-16 00:02:32 +03:00
IlyaShurupov
94d47ba390
RayTracer Initial Framework setup
2023-10-15 23:25:48 +03:00
IlyaShurupov
8d990a0132
Update Clang Format
2023-09-03 10:53:20 +03:00
IlushaShurupov
2810e06b3e
Adding outdated source code into master
2023-08-20 11:27:47 +03:00
IlushaShurupov
5cf467a421
Updated TODO
2023-08-14 20:53:34 +03:00
IlushaShurupov
01b6f9099c
LR(1) Parser Initial
2023-08-14 20:06:32 +03:00
IlushaShurupov
616441e049
Checking for non productive rules and loops in cfg
2023-08-12 09:39:06 +03:00
IlushaShurupov
b205438601
CFG remove unused rules
2023-08-12 08:27:50 +03:00
IlushaShurupov
e6d9439ba9
Adding simple test fot cf grammar
2023-08-12 08:08:47 +03:00
IlushaShurupov
0a886bd8a8
Fixing list copy and grammar sentence generation
2023-08-11 18:57:39 +03:00
IlushaShurupov
43fe34dcbf
Improve module initialization log
2023-08-11 16:42:47 +03:00
IlushaShurupov
7d49642376
Fixin cfg
2023-08-11 16:37:51 +03:00
IlushaShurupov
01b7d96ebd
Fixin map
2023-08-11 16:21:30 +03:00
IlushaShurupov
6fcfa075f8
Generate sentences from cf grammar. Fix list initialization from copy constructor
2023-08-11 16:04:02 +03:00
IlushaShurupov
d888aeb2b4
Fixing tokenizer bug
2023-08-10 18:36:56 +03:00
IlushaShurupov
92f34e2a99
CF Grammar improvements
2023-08-10 18:35:48 +03:00
IlushaShurupov
424787c735
CF Grammar Initial
2023-08-10 18:35:40 +03:00
IlushaShurupov
eb712a352d
Parser Initial
2023-08-10 18:35:29 +03:00
IlushaShurupov
5fab9ee507
Adding some tokinizer checks for strings and comments
2023-08-10 18:35:17 +03:00
IlushaShurupov
9c8771a378
Editing TODO
2023-08-07 19:03:17 +03:00
Ilusha
9a7e44a96d
Update cmake.yml - sudo apt-get update before installing pacages
2023-08-07 18:56:03 +03:00
IlushaShurupov
112fea2f04
Adding objects GUI initial. Changing TODO. Some fixes along side
2023-08-07 18:37:11 +03:00
IlushaShurupov
f9d62c324d
"Added new test 'Complex' and improved error debugging"
...
This revision adds a complex test to the 'TestInterpreter.cpp' file to test functionalities such as classes, variable initializations, loops, conditionals and methods in the interpreter. The token parser has also been updated with a reset method in the 'parser.cpp' file for cleaning up any previous state before parsing a new script. This ensures the parser starts fresh for each new parse request. It also improves the debugging process in 'function.cpp' by printing the description of parser errors. Few completed tasks are removed from the TODO list.
2023-08-03 21:15:27 +03:00